- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
- Labels:
-
AXL
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2023 02:59 PM
I fixed it here was the final code for the sip trunk

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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>?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2023 10:30 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2023 11:21 AM
I thought i read some place that goes there do you know at I need to add there
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2023 02:59 PM
I fixed it here was the final code for the sip trunk
