Author: mjordan Date: Mon Aug 11 08:57:25 2014 New Revision: 420742 URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=420742 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. Modified: branches/13/res/res_hep.c branches/13/res/res_hep_pjsip.c branches/13/res/res_hep_rtcp.c Modified: branches/13/res/res_hep.c URL: http://svnview.digium.com/svn/asterisk/branches/13/res/res_hep.c?view=diff&rev=420742&r1=420741&r2=420742 ============================================================================== --- branches/13/res/res_hep.c (original) +++ branches/13/res/res_hep.c Mon Aug 11 08:57:25 2014 @@ -37,7 +37,6 @@ */ /*** MODULEINFO - <defaultenabled>no</defaultenabled> <support_level>extended</support_level> ***/ Modified: branches/13/res/res_hep_pjsip.c URL: http://svnview.digium.com/svn/asterisk/branches/13/res/res_hep_pjsip.c?view=diff&rev=420742&r1=420741&r2=420742 ============================================================================== --- branches/13/res/res_hep_pjsip.c (original) +++ branches/13/res/res_hep_pjsip.c Mon Aug 11 08:57:25 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: branches/13/res/res_hep_rtcp.c URL: http://svnview.digium.com/svn/asterisk/branches/13/res/res_hep_rtcp.c?view=diff&rev=420742&r1=420741&r2=420742 ============================================================================== --- branches/13/res/res_hep_rtcp.c (original) +++ branches/13/res/res_hep_rtcp.c Mon Aug 11 08:57:25 2014 @@ -26,7 +26,6 @@ /*** MODULEINFO <depend>res_hep</depend> - <defaultenabled>no</defaultenabled> <support_level>extended</support_level> ***/ -- _____________________________________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- svn-commits mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/svn-commits