]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
disable mini
authorAnthony Minessale <anthony.minessale@gmail.com>
Fri, 22 Sep 2006 13:43:33 +0000 (13:43 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Fri, 22 Sep 2006 13:43:33 +0000 (13:43 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2778 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/endpoints/mod_sofia/mod_sofia.c

index 19ae38c5a5e4d58bfbd51199fd37caf0cd33c48b..b1ca9092c271b1647ac2087d23a2c2e52cef216c 100644 (file)
@@ -730,7 +730,7 @@ static switch_status_t activate_rtp(private_object_t *tech_pvt)
        bw = tech_pvt->read_codec.implementation->bits_per_second;
        ms = tech_pvt->read_codec.implementation->microseconds_per_frame;
 
-       flags = (switch_rtp_flag_t) (SWITCH_RTP_FLAG_RAW_WRITE | SWITCH_RTP_FLAG_MINI | SWITCH_RTP_FLAG_AUTOADJ | SWITCH_RTP_FLAG_DATAWAIT);
+       flags = (switch_rtp_flag_t) (SWITCH_RTP_FLAG_RAW_WRITE | SWITCH_RTP_FLAG_AUTOADJ | SWITCH_RTP_FLAG_DATAWAIT);
 
        switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_INFO, "RTP [%s] %s:%d->%s:%d codec: %u ms: %d\n",
                                          switch_channel_get_name(channel),