aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_dial.c
diff options
context:
space:
mode:
authorroot <root@f38db490-d61c-443f-a65b-d21fe96a405b>2006-01-25 02:01:00 +0000
committerroot <root@f38db490-d61c-443f-a65b-d21fe96a405b>2006-01-25 02:01:00 +0000
commit66427bc28ecd536e8c9399c5b0a57c06f256b825 (patch)
treeb6d89c72d6ecb2974bade8942798787936c51898 /apps/app_dial.c
parenta06336bfa3da9bf6753aa9e4df428b8f837ce56c (diff)
automerge commit
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2-netsec@8617 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps/app_dial.c')
-rw-r--r--apps/app_dial.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/app_dial.c b/apps/app_dial.c
index 9e9003509..4ef6cad83 100644
--- a/apps/app_dial.c
+++ b/apps/app_dial.c
@@ -648,6 +648,7 @@ static struct ast_channel *wait_for_answer(struct ast_channel *in, struct localu
ast_hangup(o->chan);
o->chan = NULL;
ast_clear_flag(o, DIAL_STILLGOING);
+ HANDLE_CAUSE(in->hangupcause, in);
}
}
o = o->next;