[svn-commits] rmudgett: branch rmudgett/bridge_phase r381607 - /team/rmudgett/bridge_phase/...

SVN commits to the Digium repositories svn-commits at lists.digium.com
Fri Feb 15 20:37:07 CST 2013


Author: rmudgett
Date: Fri Feb 15 20:37:03 2013
New Revision: 381607

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=381607
Log:
Change comment.

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

Modified: team/rmudgett/bridge_phase/include/asterisk/bridging_features.h
URL: http://svnview.digium.com/svn/asterisk/team/rmudgett/bridge_phase/include/asterisk/bridging_features.h?view=diff&rev=381607&r1=381606&r2=381607
==============================================================================
--- team/rmudgett/bridge_phase/include/asterisk/bridging_features.h (original)
+++ team/rmudgett/bridge_phase/include/asterisk/bridging_features.h Fri Feb 15 20:37:03 2013
@@ -34,7 +34,7 @@
 	AST_BRIDGE_FLAG_DISSOLVE_HANGUP = (1 << 0),
 	/*! Move between bridging technologies as needed. */
 	AST_BRIDGE_FLAG_SMART = (1 << 1),
-	/*! This channel leaves the bridge if the only other participants have this flag set. */
+	/*! This channel leaves the bridge if all participants have this flag set. */
 	AST_BRIDGE_FLAG_LONELY = (1 << 2),
 };
 




More information about the svn-commits mailing list