From be360558cc47d784511fbcd0e7216fc4a8b63b20 Mon Sep 17 00:00:00 2001 From: Brian West <brian@freeswitch.org> Date: Fri, 21 Dec 2007 05:09:27 +0000 Subject: [PATCH] thats more like it git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6931 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- conf/dialplan/default.xml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/conf/dialplan/default.xml b/conf/dialplan/default.xml index 3e9e6f18c1..ead6664344 100644 --- a/conf/dialplan/default.xml +++ b/conf/dialplan/default.xml @@ -24,22 +24,16 @@ </extension> <extension name="global" continue="true"> - <condition field="${network_addr}" expression="false"> + <condition field="${network_addr}" expression="false" break="never"> <action application="set" data="use_profile=${cond(${is_lan_addr($${local_ip_v4})} == yes ? nat : default)}"/> <anti-action application="set" data="use_profile=${cond(${is_lan_addr(${network_addr})} == yes ? nat : default)}"/> </condition> - </extension> - - <extension name="defaults" continue="true"> <!-- This will setup some variables if the user isn't authenticated. numbering_plan is required for the demo to function properly. --> - <condition field="${numbering_plan}" expression="false"> + <condition field="${numbering_plan}" expression="false" break="never"> <action application="set_user" data="default@${domain}"/> </condition> - </extension> - - <extension name="info" continue="true"> <condition> <action application="info"/> <action application="db" data="insert/spymap/${caller_id_number}/${uuid}"/>