fix all the bugs brought on by the guys who made me add t38 no-media passthru

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7366 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale
2008-01-26 03:56:40 +00:00
parent 57317dffff
commit 7f8beb3748
3 changed files with 24 additions and 10 deletions
+2 -1
View File
@@ -164,7 +164,8 @@ typedef enum {
TFLAG_LATE_NEGOTIATION = (1 << 24),
TFLAG_SDP = (1 << 25),
TFLAG_VIDEO = (1 << 26),
TFLAG_TPORT_LOG = (1 << 27)
TFLAG_TPORT_LOG = (1 << 27),
TFLAG_SENT_UPDATE = (1 << 28)
} TFLAGS;
struct mod_sofia_globals {