mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-05-16 13:10:05 +00:00
FS-9836 #resolve [t38_gateway doesn't function properly after FS-9638 merge]
This commit is contained in:
parent
82b49c30d5
commit
6522572104
@ -5596,6 +5596,7 @@ SWITCH_DECLARE(uint8_t) switch_core_media_negotiate_sdp(switch_core_session_t *s
|
|||||||
|
|
||||||
if (fmatch) {
|
if (fmatch) {
|
||||||
switch_channel_set_flag(channel, CF_IMAGE_SDP);
|
switch_channel_set_flag(channel, CF_IMAGE_SDP);
|
||||||
|
switch_channel_set_flag(channel, CF_AUDIO);
|
||||||
} else {
|
} else {
|
||||||
switch_channel_clear_flag(channel, CF_IMAGE_SDP);
|
switch_channel_clear_flag(channel, CF_IMAGE_SDP);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user