Good Morning,
I hope you all can help. I am working on an issue where I have created a menu in Symposium and there has been a request to route when a caller presses 0 differently than when a caller doesn't press anything. I had originally scripted it
so that where menu_choice_cv equals
value 1: ROUTE CALL 1234
value 2: ROUTE CALL 1235
value 3: ROUTE CALL 1236
value 4: ROUTE CALL 1237
value 5: ROUTE CALL 1238
value 6: ROUTE CALL 1239
value 7: ROUTE CALL 1240
value 8: ROUTE CALL 1241
value 9: ROUTE CALL 1242
value 0: ROUTE CALL 1243
DEFAULT: ROUTE CALL 1244
END WHERE
However, whenever I didn't press any option, it was going to the value 0: routing to 1243 instead of 1244...Any suggestions?
I hope you all can help. I am working on an issue where I have created a menu in Symposium and there has been a request to route when a caller presses 0 differently than when a caller doesn't press anything. I had originally scripted it
so that where menu_choice_cv equals
value 1: ROUTE CALL 1234
value 2: ROUTE CALL 1235
value 3: ROUTE CALL 1236
value 4: ROUTE CALL 1237
value 5: ROUTE CALL 1238
value 6: ROUTE CALL 1239
value 7: ROUTE CALL 1240
value 8: ROUTE CALL 1241
value 9: ROUTE CALL 1242
value 0: ROUTE CALL 1243
DEFAULT: ROUTE CALL 1244
END WHERE
However, whenever I didn't press any option, it was going to the value 0: routing to 1243 instead of 1244...Any suggestions?