projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cb80def
)
Hey look, it builds.
author
Joshua Colp
<jcolp@digium.com>
Thu, 24 Apr 2008 22:11:46 +0000
(22:11 +0000)
committer
Joshua 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
patch
|
blob
|
history
diff --git
a/channels/chan_sip.c
b/channels/chan_sip.c
index
fb1f196
..
02d2e96
100644
(file)
--- 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);