[asterisk-commits] file: branch 1.6.1 r232358 - in /branches/1.6.1: ./ apps/app_amd.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Wed Dec 2 11:10:17 CST 2009
Author: file
Date: Wed Dec 2 11:10:13 2009
New Revision: 232358
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=232358
Log:
Merged revisions 232356 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk
................
r232356 | file | 2009-12-02 13:06:54 -0400 (Wed, 02 Dec 2009) | 12 lines
Merged revisions 232355 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r232355 | file | 2009-12-02 13:04:52 -0400 (Wed, 02 Dec 2009) | 5 lines
Fix a bug where if you hung up very quickly after calling AMD it would overwrite the AMDSTATUS of HANGUP with TOOLONG.
(closes issue #16239)
Reported by: CGMChris
........
................
Modified:
branches/1.6.1/ (props changed)
branches/1.6.1/apps/app_amd.c
Propchange: branches/1.6.1/
------------------------------------------------------------------------------
Binary property 'trunk-merged' - no diff available.
Modified: branches/1.6.1/apps/app_amd.c
URL: http://svnview.digium.com/svn/asterisk/branches/1.6.1/apps/app_amd.c?view=diff&rev=232358&r1=232357&r2=232358
==============================================================================
--- branches/1.6.1/apps/app_amd.c (original)
+++ branches/1.6.1/apps/app_amd.c Wed Dec 2 11:10:13 2009
@@ -217,6 +217,7 @@
ast_verb(3, "AMD: Channel [%s]. HANGUP\n", chan->name);
ast_debug(1, "Got hangup\n");
strcpy(amdStatus, "HANGUP");
+ res = 1;
break;
}
More information about the asterisk-commits
mailing list