]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
change
authorAnthony Minessale <anthony.minessale@gmail.com>
Tue, 13 Nov 2007 00:39:18 +0000 (00:39 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Tue, 13 Nov 2007 00:39:18 +0000 (00:39 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6231 d0543943-73ff-0310-b7d9-9358b9ac24b2

conf/dialplan/default.xml

index 481af113f1d4c63f87bd26becb1f4531f67a2441..663377d63e5ee837cd456a71eaf3cc44a9578e14 100644 (file)
@@ -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>
   <!--