doh this is wrong

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11102 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Brian West 2009-01-09 03:30:25 +00:00
parent df2913511c
commit 03858b52b7

View File

@ -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>