<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>&nbsp;condition&nbsp;&nbsp;&nbsp; &nbsp; destination_number&nbsp;&nbsp;&nbsp; &nbsp; ^757$&nbsp;&nbsp;&nbsp; &nbsp; 1&nbsp;&nbsp;&nbsp; &nbsp; <br>&nbsp; action&nbsp;&nbsp;&nbsp; &nbsp; answer&nbsp;&nbsp;&nbsp; &nbsp; &nbsp;&nbsp;&nbsp; &nbsp; 3&nbsp;&nbsp;&nbsp; &nbsp; <br>&nbsp; action&nbsp;&nbsp;&nbsp; &nbsp; sleep&nbsp;&nbsp;&nbsp; &nbsp; 1000&nbsp;&nbsp;&nbsp; &nbsp; 4&nbsp;&nbsp;&nbsp; &nbsp; <br>&nbsp; action&nbsp;&nbsp;&nbsp; &nbsp; play_and_get_digits&nbsp;&nbsp;&nbsp; &nbsp; 4 4 3 5000 # checkvoicemail.wav ivr/ivr-that_was_an_invalid_entry.wav
 vmb \d+&nbsp;&nbsp;&nbsp; &nbsp; 12&nbsp;&nbsp;&nbsp; &nbsp; <br>&nbsp; action&nbsp;&nbsp;&nbsp; &nbsp; phrase&nbsp;&nbsp;&nbsp; &nbsp; spell,${vmb}&nbsp;&nbsp;&nbsp; &nbsp; 15&nbsp;&nbsp;&nbsp; &nbsp; <br>&nbsp; action&nbsp;&nbsp;&nbsp; &nbsp; voicemail&nbsp;&nbsp;&nbsp; &nbsp; default ${domain_name} ${vmb}&nbsp;&nbsp;&nbsp; &nbsp; 20&nbsp;&nbsp;&nbsp; &nbsp; <br><br></div><div><br></div><div><br></div></div></body></html>