Hey look, it builds.
authorJoshua Colp <jcolp@digium.com>
Thu, 24 Apr 2008 22:11:46 +0000 (22:11 +0000)
committerJoshua Colp <jcolp@digium.com>
Thu, 24 Apr 2008 22:11:46 +0000 (22:11 +0000)
(closes issue #12519)
Reported by: falves11

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

channels/chan_sip.c

index fb1f196..02d2e96 100644 (file)
@@ -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);