Subject: RE: Redirecting number mask with "CUCMs external phone number mask" ? Replied by: Christian Holst on 18-12-2012 05:45:16 AM Prober format if msg(can't delete the syntax par): We need E164 number as redirecting number for outbound calls. External phonenumber mask needs to be applied to redirecting number as customer has approx. 50 number ranges. TACs only answer is LUA since CUCM can't be upgraded) CUCM is 8.6.1 (can't be upgraded at the moment since HCS) We found this bit on cisco, but as I read it it's retrieving the mask as a parameter from the LUA script, we need it to retrieve the relevant External phone number mask. -- M = {} local mask = scriptParameters.getValue("Diversion-Mask") function M.outbound_INVITE(message) if mask then message:applyNumberMask("Diversion", mask) end end return M
Subject: RE: Redirecting number mask with "CUCMs external phone number mask" ? Replied by: Mark Stover on 07-05-2013 08:45:01 AM You are correct that LUA script can only retrieve a parameter from the SIP Normalization configuration at the SIP trunk level. You could potentially have a different SIP trunk for each number range that needs a different external mask and define a different "mask" parameter value on the SIP Normalization setting on each of those SIP trunks.
I’m trying to iniate a silent monitoring session using TAPI in my admin C#/.NET application. After creating the CCiscoLineDevSpecificStartCallMonitoring object and filling in the parameters, the call to lineDevSpecific doesn't seem to do anything at all.&...
view more
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