[Freeswitch-users] [WARNING] switch_ivr_play_say.c:348 Macro [voicemail_ack]: saved did not match any patterns
Sean Devoy
sdevoy at bizfocused.com
Tue Mar 25 22:47:29 MSK 2014
HI All,
I think I am a week behind on the latest STABLE git.
FreeSWITCH Version 1.2.22+git~20140309T212137Z~65fed130e5~64bit (git 65fed13 2014-03-09 21:21:37Z 64bit)
I am getting WARNINGS when users use voicemail, and save a message.
In the logfile I see:
[WARNING] switch_ivr_play_say.c:348 Macro [voicemail_ack]: saved did not match any patterns
A timy bit different on the console, I see:
switch_ivr_play_say.c:348 Macro [voicemail_ack]: 'saved' did not match any patterns
In /freeswitch/conf/lang/en/vm I have:
<!-- Note: Update this to marked-urgent,emailed and saved once new sound files are recorded -->
<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>
The file /usr/local/freeswitch/sounds/en/us/callie/voicemail/8000/vm-saved.wav exists.
What am I missing?
Thanks,
Sean
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20140325/d0e965db/attachment-0001.html
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image001.gif
Type: image/gif
Size: 70 bytes
Desc: image001.gif
Url : http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20140325/d0e965db/attachment-0001.gif
Join us at ClueCon 2013 Aug 6-8, 2013
More information about the FreeSWITCH-users
mailing list