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.
Here is my Scenario:When call comes in to my voicegateway, normally they go to CUCM then UCCX, and people hear the prompt and the rest of story. Now, if I redirect call to third party company from my UCCX script, two call legs are active during a ca...
I am trying to decide which number customers should use when calling our Sales Manager. They will dial a single 800 number to get to our main line. Then, they have the option to press 1 to dial by extension. All Sales Managers will have business ca...
Whenever Users login to any of the UC applications (UCCX, Unity, UCM, etc.) it requires the username to be case senseitive. How can I change it so that the username is not case sensitive?
I had an issue Live Migrating VMs and it boiled down to the fact that my pair of Nexus 5548's did not have their ARP tables sync'd. I was told by TAC to remove the peer-gateway command from the VPC Domain.vpc domain 1role priority 100peer-keepalive ...
I am just trying to get a feel for how many people are using the L3 Module on their Nexus 5K's? Do you use the N5K for only switching or do you use it for routing as well?Respond with "Only switching" or "Both". Add more information and your thoug...
Thank you,I am looking at the second way you offered. First, I am using UCCX script, and it is capable of sending digit. And, I think if we can receive these digits, according to what you said before, we should be able to work with our original scrip...
Thank you,Here is detailed call flow:Customer calls , call hits the TCL script,then script send a call to CTI Routepoint which triggers UCCX script.Inside UCCX script, there is a menu for customer saying " For order status press 1", when customer pr...
Thank you,Here is the problem, If I understand DTMF correctly, the called person needs to enter those digit right?In our case, that 4659 is a CTI routpoint that triggers the UCCX script, then in that script we will ask the customer (calling person) t...
Thank you,I received below email from Cisco :"I just spoke with my escalation engineer Call manager doesn’t support any type of h323 or sip transfer for example sip refer or h450. Call manager will simply sends another call outbound and bridges the m...
Thank you,I just added the bold part to my script, just to see if I receive any transfer request. Just tell me if this is enough and I should seeiit if CUCM send it.proc init {} {global paramset param(interruptPrompt) trueset param(terminationKey) #}...