sofia log-level control improvements

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6728 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris
2007-12-13 02:42:00 +00:00
parent 98c156d807
commit d8786f35fd
8 changed files with 43 additions and 7 deletions
+2 -1
View File
@@ -148,7 +148,8 @@ typedef enum {
TFLAG_INB_NOMEDIA = (1 << 23),
TFLAG_LATE_NEGOTIATION = (1 << 24),
TFLAG_SDP = (1 << 25),
TFLAG_VIDEO = (1 << 26)
TFLAG_VIDEO = (1 << 26),
TFLAG_TPORT_LOG = (1 << 27)
} TFLAGS;
struct mod_sofia_globals {