09-03-2022 08:56 PM
I have built a script with Dynamic expression .
if(Call.CallerEnteredDigits==1,"Corp_Support",if(Call.CallerEnteredDigits==2,"VPN_Support","Password_support"))
my call is going to "password_support" for any input other than 1 and 2 . however I want my call to go back to IVR menu if the entry is other than 1 and 2 and 3.
any help is greatly appreciated.
Solved! Go to Solution.
09-06-2022 07:18 AM
09-04-2022 04:11 AM
Hi, is there any reason why you wouldn't use the built in CED node for this?
https://www.cisco.com/c/en/us/td/docs/voice_ip_comm/cust_contact/contact_center/icm_enterprise/icm_enterprise_12_0_1/User/Guide/ucce_b_12_0_scripting-media-routing-guide/ucce_b_1171-scripting-media-routing-guide_chapter_011.html?bookSearch=true#CCMP_...
09-04-2022 08:23 PM
Hi Bill ,
I have tried the CED node method and it works . I was trying to do it with Dynamic Expressions .
09-04-2022 06:12 PM
You should probably share a picture of your script as it doesn't make sense. Lik @bill.king1 said you can use the CED node to check what was entered. Additionally, you can use a GD microapp which would allow for retries if your user doesn't press the expected DTMF.
david
09-04-2022 08:39 PM - edited 09-04-2022 08:40 PM
I have attached my script here and I one more requirement , if you see my script for the Rollover PQ (when the primary PQ agents are not Logged in the call should go to secondary PQ agents .) I have used the static PQ. Is there a way that we can use a dynamic expression / routing for that .
you can see for the primary PQs(all the 4PQs ) I am using peripheral variable 1 and routing the calls .
however I want to use something instead of static for my rollover PQs also .
you can see PV 1 are my primary PQs in the diagram.
static PQ is my rollover PQs
any help greatly appreciated sir !!!
09-05-2022 04:03 AM - edited 09-05-2022 04:15 AM
I'm sorry, but I still don't follow what you're trying to do. If you want to have a variable (say variable 1) contain the original PQ destination and then the overflow, you can do that. Have the PQ node be dynamic and look at the contents of variable1.
So say variable 1 is Sales|Sales_Overflow. Your first node will set the PQ as the contents to the left of the |. Your overflow PQ would use the contents to the right of the |.
Or even better, have the first PQ looked for the variable 1 name, and the second PQ just add _Overflow to the variable contents.
Is that what you're trying to do?
09-05-2022 06:48 AM
This is the way. Also, since you're doing PQs why not have steps in your PQ to get rid of your overflow PQ?
david
09-06-2022 07:18 AM
09-06-2022 07:33 AM
yes , in place of "else " what I need to put .As I know i can only put any other "PQ " but I am not sure how I can put something else other than PQ .
09-06-2022 07:45 AM
thank you I got it. I used a dummy " string " and connected to IF node and used a PV and got it worked . Thank you !!!!!!
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