summaryrefslogtreecommitdiff
path: root/channels/chan_mgcp.c
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>2004-03-04 01:11:25 +0000
committerMark Spencer <markster@digium.com>2004-03-04 01:11:25 +0000
commit806bb3c63f5c3cf8c06692051463120a8321767e (patch)
tree654f352211e2d0a687b2a6fe94df5f54c3b33d14 /channels/chan_mgcp.c
parent534e78b37206b8b61ac8a0af4bc1cd7cc75fcd2b (diff)
Add support for parking with IAX2
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2318 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'channels/chan_mgcp.c')
-rwxr-xr-xchannels/chan_mgcp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/channels/chan_mgcp.c b/channels/chan_mgcp.c
index d4131c656..6774ac743 100755
--- a/channels/chan_mgcp.c
+++ b/channels/chan_mgcp.c
@@ -771,7 +771,7 @@ static int mgcp_write(struct ast_channel *ast, struct ast_frame *frame)
return res;
}
-static int mgcp_fixup(struct ast_channel *oldchan, struct ast_channel *newchan)
+static int mgcp_fixup(struct ast_channel *oldchan, struct ast_channel *newchan, int needlock)
{
struct mgcp_subchannel *sub = newchan->pvt->pvt;
ast_log(LOG_NOTICE, "mgcp_fixup(%s, %s)\n", oldchan->name, newchan->name);