aboutsummaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-11-22 22:40:06 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-11-22 22:40:06 +0000
commita9aa387ccb3d85cb97b626ca1d42d5ad0bff9af3 (patch)
tree229750a1865338910220ec5394459701bc576b82 /apps
parent0858b615953e6a492a1f5fafe4b97b93a48aeed2 (diff)
Little dial typo fix and make WaitExten continue if nothing entered and there is a step n+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4318 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps')
-rwxr-xr-xapps/app_dial.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/app_dial.c b/apps/app_dial.c
index 564ff8682..70f28ac7f 100755
--- a/apps/app_dial.c
+++ b/apps/app_dial.c
@@ -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;
}