Joshua Colp
|
7ab6a78fb1
Merged revisions 232356 via svnmerge from
|
před 15 roky |
Tilghman Lesher
|
df0e17b5f6
Create a centralized configuration option for silencethreshold
|
před 16 roky |
Michiel van Baak
|
5cb40f4dcf
whitespace fixes only.
|
před 17 roky |
Mark Michelson
|
00370421bd
Merged revisions 101649 via svnmerge from
|
před 17 roky |
Mark Michelson
|
6132e1ceb2
Some changes to app_amd.
|
před 17 roky |
Jason Parker
|
9f6f1c569d
Use defined return values in load_module in more places.
|
před 17 roky |
Tilghman Lesher
|
8fc9a27072
Convert ast_verbose to ast_verb.
|
před 17 roky |
Luigi Rizzo
|
a3d5e81bf4
remove another set of redundant #include "asterisk/options.h"
|
před 17 roky |
Luigi Rizzo
|
47e70077d6
Start untangling header inclusion in a way that does not affect
|
před 17 roky |
Mark Michelson
|
952224deae
"show application <foo>" changes for clarity.
|
před 17 roky |
Tilghman Lesher
|
d903e91cdc
Don't reload a configuration file if nothing has changed.
|
před 17 roky |
Tilghman Lesher
|
c2cbffc457
Mostly cleanup of documentation to substitute the pipe with the comma, but a few other formatting cleanups, too.
|
před 17 roky |
Russell Bryant
|
2470bd1b9d
Do a massive conversion for using the ast_verb() macro
|
před 17 roky |
Joshua Colp
|
06e56560db
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.
|
před 17 roky |
Joshua Colp
|
20ea2e3dd0
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.
|
před 17 roky |
Russell Bryant
|
00f1cf2802
Add a massive set of changes for converting to use the ast_debug() macro.
|
před 17 roky |
Olle Johansson
|
020eb54788
Doxygen additions, corrections
|
před 17 roky |
Joshua Colp
|
0598fd18b4
Merged revisions 47617 via svnmerge from
|
před 18 roky |
Joshua Colp
|
26b3671af2
Make this module fit the guidelines better
|
před 18 roky |
Kevin P. Fleming
|
90db3f33ab
merge new_loader_completion branch, including (at least):
|
před 18 roky |
Tilghman Lesher
|
ce1616a08a
Bug 7399 - Sample config showed [general] as the context, so the app should look there, too.
|
před 18 roky |
Kevin P. Fleming
|
7c06bc8611
Merged revisions 34087 via svnmerge from
|
před 18 roky |
Kevin P. Fleming
|
2687538ae6
simplify autoconfig include mechanism (make tholo happy he can use lint again :-)
|
před 18 roky |
Russell Bryant
|
5241bdc2d4
remove almost all of the checks of the result from ast_strdupa() or alloca().
|
před 18 roky |
Luigi Rizzo
|
c8d72dde26
This rather large commit changes the way modules are loaded.
|
před 18 roky |
Luigi Rizzo
|
218b9d47eb
normalize code preparing for loader changes
|
před 18 roky |
Kevin P. Fleming
|
9f7c341f1c
since the module API is changing, it's a good time to const-ify the description() and key() return values
|
před 18 roky |
BJ Weschke
|
2fe1381778
More code optimizations. Thanks kpfleming!
|
před 18 roky |
BJ Weschke
|
14e2736eb1
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.
|
před 18 roky |
Luigi Rizzo
|
d60df99194
Add missing
|
před 18 roky |