Commit Graph

35 Commits (71ebf2e7ca7ed51a88d46a1ac58aed1945b97cd8)

Author SHA1 Message Date
Tilghman Lesher 8a411ccf83 Create a centralized configuration option for silencethreshold
17 years ago
Michiel van Baak 4dccb58fb7 whitespace fixes only.
18 years ago
Mark Michelson 41cf37844e Merged revisions 101649 via svnmerge from
18 years ago
Mark Michelson d9e0bb0e84 Some changes to app_amd.
18 years ago
Jason Parker eea428cf76 Use defined return values in load_module in more places.
18 years ago
Tilghman Lesher d5b454bf8d Convert ast_verbose to ast_verb.
18 years ago
Luigi Rizzo 7e8835e0d7 remove another set of redundant #include "asterisk/options.h"
18 years ago
Luigi Rizzo fdb7f7ba3d Start untangling header inclusion in a way that does not affect
18 years ago
Mark Michelson 5a4867543d "show application <foo>" changes for clarity.
18 years ago
Tilghman Lesher 56b9568164 Don't reload a configuration file if nothing has changed.
18 years ago
Tilghman Lesher 20bbd09de3 Mostly cleanup of documentation to substitute the pipe with the comma, but a few other formatting cleanups, too.
18 years ago
Russell Bryant f8483a0d04 Do a massive conversion for using the ast_verb() macro
18 years ago
Joshua Colp b8cd949cce Applications no longer need to call ast_module_user_add and ast_module_user_remove. This is now taken care of in the pbx_exec function outside of the application.
18 years ago
Joshua Colp 96a646734f It is no longer required for each module that deals with a channel to call ast_module_user_hangup_all in it's unload function. The loader will automatically perform this action for it.
18 years ago
Russell Bryant 055d82cbce Add a massive set of changes for converting to use the ast_debug() macro.
18 years ago
Olle Johansson 75d387acbc Doxygen additions, corrections
19 years ago
Joshua Colp 964f27f316 Merged revisions 47617 via svnmerge from
19 years ago
Joshua Colp ca2b4d407a Make this module fit the guidelines better
19 years ago
Kevin P. Fleming 0a27d8bfe5 merge new_loader_completion branch, including (at least):
19 years ago
Tilghman Lesher 2c3e94f289 Bug 7399 - Sample config showed [general] as the context, so the app should look there, too.
19 years ago
Kevin P. Fleming 39b9a1c945 Merged revisions 34087 via svnmerge from
19 years ago
Kevin P. Fleming 472c1ca282 simplify autoconfig include mechanism (make tholo happy he can use lint again :-)
19 years ago
Russell Bryant 04ecb29d03 remove almost all of the checks of the result from ast_strdupa() or alloca().
19 years ago
Luigi Rizzo e43bc6634d This rather large commit changes the way modules are loaded.
19 years ago
Luigi Rizzo 7ba1b92a04 normalize code preparing for loader changes
19 years ago
Kevin P. Fleming f10f427d49 since the module API is changing, it's a good time to const-ify the description() and key() return values
19 years ago
BJ Weschke 3b89edc066 More code optimizations. Thanks kpfleming!
19 years ago
BJ Weschke d42357fae1 Fix a problem where if the channel was hungup during detection, the application wouldn't block indefinitely looking for another frame from that channel. Don't try to do frame size analysis on a frame that isn't voice, only report DEBUG and VERBOSE msgs to the logger channels when the DEBUG and VERBOSE settings are high enough to require it, and some other minor cleanups.
19 years ago
Luigi Rizzo 574e9ae7a8 Add missing
19 years ago
Matt O'Gorman fecae4f64e Changing syntax once again slightly and standardizing
20 years ago
Russell Bryant a0d438fb6c remove the uses of the deprecated STANDARD_LOCAL_USER
20 years ago
Matt O'Gorman ec7df7e557 Now Kevin will be really happy!
20 years ago
Matt O'Gorman 49a04b91a2 changed naming scheme for variables so it matches
20 years ago
Kevin P. Fleming b9918fb16b set properties for new files (i need to get this documented)
20 years ago
Matt O'Gorman dacbca4699 Commiting 5959 with minor formatting and typo
20 years ago