[Freeswitch-users] Voicemail macro error in log
Michael Collins
msc at freeswitch.org
Tue May 17 23:54:21 MSD 2011
Can you pb the debug log when this gets called as well as the dialplan
snippet where it gets called?
-MC
On Tue, May 17, 2011 at 10:14 AM, Joseph L. Casale <
jcasale at activenetwerx.com> wrote:
> >What is in your "voicemail_ack" macro?
>
> Hi Michael,
>
> It looks like:
> <macro name="voicemail_ack">
> <input pattern="^(too-small)$">
> <match>
> <action function="play-file" data="voicemail/vm-too-small.wav"/>
> </match>
> </input>
> <input pattern="^(deleted)$">
> <match>
> <action function="play-file" data="voicemail/vm-message.wav"/>
> <action function="play-file" data="voicemail/vm-$1.wav"/>
> </match>
> </input>
> <input pattern="^(saved)$">
> <match>
> <action function="play-file" data="voicemail/vm-message.wav"/>
> <action function="play-file" data="voicemail/vm-$1.wav"/>
> </match>
> </input>
> <input pattern="^(emailed)$">
> <match>
> <action function="play-file" data="voicemail/vm-message.wav"/>
> <action function="play-file" data="voicemail/vm-$1.wav"/>
> </match>
> </input>
> <input pattern="^(marked-urgent)$">
> <match>
> <action function="play-file" data="voicemail/vm-message.wav"/>
> <action function="play-file" data="voicemail/vm-$1.wav"/>
> </match>
> </input>
> </macro>
>
> _______________________________________________
> FreeSWITCH-users mailing list
> FreeSWITCH-users at lists.freeswitch.org
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
> http://www.freeswitch.org
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20110517/c8684f8f/attachment.html
More information about the FreeSWITCH-users
mailing list