[Freeswitch-trunk] [commit] r6306 - freeswitch/trunk/conf/dialplan
Freeswitch SVN
brian at freeswitch.org
Fri Nov 16 09:04:43 EST 2007
Author: brian
Date: Fri Nov 16 09:04:43 2007
New Revision: 6306
Modified:
freeswitch/trunk/conf/dialplan/default.xml
Log:
another tweak.. info will answer many questions on a default instal
Modified: freeswitch/trunk/conf/dialplan/default.xml
==============================================================================
--- freeswitch/trunk/conf/dialplan/default.xml (original)
+++ freeswitch/trunk/conf/dialplan/default.xml Fri Nov 16 09:04:43 2007
@@ -2,7 +2,6 @@
<extension name="global" continue="true">
<condition>
<action application="set" data="use_profile=${cond(${is_lan_addr(${network_addr})} == yes ? nat : default)}"/>
- <action application="info"/>
</condition>
<!-- This will setup some variables if the user isn't authenticated.
numbering_plan is required for the demo to function properly.
@@ -10,6 +9,9 @@
<condition field="${numbering_plan}" condition="^1$">
<action application="set_user" data="default@${domain}"/>
</condition>
+ <condition>
+ <action application="info"/>
+ </condition>
</extension>
<!--
More information about the Freeswitch-trunk
mailing list