Mark Michelson
|
9b08352d97
Add module support level to ast_module_info structure. Print it in CLI "module show" .
|
hace 10 años |
Matthew Jordan
|
720c59c321
media formats: re-architect handling of media for performance improvements
|
hace 10 años |
Terry Wilson
|
71b7469c72
Opaquification for ast_format structs in struct ast_channel
|
hace 13 años |
Terry Wilson
|
c98bbe2897
ast_channel opaquification of pointers and integral types
|
hace 13 años |
Terry Wilson
|
4a8b42c992
Replace direct access to channel name with accessor functions
|
hace 13 años |
Leif Madsen
|
bdf076843a
Merged revisions 328247 via svnmerge from
|
hace 13 años |
David Vossel
|
80002f34a6
Asterisk media architecture conversion - no more format bitfields
|
hace 14 años |
Tilghman Lesher
|
02159b8f56
Expand codec bitfield from 32 bits to 64 bits.
|
hace 15 años |
Kevin P. Fleming
|
0b18e53c42
Const-ify the world (or at least a good part of it)
|
hace 15 años |
David Vossel
|
cded56dfdc
Merged revisions 184388 via svnmerge from
|
hace 16 años |
Eliel C. Sardanons
|
986aef48f5
Add TestClient() and TestServer() applications XML
|
hace 16 años |
Michiel van Baak
|
7e6a3af7e7
- revert change to ast_queue_hangup and create ast_queue_hangup_with_cause
|
hace 16 años |
Luigi Rizzo
|
de488a8981
remove a number of #include <fcntl.h> which are either
|
hace 17 años |
Luigi Rizzo
|
a3d5e81bf4
remove another set of redundant #include "asterisk/options.h"
|
hace 17 años |
Luigi Rizzo
|
a575562ceb
move asterisk/paths.h outside asterisk.h and into those files
|
hace 17 años |
Luigi Rizzo
|
32d68be9da
include "logger.h" and errno.h from asterisk.h - usage shows that they
|
hace 17 años |
Luigi Rizzo
|
47e70077d6
Start untangling header inclusion in a way that does not affect
|
hace 17 años |
Mark Michelson
|
952224deae
"show application <foo>" changes for clarity.
|
hace 17 años |
Joshua Colp
|
7d045734e0
Extend the ast_senddigit and ast_dtmf_stream API calls to allow the duration of the DTMF digit(s) to be specified and make the SendDTMF application have the capability to use it.
|
hace 17 años |
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.
|
hace 17 años |
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.
|
hace 17 años |
Russell Bryant
|
cc2957326d
Conversions to ast_debug()
|
hace 17 años |
Tilghman Lesher
|
bd03ba796a
Issue 9990 - New API ast_mkdir, which creates parent directories as necessary (and is faster than an outcall to mkdir -p)
|
hace 17 años |
Russell Bryant
|
00f1cf2802
Add a massive set of changes for converting to use the ast_debug() macro.
|
hace 17 años |
Matt O'Gorman
|
f884e01ddb
bug #8076 check option_debug before printing to debug channel.
|
hace 18 años |
Kevin P. Fleming
|
90db3f33ab
merge new_loader_completion branch, including (at least):
|
hace 18 años |
Russell Bryant
|
f695f15f17
Merged revisions 33466 via svnmerge from
|
hace 18 años |
Kevin P. Fleming
|
2687538ae6
simplify autoconfig include mechanism (make tholo happy he can use lint again :-)
|
hace 18 años |
Luigi Rizzo
|
c8d72dde26
This rather large commit changes the way modules are loaded.
|
hace 19 años |
Kevin P. Fleming
|
9f7c341f1c
since the module API is changing, it's a good time to const-ify the description() and key() return values
|
hace 19 años |