]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
testing more stuff
authorBrian West <brian@freeswitch.org>
Sat, 15 Dec 2007 21:21:40 +0000 (21:21 +0000)
committerBrian West <brian@freeswitch.org>
Sat, 15 Dec 2007 21:21:40 +0000 (21:21 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6820 d0543943-73ff-0310-b7d9-9358b9ac24b2

conf/dialplan/default.xml

index 854e326bad2e6f556839c81ae5a7fabe21619ce0..41e1d096f8beab8a57c1d791878b17aabfa1ce07 100644 (file)
       <!-- 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}" condition="^1$">
+      <condition field="${numbering_plan}" condition="^$">
        <action application="set_user" data="default@${domain}"/>
       </condition>
       <condition>
-       <action application="info"/>
        <action application="db" data="insert/spymap/${caller_id_number}/${uuid}"/>
        <action application="db" data="insert/last_dial/${caller_id_number}/${destination_number}"/>
        <action application="db" data="insert/last_dial/global/${uuid}"/>