06-20-2019 12:31 PM
Under the Get Call Contact Info -> Last Redirected Number
When I debug this script I'm getting the "null' field as the Value.
Script is attached; any help is welcome. Thank You.
Call Flow
Cell Phone -> PSTN -> Cube -> CUCM -> CUCM redirects the call to the agent's phone w/ no queue involved -> Agent Phone -> Agent Transfers Customer to Trigger that handles the survey -> Customer is able to take survey but agent's extension doesn't show under the Last Redirected Number with the String Variable of "AgentExt".
Thank You; Script attached.
06-20-2019 01:20 PM
06-20-2019 01:24 PM
1. CUCM is sending call directly to User/Agent's Extension (x2201)
2. When User/Agent x2201 is done speaking to customer. The User/Agent x2201 will transfer the call directly to the Post Call Survey script of x113888. x113888 is a Trigger Extension for the Post Call Survey script.
3. The ONLY time UCCX is involved when the User/Agent x2201 transfers the caller to the Post Call Survey script of x113888 Trigger extension.
06-22-2019 11:28 AM
Redirect won’t work for a user-initiated transfer. It would need to be a call forward event for that to have a value. The only idea that comes to mind at the moment is a wildcard trigger where you could encode the “redirecting” DN in the diaper pattern. For example 11XXXX where XXXX could be 2201. You could then get the called number (or trigger name) as a String and use a Java substring method to get the last four digits.
06-22-2019 08:03 PM
Hi,
I tried your script and multiple other options and Last Redirected Number in Get Call Contact Info doesn't show agent/user extension if the call is transferred from agent/user to Post Survey CTI Route Point. As per Last Redirected Number definition mentioned in Cisco UCCX Editor Reference Guide (Page 64), it should show Agent/User extension in the script but it did not.:
For testing, I created a dummy CTI RP and forwarded this CTI RP to Post Survey CTI RP. When agent/user transferred the call to dummy CTI RP, the Last Redirected Number was showed as the extension of dummy CTP RP. In this case you can open a Cisco TAC and check if Last Redirected Number can work for scenario from where Transfer was invoked.
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