mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-04 11:58:52 +00:00
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: https://origsvn.digium.com/svn/asterisk/trunk@106072 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -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 }
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user