]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Enable res_smdi/res_adsi by default
authorMatthew Jordan <mjordan@digium.com>
Wed, 13 Jun 2012 22:16:09 +0000 (22:16 +0000)
committerMatthew Jordan <mjordan@digium.com>
Wed, 13 Jun 2012 22:16:09 +0000 (22:16 +0000)
Re-enable res_smdi/res_adsi by default, as they are both now considered
core supported modules.

(issue AST-900)
Reported by: Thomas Arimont

(issue AST-885)
Reported by: Denis Alberto Martinez

git-svn-id: https://origsvn.digium.com/svn/asterisk/certified/branches/1.8.11@368919 65c4cc65-6c06-0410-ace0-fbb531ad65f3

res/res_adsi.c
res/res_smdi.c

index fb9f1cc3ed9b62211649e6138ef9d32e5a4ea731..05ddc849472a1bac15d2a24c42ba6f9c727d68d5 100644 (file)
@@ -32,7 +32,6 @@
 
 /*** MODULEINFO
        <support_level>core</support_level>
-       <defaultenabled>no</defaultenabled>
  ***/
 
 #include "asterisk.h"
index b09f541d37594bc2f3462488cb83f15adfffcc23..27f71fece94b0af0d0bfe75b2629c8b3dbce6d53 100644 (file)
@@ -33,7 +33,6 @@
 
 /*** MODULEINFO
        <support_level>core</support_level>
-       <defaultenabled>no</defaultenabled>
  ***/
 
 #include "asterisk.h"