[asterisk-commits] mmichelson: branch 1.6.1 r172609 - in /branches/1.6.1: ./ include/asterisk/
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Fri Jan 30 16:24:12 CST 2009
Author: mmichelson
Date: Fri Jan 30 16:24:12 2009
New Revision: 172609
URL: http://svn.digium.com/svn-view/asterisk?view=rev&rev=172609
Log:
Merged revisions 172598 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk
........
r172598 | mmichelson | 2009-01-30 16:22:04 -0600 (Fri, 30 Jan 2009) | 3 lines
Fix redefinition of flag in channel.h
........
Modified:
branches/1.6.1/ (props changed)
branches/1.6.1/include/asterisk/channel.h
Propchange: branches/1.6.1/
------------------------------------------------------------------------------
Binary property 'trunk-merged' - no diff available.
Modified: branches/1.6.1/include/asterisk/channel.h
URL: http://svn.digium.com/svn-view/asterisk/branches/1.6.1/include/asterisk/channel.h?view=diff&rev=172609&r1=172608&r2=172609
==============================================================================
--- branches/1.6.1/include/asterisk/channel.h (original)
+++ branches/1.6.1/include/asterisk/channel.h Fri Jan 30 16:24:12 2009
@@ -559,7 +559,7 @@
/*! This flag indicates that the hangup exten should NOT be run when the
* bridge terminates, this will allow the hangup in the pbx loop to be run instead.
* */
- AST_FLAG_BRIDGE_HANGUP_DONT = (1 << 17),
+ AST_FLAG_BRIDGE_HANGUP_DONT = (1 << 18),
};
/*! \brief ast_bridge_config flags */
More information about the asterisk-commits
mailing list