mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-07 10:28:32 +00:00
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:
@@ -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;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user