<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 send callers to a voicemail box using pagd and then after they leave the message get dropped back into IVR main_menu. what is the method for this? using the following dialplan. the caller gets hung up from the whole system. thank you</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 default ${domain_name} ${vmb} 20 <br><br></div><div><br></div><div><br></div></div></body></html>