[svn-commits] mmichelson: trunk r228659 - /trunk/addons/chan_ooh323.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Fri Nov 6 16:02:37 CST 2009


Author: mmichelson
Date: Fri Nov  6 16:02:36 2009
New Revision: 228659

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=228659
Log:
Make compilation of chan_ooh323 disabled by default.

All addons modules should be disabled by default, requiring the
user to turn them on if desired. After all, these are addons we're
talking about here.


Modified:
    trunk/addons/chan_ooh323.c

Modified: trunk/addons/chan_ooh323.c
URL: http://svnview.digium.com/svn/asterisk/trunk/addons/chan_ooh323.c?view=diff&rev=228659&r1=228658&r2=228659
==============================================================================
--- trunk/addons/chan_ooh323.c (original)
+++ trunk/addons/chan_ooh323.c Fri Nov  6 16:02:36 2009
@@ -14,6 +14,10 @@
  *
  *****************************************************************************/
 
+
+/*** MODULEINFO
+	<defaultenabled>no</defaultenabled>
+ ***/
 
 #include "chan_ooh323.h"
 #include <math.h>




More information about the svn-commits mailing list