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
changes/78/78/1
Matthew Jordan 12 years ago
parent 3a493017c4
commit c14cdede12

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

Loading…
Cancel
Save