mirror of
https://github.com/asterisk/asterisk.git
synced 2026-07-20 19:07:15 -07:00
Hey look, it builds.
(closes issue #12519) Reported by: falves11 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@114635 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
+1
-1
@@ -5272,7 +5272,7 @@ static int sip_fixup(struct ast_channel *oldchan, struct ast_channel *newchan)
|
||||
redirect of both channels). Note that a channel can not be masqueraded *into*
|
||||
a native bridge. So there is no danger that this breaks a native bridge that
|
||||
should stay up. */
|
||||
sip_set_rtp_peer(newchan, NULL, NULL, 0, 0);
|
||||
sip_set_rtp_peer(newchan, NULL, NULL, 0, 0, 0);
|
||||
ret = 0;
|
||||
}
|
||||
ast_debug(3, "SIP Fixup: New owner for dialogue %s: %s (Old parent: %s)\n", p->callid, p->owner->name, oldchan->name);
|
||||
|
||||
Reference in New Issue
Block a user