Fix remote tcs sequence handling on empty tcs received

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/11@398214 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Alexandr Anikin
2013-09-03 19:45:44 +00:00
parent 7d9f246feb
commit bff9593cae

View File

@@ -3259,8 +3259,8 @@ int ooOnReceivedTerminalCapabilitySet(OOH323CallData *call, H245Message *pmsg)
OOTRACEDBGC3("Empty TCS found. (%s, %s)\n",
call->callType, call->callToken);
ooH245AcknowledgeTerminalCapabilitySet(call);
call->remoteTermCapSeqNo = tcs->sequenceNumber;
ooH245AcknowledgeTerminalCapabilitySet(call);
/* close all transmit chans */