aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_dial.c
diff options
context:
space:
mode:
authormmichelson <mmichelson@f38db490-d61c-443f-a65b-d21fe96a405b>2009-07-14 17:03:58 +0000
committermmichelson <mmichelson@f38db490-d61c-443f-a65b-d21fe96a405b>2009-07-14 17:03:58 +0000
commitf18341c6808b7967ef5d0e28a1d87238a365d6a2 (patch)
treea10a068682347f861a04a9d88c937c33115e2aa5 /apps/app_dial.c
parent682207e89720b041c91c7eaa8bde0b197662ed1e (diff)
I AM A TERRIBLE PERSON
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@206490 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps/app_dial.c')
-rw-r--r--apps/app_dial.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/app_dial.c b/apps/app_dial.c
index ceb5f5d2f..6e2088cd3 100644
--- a/apps/app_dial.c
+++ b/apps/app_dial.c
@@ -972,7 +972,7 @@ static struct ast_channel *wait_for_answer(struct ast_channel *in,
continue;
/* here, o->chan == c == winner */
if (!ast_strlen_zero(c->call_forward)) {
- (*sentringing) = 0;
+ pa->sentringing = 0;
do_forward(o, &num, peerflags, single, to);
continue;
}
@@ -1098,7 +1098,7 @@ static struct ast_channel *wait_for_answer(struct ast_channel *in,
} else {
ast_verb(3, "%s redirecting info has changed, passing it to %s\n", c->name, in->name);
ast_indicate_data(in, AST_CONTROL_REDIRECTING, f->data.ptr, f->datalen);
- (*sentringing) = 0;
+ pa->sentringing = 0;
}
break;
case AST_CONTROL_PROCEEDING: