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
1 changed files with 1 additions and 0 deletions

View File

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