Little dial typo fix and make WaitExten continue if nothing entered and there is a step n+1

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4318 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Mark Spencer
2004-11-22 22:40:06 +00:00
parent d7da317979
commit d456e6ba54
2 changed files with 6 additions and 3 deletions

View File

@@ -1066,7 +1066,7 @@ static int dial_exec(struct ast_channel *chan, void *data)
if(macro_transfer_dest[res] == '^')
macro_transfer_dest[res] = '|';
if(!ast_parsable_goto(chan, macro_transfer_dest))
if(!ast_parseable_goto(chan, macro_transfer_dest))
go_on = 1;
}