summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorJoshua Colp <jcolp@digium.com>2016-04-19 15:02:18 -0300
committerJoshua Colp <jcolp@digium.com>2016-04-19 15:02:18 -0300
commitded3794fc65902dd7426b2fe488bb61329281b4d (patch)
tree93c6dbe14147431fe5de285200adbfc3ee2033a0 /apps
parent9a22ef81afe8f7b7369b0910dbc26ee6542440c2 (diff)
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
Diffstat (limited to 'apps')
-rw-r--r--apps/app_talkdetect.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/app_talkdetect.c b/apps/app_talkdetect.c
index a021252de..f7086fdd9 100644
--- a/apps/app_talkdetect.c
+++ b/apps/app_talkdetect.c
@@ -26,7 +26,7 @@
*/
/*** MODULEINFO
- <support_level>extended</support_level>
+ <support_level>core</support_level>
***/
#include "asterisk.h"