Create CCX Scripting
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2017 07:06 PM - edited 03-14-2019 05:27 PM
Hi all,
I have jobs to create CCX Script, here is short story about script that I'm going to create, after prompt start there is 2 menu (press 1 & 2) then after I press 1/2, there is the other menu to press 1,2, and 3, which is directly call to extension number (ex. I press 1, it's directly call to extension 56566). Do you have any template to create that ccx script? I have tried to create it but currently have a problem "I'm sorry we are currently experiencing system problems and are unable to process your call". Do you have any idea where is wrong? I will attach my script too.
- Labels:
-
Other Contact Center
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2017 12:16 AM
at which step you are getting that announcement? you can always do reactive debugging in order to see how the call is processed in RealTime in uccx script.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2017 03:33 AM
Attach your script here.
Regards
Deepak
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2017 06:15 PM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2017 12:22 AM
Find the modified script and test this, in your script there was no connection being configured for Timeout and Unsuccessful branch of the Menu step. Hence whenever the timeout was happening after 6 seconds (since you have configured 3 seconds timeout with Maximum Retries 1) call will go to Terminate branch and will throw the error. Also, there was no Destination set in Call Redirect step for Option 2 and 3 under Main Menu Option 2, I have corrected that as well since it will also throw error if you will choose 2 and 2/3. Currently I have set the call to go SubMenu1 if there is a timeout or unsuccessful event on Option 1 under Main Menu and similarly call will go to SubMenu2 if there is a timeout or unsuccessful event on Option 2 under Main Menu. If there is a timeout or unsuccessful event on Main Menu call will come back to Main Menu again. You can change these behaviors accordingly if the current connections do not match your requirments there.
Regards
Deepak
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2017 04:20 AM
Hi Deepak,
Thank you Deepak, I already tested it and upgraded few, now I have another problem too, for Submenu1 & 2, with option 2 & 3 when I press it's suddenly terminate without any sign, that's option is for calling interlocal but same server CUCM, is that a problem if it's going to call to interlocal? I attached my Script. Please correct me if I'm wrong
Regards,
Fernaldy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2017 07:09 AM
Make sure to validate script for ccx editor.
Best way would be to follow Deepak's advice.
