mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-05-02 14:48:22 +00:00
FS-5047 --resolve This seems to be a problem in libsofia, this should fix it.
This commit is contained in:
parent
3f8b5a9069
commit
f0bf3b917d
@ -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 */
|
/* XXX - do fmtp comparison */
|
||||||
|
|
||||||
if (rrm) {
|
if (rrm) {
|
||||||
|
#if 0
|
||||||
/* Use same payload type as remote */
|
/* Use same payload type as remote */
|
||||||
if (lrm->rm_pt != rrm->rm_pt) {
|
if (lrm->rm_pt != rrm->rm_pt) {
|
||||||
lrm->rm_predef = 0;
|
lrm->rm_predef = 0;
|
||||||
lrm->rm_pt = rrm->rm_pt;
|
lrm->rm_pt = rrm->rm_pt;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
common_codecs++;
|
common_codecs++;
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user