[Freeswitch-svn] [commit] r12938 - freeswitch/trunk/conf/autoload_configs

FreeSWITCH SVN mikej at freeswitch.org
Tue Apr 7 12:30:07 PDT 2009


Author: mikej
Date: Tue Apr  7 14:30:07 2009
New Revision: 12938

Log:
tweak the configs to bind siptrace on and off to F10 and F11

Modified:
   freeswitch/trunk/conf/autoload_configs/switch.conf.xml

Modified: freeswitch/trunk/conf/autoload_configs/switch.conf.xml
==============================================================================
--- freeswitch/trunk/conf/autoload_configs/switch.conf.xml	(original)
+++ freeswitch/trunk/conf/autoload_configs/switch.conf.xml	Tue Apr  7 14:30:07 2009
@@ -10,8 +10,8 @@
     <key name="7" value="console loglevel 0"/>
     <key name="8" value="console loglevel 7"/>
     <key name="9" value="sofia status profile internal"/>
-    <key name="10" value="fsctl pause"/>
-    <key name="11" value="fsctl resume"/>
+    <key name="10" value="sofia profile internal siptrace on"/>
+    <key name="11" value="sofia profile internal siptrace off"/>
     <key name="12" value="version"/>
   </cli-keybindings> 
   



More information about the Freeswitch-svn mailing list