cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
702
Views
0
Helpful
5
Replies

Procedure of mapping new UCCX script

shyam2014
Level 1
Level 1

Hi Guys,

Can you please tell me the procedure of correctly creating a trigger for a UCCX script?

do I need to create a separate call control group all together or I can use existing one?

5 Replies 5

Gergely Szabo
VIP Alumni
VIP Alumni

Hi,

it's not necessary to create a new call control group unless you have a good reason to do that.

A good reason may be to have a reserved number of ports available for a certain application.

For instance, I have a customer with a UCCX implementation that has 55 CTI ports altogether, split into two CCG's: 5 reserved for the Helpdesk application, the other 50 is shared among the rest of the applications. This way we can ensure that at least 5 people will always reach Helpdesk no matter how many calls there are at the other applications.

G.

So I am creating a new script and added that n Application.Now while creating the trigger it is asking me to point to a call manager group So I pointed to one of the existing group.

Then In CUCM I added that same trigger number as a DN of a CTI route point and it got registered with the CUCM too.

But when I am making calls it is not going to the script.

Can you guys tell me anything I am missing here?

Hi,

OK, you messed up a bit. It's not required to touch the CUCM while adding the trigger.

Please remove the CTI route point you created in the CUCM. Also delete the trigger and the application in UCCX.

Then just go ahead and create the application again, then add the trigger. It will automatically show up in CUCM. If it does not register, just reset it.

G.

So I did exactly the way you told and that CTI RP got registered with CUCM.

 

Now when I am calling that number it is saying "we are currently experiencing system problems".

The script is nothing but a menu which is playing prompt and depending upon inputs it will go to queues. The main menu announcement is not playing.

Anyway to check whether that trigger is hitting that script?

Appreciate your help on this.

Hi Shyam,

Make sure before testing a script you have checked below:

1. Unified CTI telephony Subsystem is InService

2. The validation of Script is successful before uploading in script management.

 

Yes , You can do a reactive script to check if trigger is hitting the script.

Set the reactive script, once you make a call the script will reloaded and you will come to know that the script is triggered.

Step 1: in Script Editor , go to Debug-->Reactive script

 

Step 2: Select the Script you want to monitor from dropdown and set the timer timer

 

Step 3: Call the Route point (trigger), the script will reloaded with the red mark. So you can to know the script is triggered.

 

Step 4: You can debug the script by click step over button to check if any error is there in the script.