[Freeswitch-svn] [commit] r9593 - freeswitch/trunk/scripts
Freeswitch SVN
brian at freeswitch.org
Thu Sep 18 19:40:27 EDT 2008
Author: brian
Date: Thu Sep 18 19:40:26 2008
New Revision: 9593
Added:
freeswitch/trunk/scripts/debug_sofia.sh
Log:
add quick debug util for trying to debug sofia... crank up the debug. christian sent it in
Added: freeswitch/trunk/scripts/debug_sofia.sh
==============================================================================
--- (empty file)
+++ freeswitch/trunk/scripts/debug_sofia.sh Thu Sep 18 19:40:26 2008
@@ -0,0 +1,13 @@
+#!/bin/bash
+
+export SOFIA_DEBUG=9
+export NUA_DEBUG=9
+export NTA_DEBUG=9
+export NEA_DEBUG=9
+export TPORT_DEBUG=9
+export TPORT_LOG=1
+export TPORT_DUMP=tport_sip.log
+export SOA_DEBUG=9
+export IPTSEC_DEBUG=9
+export SU_DEBUG=9
+./freeswitch
More information about the Freeswitch-svn
mailing list