mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-23 12:42:02 +00:00
FS-9836 #resolve [t38_gateway doesn't function properly after FS-9638 merge]
This commit is contained in:
@@ -5596,6 +5596,7 @@ SWITCH_DECLARE(uint8_t) switch_core_media_negotiate_sdp(switch_core_session_t *s
|
||||
|
||||
if (fmatch) {
|
||||
switch_channel_set_flag(channel, CF_IMAGE_SDP);
|
||||
switch_channel_set_flag(channel, CF_AUDIO);
|
||||
} else {
|
||||
switch_channel_clear_flag(channel, CF_IMAGE_SDP);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user