From: Joshua Colp Date: Tue, 19 Apr 2016 18:02:18 +0000 (-0300) Subject: app_talkdetect: Make the module core supported. X-Git-Tag: 14.0.0-beta1~249 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d95512a7ddeb0dcd1709e55d91cad50b436af33b;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 5cb10ad7ff..6b5a649226 100644 --- a/apps/app_talkdetect.c +++ b/apps/app_talkdetect.c @@ -26,7 +26,7 @@ */ /*** MODULEINFO - extended + core ***/ #include "asterisk.h"