]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
config: use 'message from' instead of 'this is a call from' during vm message playbac...
authorMichael S Collins <msc@freeswitch.org>
Fri, 19 Jul 2013 15:49:06 +0000 (08:49 -0700)
committerMichael S Collins <msc@freeswitch.org>
Fri, 19 Jul 2013 15:49:19 +0000 (08:49 -0700)
conf/vanilla/lang/en/vm/sounds.xml

index 042361cb4c5d359d9f9d97b414f9f8f08f70e97b..fae8acefaaf1a7d4345745786926f9f119b6c817 100644 (file)
   <macro name="voicemail_say_phone_number">
     <input pattern="^000|^$|^[Aa]non|^[Pp]rivate" break_on_match="true">
       <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="play-file" data="ivr/ivr-anonymous_caller.wav"/>
         <action function="execute" data="sleep(500)"/>
     </input>
     <input pattern="^(.*)$">
       <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="say" data="$1" method="pronounced" type="name_spelled"/>
         <action function="execute" data="sleep(500)"/>