mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-13 07:45:26 +00:00
fix vm macro for saved vs new when one message exists. thanks bsnipes
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8183 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
267aeb5f84
commit
916c2bf4c7
@ -50,11 +50,11 @@
|
||||
</macro>
|
||||
|
||||
<macro name="voicemail_message_count">
|
||||
<input pattern="^1:(.*)$">
|
||||
<input pattern="^(1):(.*)$">
|
||||
<match>
|
||||
<action function="play-file" data="voicemail/vm-you_have.wav"/>
|
||||
<action function="say" data="1" method="pronounced" type="items"/>
|
||||
<action function="play-file" data="voicemail/vm-new.wav"/>
|
||||
<action function="say" data="$1" method="pronounced" type="items"/>
|
||||
<action function="play-file" data="voicemail/vm-$2.wav"/>
|
||||
<action function="play-file" data="voicemail/vm-message.wav"/>
|
||||
<action function="play-file" data="voicemail/vm-in_folder.wav"/>
|
||||
</match>
|
||||
|
Loading…
x
Reference in New Issue
Block a user