mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-23 12:42:02 +00:00
FS-5047 --resolve This seems to be a problem in libsofia, this should fix it.
This commit is contained in:
@@ -1 +1 @@
|
||||
Fri Dec 7 08:42:32 CST 2012
|
||||
Wed Jan 30 13:44:38 CST 2013
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user