git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@1526 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale
2006-05-30 17:47:07 +00:00
parent cfae7d1581
commit 160fe134e6
2 changed files with 3 additions and 3 deletions

View File

@@ -536,7 +536,7 @@ static switch_status_t activate_rtp(struct private_object *tech_pvt)
}
flags = SWITCH_RTP_FLAG_MINI | SWITCH_RTP_FLAG_RAW_WRITE;
if (switch_test_flag(tech_pvt, TFLAG_TIMER)) {
flags |= SWITCH_RTP_FLAG_USE_TIMER | SWITCH_RTP_FLAG_TIMER_RECLOCK;
flags |= SWITCH_RTP_FLAG_USE_TIMER;
}
tech_pvt->rtp_session = switch_rtp_new(tech_pvt->local_sdp_audio_ip,