Skip to content
Snippets Groups Projects
Commit 210d4679 authored by Kevin P. Fleming's avatar Kevin P. Fleming
Browse files

Merged revisions 8608 via svnmerge from

https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r8608 | kpfleming | 2006-01-24 19:50:52 -0600 (Tue, 24 Jan 2006) | 2 lines

ensure hangup cause code is handled properly when channel does not return a frame (issue #6346)

........


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@8609 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent ca5b46cd
No related branches found
No related tags found
No related merge requests found
...@@ -657,6 +657,7 @@ static struct ast_channel *wait_for_answer(struct ast_channel *in, struct localu ...@@ -657,6 +657,7 @@ static struct ast_channel *wait_for_answer(struct ast_channel *in, struct localu
ast_hangup(o->chan); ast_hangup(o->chan);
o->chan = NULL; o->chan = NULL;
ast_clear_flag(o, DIAL_STILLGOING); ast_clear_flag(o, DIAL_STILLGOING);
HANDLE_CAUSE(in->hangupcause, in);
} }
} }
o = o->next; o = o->next;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment