]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
remove SWITCH_RTP_FLAG_AUTOADJ because its not work correctly and not do anything...
authorGeorgiewskiy Yuriy <bottleman@icf.org.ru>
Thu, 5 Nov 2009 17:33:33 +0000 (17:33 +0000)
committerGeorgiewskiy Yuriy <bottleman@icf.org.ru>
Thu, 5 Nov 2009 17:33:33 +0000 (17:33 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15374 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/endpoints/mod_h323/changes.txt
src/mod/endpoints/mod_h323/mod_h323.cpp

index b51a34b53fcc74c0cbb12c5d67e0cb64b22736b1..a34bc50c23634528e71a2628cff1aa66af14530c 100644 (file)
@@ -1,4 +1,5 @@
 
+remove SWITCH_RTP_FLAG_AUTOADJ because its not work correctly and not do anything reliable in our cases.
 fix faststart in progress handling
 fixxxxes
 remove trys to implement non standard codecs.
index 95d888c4051381d50e007c913d9a86c088833c92..045c59b02ab1aaf82328585f25760ca00a612d85 100644 (file)
@@ -1279,7 +1279,7 @@ PBoolean FSH323_ExternalRTPChannel::Start(){
        PTRACE(4, "mod_h323\t------------------->actual_samples_per_second = "<<m_switchCodec->implementation->actual_samples_per_second);
        
        if (!m_conn->m_startRTP) {                      
-               flags = (switch_rtp_flag_t) (SWITCH_RTP_FLAG_DATAWAIT|SWITCH_RTP_FLAG_AUTO_CNG|SWITCH_RTP_FLAG_RAW_WRITE|SWITCH_RTP_FLAG_AUTOADJ);              
+               flags = (switch_rtp_flag_t) (SWITCH_RTP_FLAG_DATAWAIT|SWITCH_RTP_FLAG_AUTO_CNG|SWITCH_RTP_FLAG_RAW_WRITE);              
                if ((var = switch_channel_get_variable(m_fsChannel, "timer_name"))) {
                        timer_name = (char *) var;
                }