From 198829f2db3d8dcaa76188dc4fe6db06e7b8cbb8 Mon Sep 17 00:00:00 2001 From: tilghman Date: Wed, 5 Mar 2008 16:23:44 +0000 Subject: Create a centralized configuration option for silencethreshold (closes issue #11236) Reported by: philipps Patches: 20080218__bug11236.diff.txt uploaded by Corydon76 (license 14) Tested by: philipps git-svn-id: http://svn.digium.com/svn/asterisk/trunk@106072 f38db490-d61c-443f-a65b-d21fe96a405b --- main/loader.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'main/loader.c') diff --git a/main/loader.c b/main/loader.c index 43d254c6f..d34da9f7d 100644 --- a/main/loader.c +++ b/main/loader.c @@ -47,6 +47,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") #include "asterisk/http.h" #include "asterisk/lock.h" #include "asterisk/features.h" +#include "asterisk/dsp.h" #ifdef DLFCNCOMPAT #include "asterisk/dlfcn-compat.h" @@ -249,6 +250,7 @@ static struct reload_classes { { "http", ast_http_reload }, { "logger", logger_reload }, { "features", ast_features_reload }, + { "dsp", ast_dsp_reload}, { NULL, NULL } }; -- cgit v1.2.3