aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_dial.c
diff options
context:
space:
mode:
author(no author) <(no author)@f38db490-d61c-443f-a65b-d21fe96a405b>2004-10-25 21:57:27 +0000
committer(no author) <(no author)@f38db490-d61c-443f-a65b-d21fe96a405b>2004-10-25 21:57:27 +0000
commita18eb539c492640eee4dd2819fc2b35e732a7840 (patch)
tree2ab411cd1c8115954208ec7cb730108205bbae7a /apps/app_dial.c
parent29d68e40393b897d4844d0f1fd48b152e45674c3 (diff)
This commit was manufactured by cvs2svn to create tag 'v1-0-2'.
git-svn-id: http://svn.digium.com/svn/asterisk/tags/v1-0-2@4097 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps/app_dial.c')
-rwxr-xr-xapps/app_dial.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/app_dial.c b/apps/app_dial.c
index 7f3c3d768..d1e03c222 100755
--- a/apps/app_dial.c
+++ b/apps/app_dial.c
@@ -336,7 +336,8 @@ static struct ast_channel *wait_for_answer(struct ast_channel *in, struct localu
case AST_CONTROL_PROGRESS:
if (option_verbose > 2)
ast_verbose ( VERBOSE_PREFIX_3 "%s is making progress passing it to %s\n", o->chan->name,in->name);
- ast_indicate(in, AST_CONTROL_PROGRESS);
+ if (!outgoing->ringbackonly)
+ ast_indicate(in, AST_CONTROL_PROGRESS);
break;
case AST_CONTROL_OFFHOOK:
/* Ignore going off hook */