Guest TheyCalled Paul Report post Posted 03/20/2008 04:48 PM 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
SupportTeam Report post Posted 03/20/2008 09:58 PM 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