[Freeswitch-svn] [commit] r11423 - freeswitch/branches/1.0/conf/dialplan

FreeSWITCH SVN mikej at freeswitch.org
Thu Jan 22 14:53:11 PST 2009


Author: mikej
Date: Thu Jan 22 16:53:11 2009
New Revision: 11423

Log:


Modified:
   freeswitch/branches/1.0/conf/dialplan/public.xml

Modified: freeswitch/branches/1.0/conf/dialplan/public.xml
==============================================================================
--- freeswitch/branches/1.0/conf/dialplan/public.xml	(original)
+++ freeswitch/branches/1.0/conf/dialplan/public.xml	Thu Jan 22 16:53:11 2009
@@ -31,7 +31,7 @@
     </extension>
 
     <extension name="call_debug" continue="true">
-      <condition field="$${call_debug}" expression="^true$" break="never">
+      <condition field="${call_debug}" expression="^true$" break="never">
 	<action application="info"/>
       </condition>
     </extension>



More information about the Freeswitch-svn mailing list