]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
Fix syntax for menu-play-sound
authorMichael S Collins <msc@freeswitch.org>
Tue, 13 Apr 2010 20:38:47 +0000 (13:38 -0700)
committerMichael S Collins <msc@freeswitch.org>
Tue, 13 Apr 2010 20:38:47 +0000 (13:38 -0700)
conf/ivr_menus/demo_ivr.xml

index ff9a23a95123f82afc7878212ce50518c61835ac..72deef78e401f45265923aa6fc6f9f30450410c9 100644 (file)
@@ -56,7 +56,7 @@
       timeout ="15000"
       max-failures="3">
     <entry action="menu-exit" digits="*"/>
-    <entry action="menu-playback" digits="1" param="say:You pressed 1"/>
+    <entry action="menu-play-sound" digits="1" param="say:You pressed 1"/>
     <entry action="menu-exec-app" digits="2" param="transfert 1000 XML default"/>
     <entry action="menu-exec-app" digits="3" param="transfert 1001 XML default"/>
   </menu>