[asterisk-commits] app talkdetect: Make the module core supported. (asterisk[certified/13.8])

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Tue Apr 19 13:37:05 CDT 2016


Joshua Colp has submitted this change and it was merged.

Change subject: app_talkdetect: Make the module core supported.
......................................................................


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
---
M apps/app_talkdetect.c
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Richard Mudgett: Looks good to me, but someone else must approve
  Joshua Colp: Looks good to me, approved; Verified



diff --git a/apps/app_talkdetect.c b/apps/app_talkdetect.c
index a021252..f7086fd 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"

-- 
To view, visit https://gerrit.asterisk.org/2651
To unsubscribe, visit https://gerrit.asterisk.org/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I558e7af7679b22b8ed641d7dd37ee4ca35b11e88
Gerrit-PatchSet: 1
Gerrit-Project: asterisk
Gerrit-Branch: certified/13.8
Gerrit-Owner: Joshua Colp <jcolp at digium.com>
Gerrit-Reviewer: Joshua Colp <jcolp at digium.com>
Gerrit-Reviewer: Richard Mudgett <rmudgett at digium.com>



More information about the asterisk-commits mailing list