[svn-commits] mjordan: trunk r420743 - in /trunk: ./ res/

SVN commits to the Digium repositories svn-commits at lists.digium.com
Mon Aug 11 08:57:56 CDT 2014


Author: mjordan
Date: Mon Aug 11 08:57:53 2014
New Revision: 420743

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=420743
Log:
res_hep: Remove disabling of modules

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.
........

Merged revisions 420742 from http://svn.asterisk.org/svn/asterisk/branches/13

Modified:
    trunk/   (props changed)
    trunk/res/res_hep.c
    trunk/res/res_hep_pjsip.c
    trunk/res/res_hep_rtcp.c

Propchange: trunk/
------------------------------------------------------------------------------
--- branch-13-merged (original)
+++ branch-13-merged Mon Aug 11 08:57:53 2014
@@ -1,1 +1,1 @@
-/branches/13:1-420494,420514,420534,420536,420538,420562,420577,420592,420609,420624,420639,420657,420717
+/branches/13:1-420494,420514,420534,420536,420538,420562,420577,420592,420609,420624,420639,420657,420717,420742

Modified: trunk/res/res_hep.c
URL: http://svnview.digium.com/svn/asterisk/trunk/res/res_hep.c?view=diff&rev=420743&r1=420742&r2=420743
==============================================================================
--- trunk/res/res_hep.c (original)
+++ trunk/res/res_hep.c Mon Aug 11 08:57:53 2014
@@ -37,7 +37,6 @@
  */
 
 /*** MODULEINFO
-	<defaultenabled>no</defaultenabled>
 	<support_level>extended</support_level>
  ***/
 

Modified: trunk/res/res_hep_pjsip.c
URL: http://svnview.digium.com/svn/asterisk/trunk/res/res_hep_pjsip.c?view=diff&rev=420743&r1=420742&r2=420743
==============================================================================
--- trunk/res/res_hep_pjsip.c (original)
+++ trunk/res/res_hep_pjsip.c Mon Aug 11 08:57:53 2014
@@ -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>
  ***/
 

Modified: trunk/res/res_hep_rtcp.c
URL: http://svnview.digium.com/svn/asterisk/trunk/res/res_hep_rtcp.c?view=diff&rev=420743&r1=420742&r2=420743
==============================================================================
--- trunk/res/res_hep_rtcp.c (original)
+++ trunk/res/res_hep_rtcp.c Mon Aug 11 08:57:53 2014
@@ -26,7 +26,6 @@
 
 /*** MODULEINFO
 	<depend>res_hep</depend>
-	<defaultenabled>no</defaultenabled>
 	<support_level>extended</support_level>
  ***/
 




More information about the svn-commits mailing list