dect
/
asterisk
Archived
13
0
Fork 0
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3293 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
markster 2004-06-24 03:04:25 +00:00
parent 56295dc880
commit 832d439a78
1 changed files with 1 additions and 0 deletions

View File

@ -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: