cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
586
Views
3
Helpful
2
Replies

IPCC Script

hi,

I am making a script for the users so that after a prompt they can enter 4 digit code based on which calls can be forwaded to different Queues.

Any idea how :) how i can do this. I have all queues defind and working fine thing i am not clear is how to ask user to enter code and then what to do with that code for call forwading in different queue.

Thanks in advacne :)

2 Replies 2

Chris Deren
Hall of Fame
Hall of Fame

I will assume that you have IPCC Express. Use the "Get Digits string" step and play a defined prompt using the step, at the same time collect 4 digits with it and store the result in a variable (filter tab). Then depending on how many options you want to allow (queues) you can either have multiple IF statemets to check for the value of the variable or you can use the SWITCH step.

HTH,

Chris

Thanks chris .. let me try this.. and i will update this forum accordingly