cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
519
Views
0
Helpful
1
Replies

CCX script Editing

harisivaji
Level 1
Level 1

Hi,

For my UCCX deployment i want to use a script which will first capture the last 3 digit dialled number(called no) based on that 3 digit it has to select the particular Queue.There will be five queues.Iam new to this script editing any one help me how to start this process.

Thanks,

Hari

1 Reply 1

Jonathan Schulenberg
Hall of Fame
Hall of Fame

Unless you are dealing with hundreds of different numbers that are all somehow routed to the same application, seems like a waste of time.

If you have a few different numbers, just direct them to different JTAPI triggers on the same application. It's pretty easy to figure out which trigger started the script with the Trigger pallette steps and then a Match step.

If you really want to evaluate the Original Called Number instead of the trigger, you can use some java methods to do this with set step and then a match step.