aboutsummaryrefslogtreecommitdiffstats
path: root/channels
diff options
context:
space:
mode:
authorfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2008-04-24 22:14:03 +0000
committerfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2008-04-24 22:14:03 +0000
commit86fd1ef95046f71c92faa2efa11d113b92b161d7 (patch)
treeb869a54892415cd0b7ca7b09167a46f74bf64811 /channels
parentbe28be088f986dd533024dd27229f0d394398678 (diff)
Merged revisions 114635 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk ........ r114635 | file | 2008-04-24 19:11:46 -0300 (Thu, 24 Apr 2008) | 4 lines Hey look, it builds. (closes issue #12519) Reported by: falves11 ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.0@114636 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'channels')
-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 559ba767c..ba4f6befc 100644
--- a/channels/chan_sip.c
+++ b/channels/chan_sip.c
@@ -4997,7 +4997,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);