From: Brian West Date: Fri, 9 Dec 2016 22:53:21 +0000 (-0600) Subject: FS-9836 #resolve [t38_gateway doesn't function properly after FS-9638 merge] X-Git-Tag: v1.8.0~993 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6522572104a3addd9f59caefadc5f1109cb7170c;p=thirdparty%2Ffreeswitch.git FS-9836 #resolve [t38_gateway doesn't function properly after FS-9638 merge] --- diff --git a/src/switch_core_media.c b/src/switch_core_media.c index f246d82a09..2af8157d6f 100644 --- a/src/switch_core_media.c +++ b/src/switch_core_media.c @@ -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); }