[asterisk-commits] rmudgett: branch rmudgett/bridge_phase r389016 - /team/rmudgett/bridge_phase/...

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Fri May 17 16:18:41 CDT 2013


Author: rmudgett
Date: Fri May 17 16:18:37 2013
New Revision: 389016

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=389016
Log:
Fix doxygen comment before merge.

Modified:
    team/rmudgett/bridge_phase/include/asterisk/bridging.h

Modified: team/rmudgett/bridge_phase/include/asterisk/bridging.h
URL: http://svnview.digium.com/svn/asterisk/team/rmudgett/bridge_phase/include/asterisk/bridging.h?view=diff&rev=389016&r1=389015&r2=389016
==============================================================================
--- team/rmudgett/bridge_phase/include/asterisk/bridging.h (original)
+++ team/rmudgett/bridge_phase/include/asterisk/bridging.h Fri May 17 16:18:37 2013
@@ -615,8 +615,8 @@
  * \param tech_args Optional Bridging tech optimization parameters for this channel.
  * \param pass_reference TRUE if the bridge reference is being passed by the caller.
  *
- * \note Absolutely locks should be held before calling this
- * function since it blocks.
+ * \note Absolutely _NO_ locks should be held before calling
+ * this function since it blocks.
  *
  * \retval state that channel exited the bridge with
  *




More information about the asterisk-commits mailing list