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:
Mark Spencer
2004-05-22 15:36:59 +00:00
parent 47133fda31
commit 15b2f1f635

View File

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