update voicemail_en.xml

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6009 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Brian West 2007-10-20 01:47:29 +00:00
parent 2a33ed2555
commit 4a1238e30b
2 changed files with 5 additions and 0 deletions

View File

@ -158,8 +158,12 @@
<action function="play-file" data="voicemail/vm-press.wav"/>
<action function="say" data="$3" method="pronounced" type="items"/>
<action function="play-file" data="voicemail/vm-delete_recording.wav"/>
<action function="play-file" data="voicemail/vm-press.wav"/>
<action function="say" data="$4" method="pronounced" type="items"/>
<action function="play-file" data="voicemail/vm-forward_to_email.wav"/>
<action function="play-file" data="voicemail/vm-press.wav"/>
<action function="say" data="$4" method="pronounced" type="items"/>
<action function="play-file" data="voicemail/vm-return_call.wav"/>
</match>
</input>
</macro>

View File

@ -210,6 +210,7 @@
<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"/>
<prompt phrase="to return the call now" filename="vm-return_call.wav"/>
</voicemail>
</en>
</language>