06-17-2019 03:02 AM
Hi All
i am having a small script which is like if "you know the desired extension kindly dial or press 0 for operator assistance
but its not working, i am getting welcome prompt but after that no response.
can someone please help me.
Solved! Go to Solution.
06-17-2019 07:18 AM - edited 06-17-2019 07:23 AM
Hi,
As Jon mentioned earlier, you need to verify your Input Length and Inter-digit Timeout set to on the Get Digit String step. This plays an important role on the script logic. If Input Extension Length is 4 and Operator extension is 0, and if customer tries to reach operator, then system is going to wait for additional digits.If you have Maximum Retries set to 3, the system will play "are you still there message" and it will repeat Get Digit String step and eventually it will execute Timeout or Unsuccessful step.
In order to resolve this issue, you need to update your welcome prompt as "..........to reach operator press 0 followed by #", as # is terminating digit. In this case the system will immediately dial to the operator extension. Also, you do not need to use Get Digit String twice in the script under IF statement. This may be causing transfer issue as there is no logic after getting the string.
For your reference, I have corrected and tested your script and attached screenshots with this post.
06-17-2019 04:48 AM
It is going to be mighty difficult to help you with zero technical detail. Let’s see a screenshot of the script for starters.
What happens when you do a reactive debug?
06-17-2019 05:03 AM
06-17-2019 05:49 AM
06-17-2019 04:55 AM
06-17-2019 05:05 AM
Hi Mike
we are using cucm+uccx .
its like for 0 it need to go to csq defined in uccx and for non zero it need to go to the dialed extension defined in cucm.
06-17-2019 07:18 AM - edited 06-17-2019 07:23 AM
Hi,
As Jon mentioned earlier, you need to verify your Input Length and Inter-digit Timeout set to on the Get Digit String step. This plays an important role on the script logic. If Input Extension Length is 4 and Operator extension is 0, and if customer tries to reach operator, then system is going to wait for additional digits.If you have Maximum Retries set to 3, the system will play "are you still there message" and it will repeat Get Digit String step and eventually it will execute Timeout or Unsuccessful step.
In order to resolve this issue, you need to update your welcome prompt as "..........to reach operator press 0 followed by #", as # is terminating digit. In this case the system will immediately dial to the operator extension. Also, you do not need to use Get Digit String twice in the script under IF statement. This may be causing transfer issue as there is no logic after getting the string.
For your reference, I have corrected and tested your script and attached screenshots with this post.
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