Just have more actions after voicemail in the dialplan. Also, you may wish to modify the voicemail_goodbye macro if you don&#39;t want it to say &quot;thank you, goodbye&quot; when exiting VM.<div><br></div><div>-MC<br><br>
<div class="gmail_quote">On Thu, Dec 22, 2011 at 12:49 PM, Rodney <span dir="ltr">&lt;<a href="mailto:notlikeme75@yahoo.com">notlikeme75@yahoo.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div><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 &quot;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></div><br>_________________________________________________________________________<br>
Professional FreeSWITCH Consulting Services:<br>
<a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>
<a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>
<br>
FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br>
<a href="http://www.cudatel.com" target="_blank">http://www.cudatel.com</a><br>
<br>
Official FreeSWITCH Sites<br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<a href="http://wiki.freeswitch.org" target="_blank">http://wiki.freeswitch.org</a><br>
<a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br>
<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<br></blockquote></div><br></div>