From ded3794fc65902dd7426b2fe488bb61329281b4d Mon Sep 17 00:00:00 2001 From: Joshua Colp Date: Tue, 19 Apr 2016 15:02:18 -0300 Subject: [PATCH] app_talkdetect: Make the module core supported. This module is used as part of testsuite tests to confirm stuff works. I'm accordingly marking it as core as it is required by those tests. Change-Id: I558e7af7679b22b8ed641d7dd37ee4ca35b11e88 --- apps/app_talkdetect.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/app_talkdetect.c b/apps/app_talkdetect.c index a021252dee..f7086fdd9c 100644 --- a/apps/app_talkdetect.c +++ b/apps/app_talkdetect.c @@ -26,7 +26,7 @@ */ /*** MODULEINFO - extended + core ***/ #include "asterisk.h" -- 2.47.2