From: Mark Spencer Date: Thu, 24 Jun 2004 03:04:25 +0000 (+0000) Subject: oops X-Git-Tag: 1.0.0-rc1~165 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8ef1f1ea2e1132ee27abddee05d9ab5cdc4e6d46;p=thirdparty%2Fasterisk.git oops git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3293 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/channel.c b/channel.c index dd2b814292..c282d9e762 100755 --- a/channel.c +++ b/channel.c @@ -764,6 +764,7 @@ int ast_answer(struct ast_channel *chan) ast_setstate(chan, AST_STATE_UP); if (chan->cdr) ast_cdr_answer(chan->cdr); + ast_mutex_unlock(&chan->lock); return res; break; case AST_STATE_UP: