dect
/
asterisk
Archived
13
0
Fork 0

Hey look, it builds.

(closes issue #12519)
Reported by: falves11


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@114635 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
file 2008-04-24 22:11:46 +00:00
parent 5a42196d6b
commit e8d5948d53
1 changed files with 1 additions and 1 deletions

View 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);