mottelecom
Programmer
im setting up a CED script that prompts 1 for x, 2 for y, etc... In the same prompt, I'm asking for extension...
Prompt: "press 1 for accounting, 2 for sales, 3 for support or enter the extension of the party you are trying to reach..."
The extension is 4 digits.
The extension prompt is working, but the other prompts are failing...
Im using Bolean:
If CED == 1
True: Run Script X.
False: if CED == 2
True: Run Scipt y.
False: if CED == 3
True: run Script C
False: transfer to CED...
The 4 digit extension part works, but none of the one-digit prompts work.
Any ideas on where to troubleshoot. By the way, this is my first time scripting
TIA
Prompt: "press 1 for accounting, 2 for sales, 3 for support or enter the extension of the party you are trying to reach..."
The extension is 4 digits.
The extension prompt is working, but the other prompts are failing...
Im using Bolean:
If CED == 1
True: Run Script X.
False: if CED == 2
True: Run Scipt y.
False: if CED == 3
True: run Script C
False: transfer to CED...
The 4 digit extension part works, but none of the one-digit prompts work.
Any ideas on where to troubleshoot. By the way, this is my first time scripting
TIA