]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
tweak
authorBrian West <brian@freeswitch.org>
Tue, 16 Oct 2007 20:23:36 +0000 (20:23 +0000)
committerBrian West <brian@freeswitch.org>
Tue, 16 Oct 2007 20:23:36 +0000 (20:23 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5918 d0543943-73ff-0310-b7d9-9358b9ac24b2

conf/voicemail_en.xml
docs/phrase/phrase_en.xml

index 77a98c4b9db80b108e348ab902d83f4e5f0ddbd6..651bbd3f7cb1d6454f36a28154ce903899e568dc 100644 (file)
   <macro name="voicemail_record_urgent_check">
     <input pattern="^([0-9#*]):([0-9#*])$">
       <match>
+       <action function="play-file" data="voicemail/vm-mark_urgent.wav"/>
        <action function="play-file" data="voicemail/vm-press.wav"/>
        <action function="say" data="$1" method="pronounced" type="items"/>
-       <action function="play-file" data="voicemail/vm-mark_urgent.wav"/>
+       <action function="play-file" data="voicemail/vm-continue.wav"/>
        <action function="play-file" data="voicemail/vm-press.wav"/>
        <action function="say" data="$2" method="pronounced" type="items"/>
-       <action function="play-file" data="voicemail/vm-continue.wav"/>
       </match>
     </input>
   </macro>
index e9f28b4b2531b677a308bd2760671a08036e4895..db04fdd6989f0b99c0439631de6aa5cd06c6d059 100644 (file)
       <prompt phrase="to listen to the recording" filename="vm-listen_to_recording.wav"/>
       <prompt phrase="to save the recording" filename="vm-save_recording.wav"/>
       <prompt phrase="to rerecord" filename="vm-rerecord.wav"/>
-      <prompt phrase="to mark this message urgent or" filename="vm-mark_urgent.wav"/>
+      <prompt phrase="to mark this message urgent" filename="vm-mark_urgent.wav"/>
       <prompt phrase="to continue" filename="vm-continue.wav"/>
       <prompt phrase="to listen to the recording again" filename="vm-listen_to_recording_again.wav"/>
       <prompt phrase="to delete the recording" filename="vm-delete_recording.wav"/>