]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-9836 #resolve [t38_gateway doesn't function properly after FS-9638 merge]
authorBrian West <brian@freeswitch.org>
Fri, 9 Dec 2016 22:53:21 +0000 (16:53 -0600)
committerBrian West <brian@freeswitch.org>
Fri, 9 Dec 2016 22:53:21 +0000 (16:53 -0600)
src/switch_core_media.c

index f246d82a092ee191a7ec0f5fb2f9d7bec24f5a45..2af8157d6f980a3ec7ddd8e97fb42a1395aaf282 100644 (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);
        }