Add BUGBUG for broken direct media in chan_gulp

(issue ASTERISK-21947)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@392489 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Matthew Jordan
2013-06-21 21:22:07 +00:00
parent 3a493017c4
commit c14cdede12

View 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;