mirror of
https://github.com/signalwire/freeswitch
synced 2026-08-07 14:32:14 -04:00
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16744 d0543943-73ff-0310-b7d9-9358b9ac24b2
13 lines
233 B
Bash
Executable file
13 lines
233 B
Bash
Executable file
#!/bin/sh
|
|
|
|
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
|