[Freeswitch-svn] [commit] r6231 - freeswitch/trunk/conf/dialplan

Freeswitch SVN anthm at freeswitch.org
Mon Nov 12 19:39:19 EST 2007


Author: anthm
Date: Mon Nov 12 19:39:18 2007
New Revision: 6231

Modified:
   freeswitch/trunk/conf/dialplan/default.xml

Log:
change

Modified: freeswitch/trunk/conf/dialplan/default.xml
==============================================================================
--- freeswitch/trunk/conf/dialplan/default.xml	(original)
+++ freeswitch/trunk/conf/dialplan/default.xml	Mon Nov 12 19:39:18 2007
@@ -1,7 +1,7 @@
 <context name="default">
   <extension name="global">
     <condition>
-      <action application="set" data="use_profile=${qq(${is_lan_addr(${network_addr})} == yes ? nat : default)}"/>
+      <action application="set" data="use_profile=${cond(${is_lan_addr(${network_addr})} == yes ? nat : default)}"/>
     </condition>
   </extension>
   <!-- 



More information about the Freeswitch-svn mailing list