08-08-2023 03:55 AM
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
Solved! Go to Solution.
08-08-2023 02:59 PM
I fixed it here was the final code for the sip trunk
08-08-2023 10:17 AM
Per the schema, it looks like these are the valid options:
<xsd:enumeration value="Deliver DN only in connected party"/>
<xsd:enumeration value="Deliver URI only in connected party, if available"/>
<xsd:enumeration value="Deliver URI and DN in connected party, if available"/>
Not sure where DeliverOriginatingCalledPartyNumber is coming from...it isn't found in the schema anywhere..? Was it seen via <getSipTrunk>?
08-08-2023 10:30 AM
08-08-2023 10:31 AM
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
08-08-2023 10:40 AM
Right...on this line:
'callingAndCalledPartyInfoFormat': 'DeliverOriginatingCalledPartyNumber'
you are providing an invalid value DeliverOriginatingCalledPartyNumber...where are you getting that value?
08-08-2023 11:21 AM
I thought i read some place that goes there do you know at I need to add there
08-08-2023 11:25 AM
just to clarify I was using chat-gpt to help with the code that was the recommendation from aopen AI
08-08-2023 02:59 PM
I fixed it here was the final code for the sip trunk
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide