]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-5047 --resolve This seems to be a problem in libsofia, this should fix it.
authorAnthony Minessale <anthm@freeswitch.org>
Wed, 30 Jan 2013 23:20:12 +0000 (17:20 -0600)
committerAnthony Minessale <anthm@freeswitch.org>
Wed, 30 Jan 2013 23:20:19 +0000 (17:20 -0600)
libs/sofia-sip/.update
libs/sofia-sip/libsofia-sip-ua/soa/soa_static.c

index 920968ea652f975a767e08dbe922e0c3eefaed30..d2e26fbc46128345a1fb047f573309a0407a3914 100644 (file)
@@ -1 +1 @@
-Fri Dec  7 08:42:32 CST 2012
+Wed Jan 30 13:44:38 CST 2013
index 4152669bfde2667bbf89a1e440497c698a2240bd..87216c6b5ad060a348c646442fd4927bec1e59d6 100644 (file)
@@ -487,11 +487,14 @@ int soa_sdp_set_rtpmap_pt(sdp_media_t *l_m,
     /* XXX - do fmtp comparison */
 
     if (rrm) {
+#if 0
       /* Use same payload type as remote */
       if (lrm->rm_pt != rrm->rm_pt) {
-       lrm->rm_predef = 0;
-       lrm->rm_pt = rrm->rm_pt;
+                 lrm->rm_predef = 0;
+                 lrm->rm_pt = rrm->rm_pt;
+
       }
+#endif
       common_codecs++;
     }
     else {