mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-25 20:19:36 +00:00
fix issues with Progress message type if pre_answer enabled
This commit is contained in:
parent
8b0421ff68
commit
006b3165cf
@ -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.
|
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)
|
|||||||
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)){
|
||||||
|
Loading…
x
Reference in New Issue
Block a user