summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Colp <jcolp@digium.com>2008-04-24 22:11:46 +0000
committerJoshua Colp <jcolp@digium.com>2008-04-24 22:11:46 +0000
commita50b48dacd3754b09aa228ba137af5c2e324e8ce (patch)
tree4908079fe445369d12096b94a2d6728d1d6efb63
parentcb80defb685a1eb8c9105e48cebab18837e2f600 (diff)
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
-rw-r--r--channels/chan_sip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/channels/chan_sip.c b/channels/chan_sip.c
index fb1f1967d..02d2e966a 100644
--- a/channels/chan_sip.c
+++ b/channels/chan_sip.c
@@ -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);