We're exploring the idea of giving our customers the option to leave a message instead of waiting in queue and also if they call after business hours. We have SCCS 4.0 and Meridian Mail. Any ideas how this is done with the current setup?
If may be better for you to offer them to choice using teh script below, The caller is asked via the vocie segment " if you wish to leave a message press 1". The digit 1 is put in a varible called menu_choice_cv. If tehy have entered 1 then it is chekced by the "if menu_choice_cv=1 then ......
OPEN VOICE SESSION
PLAY PROMPT
VOICE SEGMENT vmail_press1_vs
COLLECT 1 DIGITS INTO Menu_choice_cv INTER DIGIT TIMER 3
END VOICE SESSION
IF Menu_choice_cv = 1 THEN
ROUTE CALL Mail_gv
END IF
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.