[svn-commits] dvossel: branch dvossel/hd_confbridge r309339 - in /team/dvossel/hd_confbridg...

SVN commits to the Digium repositories svn-commits at lists.digium.com
Wed Mar 2 17:37:20 CST 2011


Author: dvossel
Date: Wed Mar  2 17:37:16 2011
New Revision: 309339

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=309339
Log:
Remove some todo notes

Modified:
    team/dvossel/hd_confbridge/apps/app_confbridge.c
    team/dvossel/hd_confbridge/apps/confbridge/include/confbridge.h

Modified: team/dvossel/hd_confbridge/apps/app_confbridge.c
URL: http://svnview.digium.com/svn/asterisk/team/dvossel/hd_confbridge/apps/app_confbridge.c?view=diff&rev=309339&r1=309338&r2=309339
==============================================================================
--- team/dvossel/hd_confbridge/apps/app_confbridge.c (original)
+++ team/dvossel/hd_confbridge/apps/app_confbridge.c Wed Mar  2 17:37:16 2011
@@ -50,7 +50,6 @@
 #include "asterisk/astobj2.h"
 #include "confbridge/include/confbridge.h"
 
-//todohere redo all this documentation
 /*** DOCUMENTATION
         <application name="ConfBridge" language="en_US">
                 <synopsis>

Modified: team/dvossel/hd_confbridge/apps/confbridge/include/confbridge.h
URL: http://svnview.digium.com/svn/asterisk/team/dvossel/hd_confbridge/apps/confbridge/include/confbridge.h?view=diff&rev=309339&r1=309338&r2=309339
==============================================================================
--- team/dvossel/hd_confbridge/apps/confbridge/include/confbridge.h (original)
+++ team/dvossel/hd_confbridge/apps/confbridge/include/confbridge.h Wed Mar  2 17:37:16 2011
@@ -26,19 +26,6 @@
 #include "asterisk/bridging.h"
 /* Maximum length of a conference bridge name */
 #define MAX_CONF_NAME 32
-
-//todohere remove these old flags once the new ones take their place.
-enum {
-	OPTION_ADMIN = (1 << 0),             /*!< Set if the caller is an administrator */
-	OPTION_MENU = (1 << 1),              /*!< Set if the caller should have access to the conference bridge IVR menu */
-	OPTION_MUSICONHOLD = (1 << 2),       /*!< Set if music on hold should be played if nobody else is in the conference bridge */
-	OPTION_NOONLYPERSON = (1 << 3),      /*!< Set if the "you are currently the only person in this conference" sound file should not be played */
-	OPTION_STARTMUTED = (1 << 4),        /*!< Set if the caller should be initially set muted */
-	OPTION_ANNOUNCEUSERCOUNT = (1 << 5), /*!< Set if the number of users should be announced to the caller */
-	OPTION_MARKEDUSER = (1 << 6),        /*!< Set if the caller is a marked user */
-	OPTION_WAITMARKED = (1 << 7),        /*!< Set if the conference must wait for a marked user before starting */
-	OPTION_QUIET = (1 << 8),             /*!< Set if no audio prompts should be played */
-};
 
 enum user_profile_flags {
 	USER_OPT_ADMIN = (1 << 0),             /*!< Set if the caller is an administrator */




More information about the svn-commits mailing list