mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-06-03 20:01:57 +00:00
FS-4132 try this
This commit is contained in:
parent
474f89e040
commit
6130f617c6
@ -4880,12 +4880,12 @@ uint8_t sofia_glue_negotiate_sdp(switch_core_session_t *session, const char *r_s
|
|||||||
map_bit_rate = switch_known_bitrate((switch_payload_t)map->rm_pt);
|
map_bit_rate = switch_known_bitrate((switch_payload_t)map->rm_pt);
|
||||||
|
|
||||||
if (!ptime && !strcasecmp(map->rm_encoding, "g723")) {
|
if (!ptime && !strcasecmp(map->rm_encoding, "g723")) {
|
||||||
ptime = codec_ms = 30;
|
codec_ms = 30;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (zstr(map->rm_fmtp)) {
|
if (zstr(map->rm_fmtp)) {
|
||||||
if (!strcasecmp(map->rm_encoding, "ilbc")) {
|
if (!strcasecmp(map->rm_encoding, "ilbc")) {
|
||||||
ptime = codec_ms = 30;
|
codec_ms = 30;
|
||||||
map_bit_rate = 13330;
|
map_bit_rate = 13330;
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user