Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Trying to add a sip trunk using Axl and python but hitting an error call manager 11.5 Error creating SIP Trunk 'cube': ENUM for DeliverOriginatingCalledPartyNumber not found in TypeSIPIdentityBlend def create_sip_trunk_cube(service try: ...
I fixed it here was the final code for the sip trunk def create_sip_trunk_cube(service try: service.addSipTrunk({ 'name': 'cube', 'description': 'SIP Trunk to CUBE', 'product': 'SIP Trunk', 'clas...
When I run the script everything works fin until adding the sip trunk i get this error Error creating SIP Trunk 'cube': ENUM for DeliverOriginatingCalledPartyNumber not found in TypeSIPIdentityBlend