FS-4854 try this, it should auto detect this situation and work w/o configuration

This commit is contained in:
Anthony Minessale 2012-11-21 09:08:24 -06:00
parent ffa64d6f82
commit ed11a3c950
1 changed files with 3 additions and 0 deletions

View File

@ -1264,6 +1264,9 @@ static int activate_audio_rtp(struct private_object *tech_pvt)
switch_rtp_set_ssrc(tech_pvt->transports[LDL_TPORT_RTP].rtp_session, tech_pvt->transports[LDL_TPORT_RTP].ssrc);
switch_rtp_intentional_bugs(tech_pvt->transports[LDL_TPORT_RTP].rtp_session, RTP_BUG_GEN_ONE_GEN_ALL);
if (tech_pvt->transports[LDL_TPORT_RTCP].remote_port) {
switch_rtp_activate_rtcp(tech_pvt->transports[LDL_TPORT_RTP].rtp_session, MDL_RTCP_DUR,
tech_pvt->transports[LDL_TPORT_RTCP].remote_port);