[svn-commits] mmichelson: trunk r390525 - /trunk/include/asterisk/bridging_features.h

SVN commits to the Digium repositories svn-commits at lists.digium.com
Wed Jun 5 13:21:20 CDT 2013


Author: mmichelson
Date: Wed Jun  5 13:21:19 2013
New Revision: 390525

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=390525
Log:
Give the AST_BRIDGE_HOOK_REMOVE_ON_PULL a legitimate value.


Modified:
    trunk/include/asterisk/bridging_features.h

Modified: trunk/include/asterisk/bridging_features.h
URL: http://svnview.digium.com/svn/asterisk/trunk/include/asterisk/bridging_features.h?view=diff&rev=390525&r1=390524&r2=390525
==============================================================================
--- trunk/include/asterisk/bridging_features.h (original)
+++ trunk/include/asterisk/bridging_features.h Wed Jun  5 13:21:19 2013
@@ -182,7 +182,7 @@
 
 enum ast_bridge_hook_remove_flags {
 	/*! The hook is removed when the channel is pulled from the bridge. */
-	AST_BRIDGE_HOOK_REMOVE_ON_PULL,
+	AST_BRIDGE_HOOK_REMOVE_ON_PULL = (1 << 0),
 };
 
 /* BUGBUG Need to be able to selectively remove DTMF, hangup, and interval hooks. */




More information about the svn-commits mailing list