kmcglinchey
IS-IT--Management
G3SiV12/CM 2.1
Using Avaya IP Agent to pop a screen driven by digits collected in a vector. Digits are provided by 3rd-party IVR calling into the Definity (a human is conferenced by the IVR). I want to provide an "out" to voicemail for the human ("Press 1 to leave us a message, press 2 to continue holding"), which I would normally do by a collect digits step. Tried this (see vector below), but if the collect step times-out, I loose the digits collected in the first step. Any thoughts about how to give the human an out without whacking the previously collected digits? Here's the vector:
01 collect 5 digits after announcement none for none
02 queue-to skill 74 pri t
03 wait-time 30 secs hearing music
04 collect 1 digit after announcement 3624 for none ("press 1 to leave a message")
05 goto step 07 if digits = 1
06 goto step 2 if unconditionally
07 route-to number 1931 with cov y if unconditionally (voicemail ext)
08 stop
Thanks
Using Avaya IP Agent to pop a screen driven by digits collected in a vector. Digits are provided by 3rd-party IVR calling into the Definity (a human is conferenced by the IVR). I want to provide an "out" to voicemail for the human ("Press 1 to leave us a message, press 2 to continue holding"), which I would normally do by a collect digits step. Tried this (see vector below), but if the collect step times-out, I loose the digits collected in the first step. Any thoughts about how to give the human an out without whacking the previously collected digits? Here's the vector:
01 collect 5 digits after announcement none for none
02 queue-to skill 74 pri t
03 wait-time 30 secs hearing music
04 collect 1 digit after announcement 3624 for none ("press 1 to leave a message")
05 goto step 07 if digits = 1
06 goto step 2 if unconditionally
07 route-to number 1931 with cov y if unconditionally (voicemail ext)
08 stop
Thanks