Mark Michelson
|
9b08352d97
Add module support level to ast_module_info structure. Print it in CLI "module show" .
|
10 年之前 |
Matthew Jordan
|
720c59c321
media formats: re-architect handling of media for performance improvements
|
10 年之前 |
Matthew Jordan
|
fc8ff80bb7
Logger/CLI/etc.: Fix some aesthetic issues; reduce chatty verbose messages
|
11 年之前 |
Terry Wilson
|
71b7469c72
Opaquification for ast_format structs in struct ast_channel
|
13 年之前 |
Terry Wilson
|
c98bbe2897
ast_channel opaquification of pointers and integral types
|
13 年之前 |
Terry Wilson
|
4a8b42c992
Replace direct access to channel name with accessor functions
|
13 年之前 |
Leif Madsen
|
bdf076843a
Merged revisions 328247 via svnmerge from
|
13 年之前 |
David Vossel
|
80002f34a6
Asterisk media architecture conversion - no more format bitfields
|
14 年之前 |
David Vossel
|
d584d832c3
add silence gen to wait apps
|
15 年之前 |
Tilghman Lesher
|
ce99465a3b
AST-2009-005
|
15 年之前 |
Kevin P. Fleming
|
0b18e53c42
Const-ify the world (or at least a good part of it)
|
16 年之前 |
Mark Michelson
|
bc96b957d8
Fix 'd' option for app_dial and add new option to Answer application
|
16 年之前 |
Eliel C. Sardanons
|
6e42e8bf54
Add XML documentation for:
|
16 年之前 |
Tilghman Lesher
|
c5573ae817
Merged revisions 149061 via svnmerge from
|
16 年之前 |
Tilghman Lesher
|
df0e17b5f6
Create a centralized configuration option for silencethreshold
|
17 年之前 |
Luigi Rizzo
|
a3d5e81bf4
remove another set of redundant #include "asterisk/options.h"
|
17 年之前 |
Luigi Rizzo
|
32d68be9da
include "logger.h" and errno.h from asterisk.h - usage shows that they
|
17 年之前 |
Luigi Rizzo
|
47e70077d6
Start untangling header inclusion in a way that does not affect
|
17 年之前 |
Mark Michelson
|
952224deae
"show application <foo>" changes for clarity.
|
17 年之前 |
Tilghman Lesher
|
c2cbffc457
Mostly cleanup of documentation to substitute the pipe with the comma, but a few other formatting cleanups, too.
|
18 年之前 |
Russell Bryant
|
2470bd1b9d
Do a massive conversion for using the ast_verb() macro
|
18 年之前 |
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.
|
18 年之前 |
Russell Bryant
|
00f1cf2802
Add a massive set of changes for converting to use the ast_debug() macro.
|
18 年之前 |
Matt O'Gorman
|
f884e01ddb
bug #8076 check option_debug before printing to debug channel.
|
18 年之前 |
BJ Weschke
|
dd3446ceef
Changes/fixes to the app_waitforsilence app to make it behave more the way the author originally intended for it
|
18 年之前 |
Kevin P. Fleming
|
90db3f33ab
merge new_loader_completion branch, including (at least):
|
18 年之前 |
Kevin P. Fleming
|
2687538ae6
simplify autoconfig include mechanism (make tholo happy he can use lint again :-)
|
19 年之前 |
Joshua Colp
|
c4560de072
Merged revisions 29555 via svnmerge from
|
19 年之前 |
Luigi Rizzo
|
c8d72dde26
This rather large commit changes the way modules are loaded.
|
19 年之前 |
Kevin P. Fleming
|
9f7c341f1c
since the module API is changing, it's a good time to const-ify the description() and key() return values
|
19 年之前 |