]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
res_hep: Remove disabling of modules
authorMatthew Jordan <mjordan@digium.com>
Mon, 11 Aug 2014 13:57:25 +0000 (13:57 +0000)
committerMatthew Jordan <mjordan@digium.com>
Mon, 11 Aug 2014 13:57:25 +0000 (13:57 +0000)
These modules were originally specified as being disabled, as they were
introduced midstream in Asterisk 12. That makes it nicer for folks who are
upgrading to a new release in the middle of Asterisk 12. That's not the case
for Asterisk 13: it's a brand new release. There's no reason to have the
modules disabled by default in that case.

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

res/res_hep.c
res/res_hep_pjsip.c
res/res_hep_rtcp.c

index c558bc252020ae2ab20b865f36c02a6064a7bd51..da23d2257a76028c5d13aa551ce57c8492552616 100644 (file)
@@ -37,7 +37,6 @@
  */
 
 /*** MODULEINFO
-       <defaultenabled>no</defaultenabled>
        <support_level>extended</support_level>
  ***/
 
index b73b033fd582a076f66acb882b26f501224ee858..254028b95d182e29dea90d55d6676f0057574ee0 100644 (file)
@@ -29,7 +29,6 @@
        <depend>res_pjsip</depend>
        <depend>res_pjsip_session</depend>
        <depend>res_hep</depend>
-       <defaultenabled>no</defaultenabled>
        <support_level>extended</support_level>
  ***/
 
index 63df1c8b06f65facb54d96be74fab4a38306eeb2..bb96c8dd38b4003d0f0978e2c0394786b0d2ccce 100644 (file)
@@ -26,7 +26,6 @@
 
 /*** MODULEINFO
        <depend>res_hep</depend>
-       <defaultenabled>no</defaultenabled>
        <support_level>extended</support_level>
  ***/