FS-5047 --resolve This seems to be a problem in libsofia, this should fix it.

This commit is contained in:
Anthony Minessale 2013-01-30 17:20:12 -06:00
parent 3f8b5a9069
commit f0bf3b917d
2 changed files with 6 additions and 3 deletions

View File

@ -1 +1 @@
Fri Dec 7 08:42:32 CST 2012
Wed Jan 30 13:44:38 CST 2013

View 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;
}
#endif
common_codecs++;
}
else {