02-29-2016 08:50 AM - edited 03-14-2019 03:49 PM
Hello,
I am going to set up the call back script in uccx and it looks working fine. My customer asking for the option of enabling and disabling the call back option by supervisor. Any suggestion how to implement it?
Thank you
Solved! Go to Solution.
03-01-2016 05:10 AM
Hi
Options:
1) If the Sups have admin access to CCX, then you can parameterise a boolean var which would allow them to turn it on and off.
2) If not, then you can give them a phone interface (i.e. antoher script) that records a true/false in a file and uploads to the repository. The main script would check that value and either offer callback or not based on it. This is similar to the various 'state' or 'holiday' script setups that write to XML files that you can find by googling.
Aaron
03-01-2016 05:10 AM
Hi
Options:
1) If the Sups have admin access to CCX, then you can parameterise a boolean var which would allow them to turn it on and off.
2) If not, then you can give them a phone interface (i.e. antoher script) that records a true/false in a file and uploads to the repository. The main script would check that value and either offer callback or not based on it. This is similar to the various 'state' or 'holiday' script setups that write to XML files that you can find by googling.
Aaron
03-01-2016 07:52 AM
Thank you,
I am looking for option 2, can you suggest any good example of the script that write to XML file?
03-03-2016 11:59 PM
Hello karpoff2000,
do you maybe have a chance to share this script example with us?
Best regarads
Michael
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