From: Joshua Colp Date: Tue, 19 Apr 2016 18:02:18 +0000 (-0300) Subject: app_talkdetect: Make the module core supported. X-Git-Tag: certified/13.8-cert1-rc2~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=188ce34affb59df621e16cd4d0ce50c4db1ff58d;p=thirdparty%2Fasterisk.git 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 --- 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"