summaryrefslogtreecommitdiff
path: root/addons/chan_ooh323.c
diff options
context:
space:
mode:
authorMark Michelson <mmichelson@digium.com>2009-11-06 22:02:36 +0000
committerMark Michelson <mmichelson@digium.com>2009-11-06 22:02:36 +0000
commit341c7b60ddf51926539cc70bc3f77beac28231a8 (patch)
treee4ef45276f1aa3fdaf89bf73571b561a27f01e4d /addons/chan_ooh323.c
parentfbe477ea501ae82c8b9252d0a842e4ec3698bf41 (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: https://origsvn.digium.com/svn/asterisk/trunk@228659 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'addons/chan_ooh323.c')
-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>