Can you pb the debug log when this gets called as well as the dialplan snippet where it gets called?<div>-MC<br><br><div class="gmail_quote">On Tue, May 17, 2011 at 10:14 AM, Joseph L. Casale <span dir="ltr">&lt;<a href="mailto:jcasale@activenetwerx.com">jcasale@activenetwerx.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 class="im">&gt;What is in your &quot;voicemail_ack&quot; macro?<br>
<br>
</div>Hi Michael,<br>
<br>
It looks like:<br>
  &lt;macro name=&quot;voicemail_ack&quot;&gt;<br>
    &lt;input pattern=&quot;^(too-small)$&quot;&gt;<br>
      &lt;match&gt;<br>
        &lt;action function=&quot;play-file&quot; data=&quot;voicemail/vm-too-small.wav&quot;/&gt;<br>
      &lt;/match&gt;<br>
    &lt;/input&gt;<br>
    &lt;input pattern=&quot;^(deleted)$&quot;&gt;<br>
      &lt;match&gt;<br>
        &lt;action function=&quot;play-file&quot; data=&quot;voicemail/vm-message.wav&quot;/&gt;<br>
        &lt;action function=&quot;play-file&quot; data=&quot;voicemail/vm-$1.wav&quot;/&gt;<br>
      &lt;/match&gt;<br>
    &lt;/input&gt;<br>
    &lt;input pattern=&quot;^(saved)$&quot;&gt;<br>
      &lt;match&gt;<br>
        &lt;action function=&quot;play-file&quot; data=&quot;voicemail/vm-message.wav&quot;/&gt;<br>
        &lt;action function=&quot;play-file&quot; data=&quot;voicemail/vm-$1.wav&quot;/&gt;<br>
      &lt;/match&gt;<br>
    &lt;/input&gt;<br>
    &lt;input pattern=&quot;^(emailed)$&quot;&gt;<br>
      &lt;match&gt;<br>
        &lt;action function=&quot;play-file&quot; data=&quot;voicemail/vm-message.wav&quot;/&gt;<br>
        &lt;action function=&quot;play-file&quot; data=&quot;voicemail/vm-$1.wav&quot;/&gt;<br>
      &lt;/match&gt;<br>
    &lt;/input&gt;<br>
    &lt;input pattern=&quot;^(marked-urgent)$&quot;&gt;<br>
      &lt;match&gt;<br>
        &lt;action function=&quot;play-file&quot; data=&quot;voicemail/vm-message.wav&quot;/&gt;<br>
        &lt;action function=&quot;play-file&quot; data=&quot;voicemail/vm-$1.wav&quot;/&gt;<br>
      &lt;/match&gt;<br>
    &lt;/input&gt;<br>
  &lt;/macro&gt;<br>
<div><div></div><div class="h5"><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>
</div></div></blockquote></div><br></div>