[Freeswitch-svn] [commit] r5918 - in freeswitch/trunk: conf docs/phrase

Freeswitch SVN brian at freeswitch.org
Tue Oct 16 16:23:37 EDT 2007


Author: brian
Date: Tue Oct 16 16:23:36 2007
New Revision: 5918

Modified:
   freeswitch/trunk/conf/voicemail_en.xml
   freeswitch/trunk/docs/phrase/phrase_en.xml

Log:
tweak

Modified: freeswitch/trunk/conf/voicemail_en.xml
==============================================================================
--- freeswitch/trunk/conf/voicemail_en.xml	(original)
+++ freeswitch/trunk/conf/voicemail_en.xml	Tue Oct 16 16:23:36 2007
@@ -126,12 +126,12 @@
   <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>

Modified: freeswitch/trunk/docs/phrase/phrase_en.xml
==============================================================================
--- freeswitch/trunk/docs/phrase/phrase_en.xml	(original)
+++ freeswitch/trunk/docs/phrase/phrase_en.xml	Tue Oct 16 16:23:36 2007
@@ -199,7 +199,7 @@
       <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"/>



More information about the Freeswitch-svn mailing list