another tweak.. info will answer many questions on a default instal

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6306 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Brian West 2007-11-16 14:04:43 +00:00
parent 56c39ed9df
commit b92782aeb8
1 changed files with 3 additions and 1 deletions

View File

@ -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>
<!--