]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-4854 try this, it should auto detect this situation and work w/o configuration
authorAnthony Minessale <anthm@freeswitch.org>
Wed, 21 Nov 2012 15:08:24 +0000 (09:08 -0600)
committerAnthony Minessale <anthm@freeswitch.org>
Wed, 21 Nov 2012 15:08:24 +0000 (09:08 -0600)
src/mod/endpoints/mod_dingaling/mod_dingaling.c

index 24a0e497a90fe9ed5ff73cda5d5e1b3d2a4d4f17..2878968ddff94d961c05ced2f2cf266a84d284a0 100644 (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);