VoiceGuide IVR Software Main Page
Jump to content

Leave A Message

Recommended Posts

HI,

We ask our users to leave a testimonial on our site.

 

The message says please leave your testimonial and then press #. When the press #, we send an email with the message attached. If they press a key or silence it goes to the sendmail event. If they hang up - the system goes to the hangup (for the entire script, just not that process). Is there a disconnect option which we can invoke?

 

on {1} goto [sendVoiceMail]

on {2} goto [sendVoiceMail]

on {3} goto [sendVoiceMail]

on {4} goto [sendVoiceMail]

on {5} goto [sendVoiceMail]

on {6} goto [sendVoiceMail]

on {7} goto [sendVoiceMail]

on {8} goto [sendVoiceMail]

on {9} goto [sendVoiceMail]

on {0} goto [sendVoiceMail]

on {#} goto [sendVoiceMail]

on {*} goto [sendVoiceMail]

on {timeout 120} goto [sendVoiceMail]

 

Thanks,

Paul

Share this post


Link to post

On Disconnect the script ends.

 

If you want to perform an action on Disconnect then you can place those actions in the "On Hangup" script.

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×