05-06-2019 01:27 AM - edited 05-06-2019 01:30 AM
Hi, I want to redirect the call to a Secondary phone when the Primary phone is Busy.
I have tried with the Busy leg of Call Redirect step in CCX Editor but it did not work. The call is waiting until the Primary phone is available. (I could see the call waiting on Primary mobile phone)
Do we have any solution for this?
Thank you.
05-06-2019 03:09 AM
So these are PSTN transfers? If so, that's not possible, if they were UCM phones it would work.
david
05-06-2019 06:38 AM - edited 05-06-2019 06:40 AM
on UCCX not sure, but on UCCE - there is a way
If the PSTN circuits are SIP, you can modify the ANI using "custom SIP header". From ICM script, you can pass the SIP header, and then your SIP engineering team needs to use this custom header value and replace it with new before sending it to the PSTN
In the ICM script, use a set variable node to set the new ANI (or DNIS as well if you like) - something like below where 2145551111 is the new ANI (you can also use a dynamic expression for this ANI)
concatenate("Test~add~","ANI=2145551111",";DNIS=5551112222")
1) Refer to this Cisco Live deck for more info on this
https://community.cisco.com/legacyfs/online/attachments/document/cvp-cookbook.pdf
2) also refer UCCE Design guide
05-06-2019 08:38 AM
That's an interesting trick, will have to try it, but I assume both calls will be made simultaneously, no? The OP was talking about when the first number was busy.
david
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