config: use 'message from' instead of 'this is a call from' during vm message playback dialog

This commit is contained in:
Michael S Collins 2013-07-19 08:49:06 -07:00
parent 6716623d1a
commit 2c4f6a3766
1 changed files with 2 additions and 2 deletions

View File

@ -334,7 +334,7 @@
<macro name="voicemail_say_phone_number"> <macro name="voicemail_say_phone_number">
<input pattern="^000|^$|^[Aa]non|^[Pp]rivate" break_on_match="true"> <input pattern="^000|^$|^[Aa]non|^[Pp]rivate" break_on_match="true">
<match> <match>
<action function="play-file" data="ivr/ivr-this_is_a_call_from.wav"/> <action function="play-file" data="voicemail/vm-message_from.wav"/>
<action function="execute" data="sleep(100)"/> <action function="execute" data="sleep(100)"/>
<action function="play-file" data="ivr/ivr-anonymous_caller.wav"/> <action function="play-file" data="ivr/ivr-anonymous_caller.wav"/>
<action function="execute" data="sleep(500)"/> <action function="execute" data="sleep(500)"/>
@ -342,7 +342,7 @@
</input> </input>
<input pattern="^(.*)$"> <input pattern="^(.*)$">
<match> <match>
<action function="play-file" data="ivr/ivr-this_is_a_call_from.wav"/> <action function="play-file" data="voicemail/vm-message_from.wav"/>
<action function="execute" data="sleep(100)"/> <action function="execute" data="sleep(100)"/>
<action function="say" data="$1" method="pronounced" type="name_spelled"/> <action function="say" data="$1" method="pronounced" type="name_spelled"/>
<action function="execute" data="sleep(500)"/> <action function="execute" data="sleep(500)"/>