From cc7853f40f6b6b67cd9f2352e79537e9360a5024 Mon Sep 17 00:00:00 2001 From: Matthew Jordan Date: Mon, 11 Aug 2014 13:57:25 +0000 Subject: [PATCH] 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. git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/13@420742 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- res/res_hep.c | 1 - res/res_hep_pjsip.c | 1 - res/res_hep_rtcp.c | 1 - 3 files changed, 3 deletions(-) diff --git a/res/res_hep.c b/res/res_hep.c index c558bc2520..da23d2257a 100644 --- a/res/res_hep.c +++ b/res/res_hep.c @@ -37,7 +37,6 @@ */ /*** MODULEINFO - no extended ***/ diff --git a/res/res_hep_pjsip.c b/res/res_hep_pjsip.c index b73b033fd5..254028b95d 100644 --- a/res/res_hep_pjsip.c +++ b/res/res_hep_pjsip.c @@ -29,7 +29,6 @@ res_pjsip res_pjsip_session res_hep - no extended ***/ diff --git a/res/res_hep_rtcp.c b/res/res_hep_rtcp.c index 63df1c8b06..bb96c8dd38 100644 --- a/res/res_hep_rtcp.c +++ b/res/res_hep_rtcp.c @@ -26,7 +26,6 @@ /*** MODULEINFO res_hep - no extended ***/