From 341c7b60ddf51926539cc70bc3f77beac28231a8 Mon Sep 17 00:00:00 2001 From: Mark Michelson <mmichelson@digium.com> Date: Fri, 6 Nov 2009 22:02:36 +0000 Subject: [PATCH] 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 --- addons/chan_ooh323.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/addons/chan_ooh323.c b/addons/chan_ooh323.c index 24b740b3c8..a23eafb80b 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> -- GitLab