I have a new CCMS 6.0 with the following problem:
The script below is supposed to play back the calling DN, but every time it encounters a 0 (zero), it stops and hangs up. If I call it from DN 5091, it will play "five" and hang up. If I call it from DN 5760, it will play "five seven six" and hang up. It works fine with DNs without a digit 0.
ASSIGN CLID TO clid_holder_cv
OPEN VOICE SESSION
PLAY PROMPT NUMBERBYDIGIT clid_holder_cv
END VOICE SESSION
disconnect
Please help!
The script below is supposed to play back the calling DN, but every time it encounters a 0 (zero), it stops and hangs up. If I call it from DN 5091, it will play "five" and hang up. If I call it from DN 5760, it will play "five seven six" and hang up. It works fine with DNs without a digit 0.
ASSIGN CLID TO clid_holder_cv
OPEN VOICE SESSION
PLAY PROMPT NUMBERBYDIGIT clid_holder_cv
END VOICE SESSION
disconnect
Please help!