]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Add BUGBUG for broken direct media in chan_gulp
authorMatthew Jordan <mjordan@digium.com>
Fri, 21 Jun 2013 21:22:07 +0000 (21:22 +0000)
committerMatthew Jordan <mjordan@digium.com>
Fri, 21 Jun 2013 21:22:07 +0000 (21:22 +0000)
(issue ASTERISK-21947)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@392489 65c4cc65-6c06-0410-ace0-fbb531ad65f3

channels/chan_gulp.c

index 4af137f282f9fc758aca7a174cd2168b7226fd7f..967349e0b966ab01ba33b6cf98a21d5a7566cb5f 100644 (file)
@@ -368,6 +368,7 @@ static int gulp_set_rtp_peer(struct ast_channel *chan,
        struct ast_sip_session *session = pvt->session;
        int changed = 0;
 
+       /* BUGBUG - ast_bridged_channel will always return NULL, meaning direct media will never occur */
        /* Don't try to do any direct media shenanigans on early bridges */
        if ((rtp || vrtp || tpeer) && !ast_bridged_channel(chan)) {
                return 0;