]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
remove SWITCH_RTP_FLAG_AUTO_CNG - works incorrectly.
authorGeorgiewskiy Yuriy <bottleman@icf.org.ru>
Mon, 10 Oct 2011 19:28:12 +0000 (23:28 +0400)
committerGeorgiewskiy Yuriy <bottleman@icf.org.ru>
Mon, 10 Oct 2011 19:28:12 +0000 (23:28 +0400)
src/mod/endpoints/mod_h323/changes.txt
src/mod/endpoints/mod_h323/mod_h323.cpp

index 80d9119e4d1ca50b7f7e82f209b1dce9249e18b8..0635cd62e87cf9541eb8460cd67fa32b7d8647c2 100644 (file)
@@ -1,3 +1,4 @@
+remove SWITCH_RTP_FLAG_AUTO_CNG - works incorrectly.
 moves the switch_rtp_request_port() call from the contructor to FSH323Connection::CreateRealTimeLogicalChannel() - fix 
     rtp port leak. tnx to Peter Olsson.
 fix log printing
index 26323ddaeadc0fc19ed817f4a9ec4f2fff8e6da2..3fe2290e4cc6fc680f9e82398032bd93213a1782 100644 (file)
@@ -2131,7 +2131,7 @@ PBoolean FSH323_ExternalRTPChannel::Start()
        }
        
        if ((!m_conn->m_startRTP)) {                    
-               flags = (switch_rtp_flag_t) (SWITCH_RTP_FLAG_DATAWAIT|SWITCH_RTP_FLAG_AUTO_CNG|SWITCH_RTP_FLAG_RAW_WRITE);
+               flags = (switch_rtp_flag_t) (SWITCH_RTP_FLAG_DATAWAIT|SWITCH_RTP_FLAG_RAW_WRITE);
 
                if (mod_h323_globals.use_rtp_timer) {
                        flags |= SWITCH_RTP_FLAG_USE_TIMER;