<html><body><div style="color:#000; background-color:#fff; font-family:times new roman, new york, times, serif;font-size:12pt"><div>I am trying to transfer someone back to the IVR after they leave a message for someone or check their own mailbox. currently it does a hangup and they have to call back to do more. is there a method for this? or is it hard coded in the "press # to continue portion of voice mail?</div><div><br></div><div><br></div><div>check voice mail</div><div><br></div><div>condition destination_number ^757$ 1 <br> action answer 3 <br> action sleep 1000 4 <br> action
play_and_get_digits 4 4 3 5000 # checkvoicemail.wav ivr/ivr-that_was_an_invalid_entry.wav vmb \d+ 12 <br> action phrase spell,${vmb} 15 <br> action voicemail check default ${domain_name} ${vmb}</div><div><br></div><div><br></div><div>leave message</div><div><br></div><div><br></div><div> condition destination_number ^758$ 1 <br> action answer 3 <br> action sleep 1000 4 <br> action
play_and_get_digits 4 4 3 5000 # checkvoicemail.wav ivr/ivr-that_was_an_invalid_entry.wav vmb \d+ 12 <br> action phrase spell,${vmb} 15 <br> action voicemail default ${domain_name} ${vmb}<br></div></div></body></html>