[Freeswitch-svn] [commit] r8044 - freeswitch/trunk/conf/dialplan
Freeswitch SVN
brian at freeswitch.org
Mon Apr 7 12:05:17 EDT 2008
Author: brian
Date: Mon Apr 7 12:05:17 2008
New Revision: 8044
Modified:
freeswitch/trunk/conf/dialplan/default.xml
Log:
fix ivr name
Modified: freeswitch/trunk/conf/dialplan/default.xml
==============================================================================
--- freeswitch/trunk/conf/dialplan/default.xml (original)
+++ freeswitch/trunk/conf/dialplan/default.xml Mon Apr 7 12:05:17 2008
@@ -199,7 +199,7 @@
<!-- a sample IVR -->
<extension name="ivr_demo">
<condition field="destination_number" expression="5000">
- <action application="ivr" data="demo"/>
+ <action application="ivr" data="demo_ivr"/>
</condition>
</extension>
More information about the Freeswitch-svn
mailing list