[asterisk-commits] jpeeler: branch 1.6.0 r177388 - in /branches/1.6.0: ./ include/asterisk/
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Thu Feb 19 10:45:30 CST 2009
Author: jpeeler
Date: Thu Feb 19 10:45:30 2009
New Revision: 177388
URL: http://svn.digium.com/svn-view/asterisk?view=rev&rev=177388
Log:
Merged revisions 177387 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk
........
r177387 | jpeeler | 2009-02-19 10:45:02 -0600 (Thu, 19 Feb 2009) | 3 lines
Fix another merge error from 176708
........
Modified:
branches/1.6.0/ (props changed)
branches/1.6.0/include/asterisk/channel.h
Propchange: branches/1.6.0/
------------------------------------------------------------------------------
Binary property 'trunk-merged' - no diff available.
Modified: branches/1.6.0/include/asterisk/channel.h
URL: http://svn.digium.com/svn-view/asterisk/branches/1.6.0/include/asterisk/channel.h?view=diff&rev=177388&r1=177387&r2=177388
==============================================================================
--- branches/1.6.0/include/asterisk/channel.h (original)
+++ branches/1.6.0/include/asterisk/channel.h Thu Feb 19 10:45:30 2009
@@ -608,7 +608,7 @@
AST_FEATURE_PARKCALL = (1 << 5),
AST_FEATURE_AUTOMIXMON = (1 << 6),
AST_FEATURE_NO_H_EXTEN = (1 << 7),
- AST_FEATURE_WARNING_ACTIVE = (1 << 7),
+ AST_FEATURE_WARNING_ACTIVE = (1 << 8),
};
/*! \brief bridge configuration */
More information about the asterisk-commits
mailing list