fix issues with Progress message type if pre_answer enabled

This commit is contained in:
root 2010-11-30 19:35:38 +03:00
parent 8b0421ff68
commit 006b3165cf
2 changed files with 2 additions and 1 deletions

View File

@ -1,3 +1,4 @@
fix issues with Progress message type if pre_answer enabled
fix crashes on FSH323Connection calls in on_hangup routine in different threads.
move PTrace level set to FSH323EndPoint::Initialise
partially apply patch from from Peter Olsson, Remove UnLock() when TryLock() failed and DEBUG_RTP_PACKETS directive.

View File

@ -1148,7 +1148,7 @@ void FSH323Connection::AnsweringCall(AnswerCallResponse response)
if (!mediaWaitForConnect) {
// create a new facility PDU if doing AnswerDeferredWithMedia
H323SignalPDU want245PDU;
//H225_Progress_UUIE & prog = want245PDU.BuildProgress(*this);
want245PDU.BuildProgress(*this);
PBoolean sendPDU = TRUE;
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_NOTICE,"mediaWaitForConnect = FALSE\n");
/* if (SendFastStartAcknowledge(prog.m_fastStart)){