]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
fix issues with Progress message type if pre_answer enabled
authorroot <root@proxy-2.(none)>
Tue, 30 Nov 2010 16:35:38 +0000 (19:35 +0300)
committerroot <root@proxy-2.(none)>
Tue, 30 Nov 2010 16:35:38 +0000 (19:35 +0300)
src/mod/endpoints/mod_h323/changes.txt
src/mod/endpoints/mod_h323/mod_h323.cpp

index 19aca46dc8a5b7e5e98571de3a48e0e900979903..c01542e2d3548b21b5773d0fcb1c167b5d990a8e 100644 (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.
index 142506dd92606255de06856b82ceb1b15781c29c..6365f9cc0c66b1960682af5f90618eda0609980b 100644 (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)){