projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fbc2051
)
Fix small typo
author
Mark Spencer
<markster@digium.com>
Mon, 1 Nov 2004 14:48:07 +0000
(14:48 +0000)
committer
Mark Spencer
<markster@digium.com>
Mon, 1 Nov 2004 14:48:07 +0000
(14:48 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4143
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
apps/app_dial.c
patch
|
blob
|
history
diff --git
a/apps/app_dial.c
b/apps/app_dial.c
index
bc1cfcb
..
7491d4f
100755
(executable)
--- a/
apps/app_dial.c
+++ b/
apps/app_dial.c
@@
-888,6
+888,7
@@
static int dial_exec(struct ast_channel *chan, void *data)
ast_verbose(VERBOSE_PREFIX_3 "Couldn't call %s\n", numsubst);
ast_hangup(tmp->chan);
tmp->chan = NULL;
+ cur = rest;
continue;
} else
if (option_verbose > 2)