Add support for parking with IAX2

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2318 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Mark Spencer
2004-03-04 01:11:25 +00:00
parent 534e78b372
commit 806bb3c63f
15 changed files with 152 additions and 48 deletions

View File

@@ -755,7 +755,7 @@ static struct ast_frame *alsa_read(struct ast_channel *chan)
return &f;
}
static int alsa_fixup(struct ast_channel *oldchan, struct ast_channel *newchan)
static int alsa_fixup(struct ast_channel *oldchan, struct ast_channel *newchan, int needlock)
{
struct chan_alsa_pvt *p = newchan->pvt->pvt;
p->owner = newchan;