mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-29 18:19:30 +00:00
When dialing out, we're always proceeding :)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3040 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -1665,6 +1665,7 @@ static int zt_call(struct ast_channel *ast, char *rdest, int timeout)
|
||||
ast_mutex_unlock(&p->lock);
|
||||
return -1;
|
||||
}
|
||||
p->proceeding = 1;
|
||||
ast_setstate(ast, AST_STATE_DIALING);
|
||||
pri_rel(p->pri);
|
||||
break;
|
||||
|
Reference in New Issue
Block a user