[asterisk-commits] file: branch file/bridging-phase2 r181615 - /team/file/bridging-phase2/apps/
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Thu Mar 12 09:01:38 CDT 2009
Author: file
Date: Thu Mar 12 09:01:35 2009
New Revision: 181615
URL: http://svn.digium.com/svn-view/asterisk?view=rev&rev=181615
Log:
Add a todo item for dialing out and bringing another participant into the conference bridge.
Modified:
team/file/bridging-phase2/apps/app_confbridge.c
Modified: team/file/bridging-phase2/apps/app_confbridge.c
URL: http://svn.digium.com/svn-view/asterisk/team/file/bridging-phase2/apps/app_confbridge.c?view=diff&rev=181615&r1=181614&r2=181615
==============================================================================
--- team/file/bridging-phase2/apps/app_confbridge.c (original)
+++ team/file/bridging-phase2/apps/app_confbridge.c Thu Mar 12 09:01:35 2009
@@ -24,6 +24,9 @@
*
* This is a conference bridge application utilizing the bridging core.
* \ingroup applications
+ *
+ * \todo Add support for dialing out and bringing another participant into the
+ * conference bridge.
*/
#include "asterisk.h"
More information about the asterisk-commits
mailing list