mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +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:
@@ -121,6 +121,7 @@ int daemon(int, int); /* defined in libresolv of all places */
|
||||
#include "asterisk/linkedlists.h"
|
||||
#include "asterisk/devicestate.h"
|
||||
#include "asterisk/module.h"
|
||||
#include "asterisk/dsp.h"
|
||||
|
||||
#include "asterisk/doxyref.h" /* Doxygen documentation */
|
||||
|
||||
@@ -3218,7 +3219,7 @@ int main(int argc, char *argv[])
|
||||
}
|
||||
|
||||
ast_rtp_init();
|
||||
|
||||
ast_dsp_init();
|
||||
ast_udptl_init();
|
||||
|
||||
if (ast_image_init()) {
|
||||
|
Reference in New Issue
Block a user