mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-19 08:11:21 +00:00
oops
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3293 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -764,6 +764,7 @@ int ast_answer(struct ast_channel *chan)
|
|||||||
ast_setstate(chan, AST_STATE_UP);
|
ast_setstate(chan, AST_STATE_UP);
|
||||||
if (chan->cdr)
|
if (chan->cdr)
|
||||||
ast_cdr_answer(chan->cdr);
|
ast_cdr_answer(chan->cdr);
|
||||||
|
ast_mutex_unlock(&chan->lock);
|
||||||
return res;
|
return res;
|
||||||
break;
|
break;
|
||||||
case AST_STATE_UP:
|
case AST_STATE_UP:
|
||||||
|
|||||||
Reference in New Issue
Block a user