提交 006b3165 authored 作者: root's avatar root

fix issues with Progress message type if pre_answer enabled

上级 8b0421ff
fix issues with Progress message type if pre_answer enabled
fix crashes on FSH323Connection calls in on_hangup routine in different threads. fix crashes on FSH323Connection calls in on_hangup routine in different threads.
move PTrace level set to FSH323EndPoint::Initialise move PTrace level set to FSH323EndPoint::Initialise
partially apply patch from from Peter Olsson, Remove UnLock() when TryLock() failed and DEBUG_RTP_PACKETS directive. partially apply patch from from Peter Olsson, Remove UnLock() when TryLock() failed and DEBUG_RTP_PACKETS directive.
......
...@@ -1148,7 +1148,7 @@ void FSH323Connection::AnsweringCall(AnswerCallResponse response) ...@@ -1148,7 +1148,7 @@ void FSH323Connection::AnsweringCall(AnswerCallResponse response)
if (!mediaWaitForConnect) { if (!mediaWaitForConnect) {
// create a new facility PDU if doing AnswerDeferredWithMedia // create a new facility PDU if doing AnswerDeferredWithMedia
H323SignalPDU want245PDU; H323SignalPDU want245PDU;
//H225_Progress_UUIE & prog = want245PDU.BuildProgress(*this); want245PDU.BuildProgress(*this);
PBoolean sendPDU = TRUE; PBoolean sendPDU = TRUE;
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_NOTICE,"mediaWaitForConnect = FALSE\n"); switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_NOTICE,"mediaWaitForConnect = FALSE\n");
/* if (SendFastStartAcknowledge(prog.m_fastStart)){ /* if (SendFastStartAcknowledge(prog.m_fastStart)){
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论