mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-15 17:27:02 +00:00
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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user