mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-05 04:11:08 +00:00
Minor app_dial typo fix
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@898 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -199,12 +199,12 @@ static struct ast_channel *wait_for_answer(struct ast_channel *in, struct localu
|
||||
ast_log(LOG_NOTICE, "Unable to create local channel for call forward to '%s'\n", tmpchan);
|
||||
o->stillgoing = 0;
|
||||
numbusies++;
|
||||
}
|
||||
if (ast_call(o->chan, tmpchan, 0)) {
|
||||
} else if (ast_call(o->chan, tmpchan, 0)) {
|
||||
ast_log(LOG_NOTICE, "Failed to dial on local channel for call forward to '%s'\n", tmpchan);
|
||||
o->stillgoing = 0;
|
||||
ast_hangup(o->chan);
|
||||
o->chan = NULL;
|
||||
numbusies++;
|
||||
}
|
||||
continue;
|
||||
}
|
||||
|
Reference in New Issue
Block a user