1
0
mirror of https://github.com/signalwire/freeswitch.git synced 2025-03-05 02:02:01 +00:00

FS-9836 #resolve [t38_gateway doesn't function properly after FS-9638 merge]

This commit is contained in:
Brian West 2016-12-09 16:53:21 -06:00
parent 82b49c30d5
commit 6522572104

@ -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);
}