[Freeswitch-svn] [commit] r5952 - freeswitch/trunk/conf

Freeswitch SVN brian at freeswitch.org
Wed Oct 17 18:24:29 EDT 2007


Author: brian
Date: Wed Oct 17 18:24:29 2007
New Revision: 5952

Modified:
   freeswitch/trunk/conf/ivr.conf.xml

Log:
update for new default configs

Modified: freeswitch/trunk/conf/ivr.conf.xml
==============================================================================
--- freeswitch/trunk/conf/ivr.conf.xml	(original)
+++ freeswitch/trunk/conf/ivr.conf.xml	Wed Oct 17 18:24:29 2007
@@ -1,39 +1,40 @@
 <configuration name="ivr.conf" description="IVR menus">
   <menus>
-    <menu name="main"
-	  greet-long="/soundfiles/greet-long.wav" 
-	  greet-short="/soundfiles/greet-short.wav"
-	  invalid-sound="/soundfiles/invalid.wav"
-	  exit-sound="/soundfiles/exit.wav" timeout ="15" max-failures="3">
+    <menu name="demo"
+          greet-long="soundfiles/ivr/demo/greet-long.wav"
+          greet-short="soundfiles/ivr/demo/greet-short.wav"
+          invalid-sound="soundfiles/ivr/invalid.wav"
+          exit-sound="soundfiles/ivr/exit.wav" timeout ="15"
+          max-failures="3">
       <entry action="menu-exit" digits="*"/>
-      <entry action="menu-sub" digits="2" param="menu2"/>
-      <entry action="menu-exec-api" digits="3" param="api arg"/>
-      <entry action="menu-play-sound" digits="4" param="/soundfiles/4.wav"/>
-      <entry action="menu-back" digits="5"/>
-      <entry action="menu-call-transfer" digits="7" param="888"/>
+      <entry action="menu-play-sound" digits="1" params="soundfiles/features.wav"/>
+      <entry action="menu-sub" digits="2" param="demo2"/>
+      <entry action="menu-exec-api" digits="3" param="bridge sofia/$${domain}/888 at conference.freeswtich.org"/>
+      <entry action="menu-call-transfer" digits="4" param="888"/>
       <entry action="menu-sub" digits="8" param="menu8"/>
     </menu>
-    <menu name="menu8"
-	  greet-long="/soundfiles/greet-long.wav"
-	  greet-short="/soundfiles/greet-short.wav"
-	  invalid-sound="/soundfiles/invalid.wav"
-	  exit-sound="/soundfiles/exit.wav"
-	  timeout ="15"
-	  max-failures="3">
+
+    <menu name="demo2"
+          greet-long="soundfiles/ivr/demo2/greet-long.wav"
+          greet-short="soundfiles/ivr/demo2/greet-short.wav"
+          invalid-sound="soundfiles/ivr/invalid.wav"
+          exit-sound="soundfiles/ivr/exit.wav"
+          timeout ="15"
+          max-failures="3">
       <entry action="menu-back" digits="#"/>
-      <entry action="menu-play-sound" digits="4" param="/soundfiles/4.wav"/>
       <entry action="menu-top" digits="*"/>
     </menu>
-    <menu name="menu2"
-	  greet-long="/soundfiles/greet-long.wav"
-	  greet-short="/soundfiles/greet-short.wav"
-	  invalid-sound="/soundfiles/invalid.wav"
-	  exit-sound="/soundfiles/exit.wav"
-	  timeout ="15"
-	  max-failures="3">
+
+    <menu name="menu8"
+          greet-long="/soundfiles/ivr/menu8/greet-long.wav"
+          greet-short="/soundfiles/ivr/menu8/greet-short.wav"
+          invalid-sound="/soundfiles/ivr/menu8/invalid.wav"
+          exit-sound="/soundfiles/ivr/menu8/exit.wav"
+          timeout ="15"
+          max-failures="3">
       <entry action="menu-back" digits="#"/>
-      <entry action="menu-play-sound" digits="4" param="/soundfiles/4.wav"/>
+      <entry action="menu-play-sound" digits="4" param="soundfiles/4.wav"/>
       <entry action="menu-top" digits="*"/>
     </menu>
   </menus>
-</configuration> 
+</configuration>



More information about the Freeswitch-svn mailing list