From: Brian West Date: Thu, 18 Sep 2008 23:40:26 +0000 (+0000) Subject: add quick debug util for trying to debug sofia... crank up the debug. christian... X-Git-Tag: v1.0.2~1184 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d1ab9fadb28e7102fe589a935d2eec9c8aaa9775;p=thirdparty%2Ffreeswitch.git add quick debug util for trying to debug sofia... crank up the debug. christian sent it in git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9593 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/scripts/debug_sofia.sh b/scripts/debug_sofia.sh new file mode 100644 index 0000000000..d75c1612bd --- /dev/null +++ b/scripts/debug_sofia.sh @@ -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