. To: <sip:333666;phone-context=udp@test.com;user=phone> ============ CUCM rejects the call and in the trace I see the reason: |Digit Analysis: Host Address=test.com DOES NOT MATCH any address for this cluster. |Digit Analysis: Host Address=test.com DOES NOT MATCH top level org domain. It makes sense since the CUCM is not named test.com nor the top level org domain. I can fixed using the test.com in the CUCM>Enterprise Parameters> but is not really the solution I would prefer to use. I’m wondering if I can use the Normalization Script to grab the phone-context= tag from the To: header and rename it from phone-context=udp@test.com; to phone-context=udp@x.x.x.x; where x.x.x.x is the ip address of the CUCM. I read the doc and I think I can use the following function to grab the tag M = {} function M.inbound_INVITE(msg) local to = msg:getHeaderUriParameter("To", "phone-context") end return M But how can be modified? Any help on this is really appreciated. Regards Carlito
The Python library "webexteamssdk" is great but there's one part of this library that "may need better documentation". This is the ability to create cards & buttons.
Here's a card example:
How is this card setup? What compone...
view more
I'm using CUPI to try and updates a mailbox password. So I PUT to https://srvcucn12s.nxodev.intra:443/vmrest/users/d65583a1-3da2-4fcd-b655-4beb896791df/credential/passwordwith this content<Credential><Credentials>my password here<...
view more
Hello All, Below is my scenario Extension A is observed Caller calls from PSTN to Extension A Extension A rings and A Rejects the call.I am using call.drop() to reject the call. When I invoke this, the call seems to disconnec...
view more
(using Python and the Flask Library)
An oAuth integration allows you to have an application "do stuff on your behalf".
This is a topic that can be quite complex to understand. For that reason I created this Python code to make it as easy as possible to...
view more
It may be easier than you think.
After some customer requests I started writing code in Python. A few days later the script was ready.
What can it do?
ADD LOGO or image to your virtual background (using a domain/email address/URL/local-file)
AD...
view more