]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
update for new default configs
authorBrian West <brian@freeswitch.org>
Wed, 17 Oct 2007 22:24:29 +0000 (22:24 +0000)
committerBrian West <brian@freeswitch.org>
Wed, 17 Oct 2007 22:24:29 +0000 (22:24 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5952 d0543943-73ff-0310-b7d9-9358b9ac24b2

conf/ivr.conf.xml

index c17196cd792a1cf5e7d6a9a1adc416d5eb3f30e2..4639cbb2d0265e420a2e11341ca5e33f466e5b5f 100644 (file)
@@ -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@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>