aboutsummaryrefslogtreecommitdiffstats
path: root/addons
diff options
context:
space:
mode:
authormmichelson <mmichelson@f38db490-d61c-443f-a65b-d21fe96a405b>2009-11-06 22:02:36 +0000
committermmichelson <mmichelson@f38db490-d61c-443f-a65b-d21fe96a405b>2009-11-06 22:02:36 +0000
commitea202cf5c247b71f43eaca307c8f6649fe696579 (patch)
treee4ef45276f1aa3fdaf89bf73571b561a27f01e4d /addons
parent3823a818922120d243cf335435e7f4adff07f3c4 (diff)
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. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@228659 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'addons')
-rw-r--r--addons/chan_ooh323.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/addons/chan_ooh323.c b/addons/chan_ooh323.c
index 24b740b3c..a23eafb80 100644
--- a/addons/chan_ooh323.c
+++ b/addons/chan_ooh323.c
@@ -15,6 +15,10 @@
*****************************************************************************/
+/*** MODULEINFO
+ <defaultenabled>no</defaultenabled>
+ ***/
+
#include "chan_ooh323.h"
#include <math.h>