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

FreeSWITCH SVN brian at freeswitch.org
Mon Dec 22 15:42:06 PST 2008


Author: brian
Date: Mon Dec 22 18:42:04 2008
New Revision: 10914

Log:
grrr woops

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

Modified: freeswitch/trunk/conf/dialplan/default.xml
==============================================================================
--- freeswitch/trunk/conf/dialplan/default.xml	(original)
+++ freeswitch/trunk/conf/dialplan/default.xml	Mon Dec 22 18:42:04 2008
@@ -91,7 +91,7 @@
       <condition field="${numbering_plan}" expression="^$" break="never">
 	<action application="set_user" data="default@${domain_name}"/>
       </condition>
-      <condition field="$${call_debug}" expression="^true$" break="never">
+      <condition field="${call_debug}" expression="^true$" break="never">
 	<action application="info"/>
       </condition>
       <condition field="${sip_has_crypto}" expression="^(AES_CM_128_HMAC_SHA1_32|AES_CM_128_HMAC_SHA1_80)$" break="never">



More information about the Freeswitch-svn mailing list