mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-15 08:29:45 +00:00
tweak
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5949 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
9658ffeabf
commit
083b548438
@ -56,6 +56,7 @@
|
||||
<action function="say" data="1" method="pronounced" type="items"/>
|
||||
<action function="play-file" data="voicemail/vm-$1.wav"/>
|
||||
<action function="play-file" data="voicemail/vm-message.wav"/>
|
||||
<action function="play-file" data="voicemail/vm-in_folder.wav"/>
|
||||
</match>
|
||||
</input>
|
||||
<input pattern="^([0,2-9]+):(.*)$">
|
||||
@ -64,6 +65,7 @@
|
||||
<action function="say" data="$1" method="pronounced" type="items"/>
|
||||
<action function="play-file" data="voicemail/vm-$1.wav"/>
|
||||
<action function="play-file" data="voicemail/vm-messages.wav"/>
|
||||
<action function="play-file" data="voicemail/vm-in_folder.wav"/>
|
||||
</match>
|
||||
</input>
|
||||
</macro>
|
||||
|
@ -209,6 +209,7 @@
|
||||
<prompt phrase="is not available" filename="vm-not_avaliable.wav"/>
|
||||
<prompt phrase="message number" filename="vm-message_number.wav"/>
|
||||
<prompt phrase="deleted" filename="vm-deleted.wav"/>
|
||||
<prompt phrase="in folder inbox" filename="vm-in_folder.wav"/>
|
||||
</voicemail>
|
||||
</en>
|
||||
</language>
|
||||
|
Loading…
x
Reference in New Issue
Block a user