[svn-commits] trunk - r8609 in /trunk: ./ apps/app_dial.c

svn-commits at lists.digium.com svn-commits at lists.digium.com
Tue Jan 24 18:52:58 MST 2006


Author: kpfleming
Date: Tue Jan 24 19:52:58 2006
New Revision: 8609

URL: http://svn.digium.com/view/asterisk?rev=8609&view=rev
Log:
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)

........

Modified:
    trunk/   (props changed)
    trunk/apps/app_dial.c

Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'svnmerge-integrated' - no diff available.

Modified: trunk/apps/app_dial.c
URL: http://svn.digium.com/view/asterisk/trunk/apps/app_dial.c?rev=8609&r1=8608&r2=8609&view=diff
==============================================================================
--- trunk/apps/app_dial.c (original)
+++ trunk/apps/app_dial.c Tue Jan 24 19:52:58 2006
@@ -657,6 +657,7 @@
 					ast_hangup(o->chan);
 					o->chan = NULL;
 					ast_clear_flag(o, DIAL_STILLGOING);
+					HANDLE_CAUSE(in->hangupcause, in);
 				}
 			}
 			o = o->next;



More information about the svn-commits mailing list