[Freeswitch-svn] [commit] r9112 - in freeswitch/trunk/conf/lang:	de/demo en/demo
    Freeswitch SVN 
    anthm at freeswitch.org
       
    Sun Jul 20 10:20:30 EDT 2008
    
    
  
Author: anthm
Date: Sun Jul 20 10:20:29 2008
New Revision: 9112
Modified:
   freeswitch/trunk/conf/lang/de/demo/demo.xml
   freeswitch/trunk/conf/lang/en/demo/demo.xml
Log:
typos
Modified: freeswitch/trunk/conf/lang/de/demo/demo.xml
==============================================================================
--- freeswitch/trunk/conf/lang/de/demo/demo.xml	(original)
+++ freeswitch/trunk/conf/lang/de/demo/demo.xml	Sun Jul 20 10:20:29 2008
@@ -3,9 +3,9 @@
       <input pattern="(.*)">
 	<match>
 	  <action function="execute" data="sleep(1000)"/>
-	  <action function="play-file" data="vm-youhave.wav"/>
+	  <action function="play-file" data="voicemail/vm-you_have.wav"/>
 	  <action function="say" data="$1" method="pronounced" type="items"/>
-	  <action function="play-file" data="vm-messages.wav"/>
+	  <action function="play-file" data="voicemail/vm-messages.wav"/>
 	  <!-- or -->
 	  <!--<action function="speak-text" data="Sie haben $1 Nachrichten"/>-->
 	</match>
Modified: freeswitch/trunk/conf/lang/en/demo/demo.xml
==============================================================================
--- freeswitch/trunk/conf/lang/en/demo/demo.xml	(original)
+++ freeswitch/trunk/conf/lang/en/demo/demo.xml	Sun Jul 20 10:20:29 2008
@@ -3,9 +3,9 @@
       <input pattern="(.*)">
 	<match>
 	  <action function="execute" data="sleep(1000)"/>
-	  <action function="play-file" data="vm-youhave.wav"/>
+	  <action function="play-file" data="voicemail/vm-you_have.wav"/>
 	  <action function="say" data="$1" method="pronounced" type="items"/>
-	  <action function="play-file" data="vm-messages.wav"/>
+	  <action function="play-file" data="voicemail/vm-messages.wav"/>
 	  <!-- or -->
 	  <!--<action function="speak-text" data="you have $1 messages"/>-->
 	</match>
    
    
More information about the Freeswitch-svn
mailing list