Mark Michelson
|
9b08352d97
Add module support level to ast_module_info structure. Print it in CLI "module show" .
|
10 rokov pred |
Matthew Jordan
|
720c59c321
media formats: re-architect handling of media for performance improvements
|
10 rokov pred |
Leif Madsen
|
bdf076843a
Merged revisions 328247 via svnmerge from
|
13 rokov pred |
David Vossel
|
80002f34a6
Asterisk media architecture conversion - no more format bitfields
|
13 rokov pred |
Mark Michelson
|
79e5747cd1
Remove unnecessary code relating to PLC.
|
14 rokov pred |
Jason Parker
|
8f06d02284
Merge codec_consistency branch. This should make sample usage much happier.
|
16 rokov pred |
Tilghman Lesher
|
494f40bad2
Create a new config file status, CONFIG_STATUS_FILEINVALID for differentiating
|
16 rokov pred |
Tilghman Lesher
|
b4623f528d
Convert casts to unions, to fix alignment issues on Solaris
|
16 rokov pred |
Michiel van Baak
|
7e6a3af7e7
- revert change to ast_queue_hangup and create ast_queue_hangup_with_cause
|
16 rokov pred |
Jason Parker
|
948050aa5f
codecs.conf really shouldn't be mandatory.. it never had been before, so let's go back to being optional.
|
17 rokov pred |
Luigi Rizzo
|
de488a8981
remove a number of #include <fcntl.h> which are either
|
17 rokov pred |
Luigi Rizzo
|
4a1317ffbb
remove some useless includes from codecs
|
17 rokov pred |
Luigi Rizzo
|
32d68be9da
include "logger.h" and errno.h from asterisk.h - usage shows that they
|
17 rokov pred |
Luigi Rizzo
|
47e70077d6
Start untangling header inclusion in a way that does not affect
|
17 rokov pred |
Jason Parker
|
854d2461b3
More changes to change return values from load_module functions.
|
17 rokov pred |
Tilghman Lesher
|
d903e91cdc
Don't reload a configuration file if nothing has changed.
|
17 rokov pred |
Russell Bryant
|
2470bd1b9d
Do a massive conversion for using the ast_verb() macro
|
17 rokov pred |
Russell Bryant
|
65ba70c857
Merged revisions 52997 via svnmerge from
|
18 rokov pred |
Kevin P. Fleming
|
1d1f6c296b
minor performance improvement
|
18 rokov pred |
Kevin P. Fleming
|
90db3f33ab
merge new_loader_completion branch, including (at least):
|
18 rokov pred |
Russell Bryant
|
0ca7398c8c
pointer signedness warnings elimination
|
18 rokov pred |
Kevin P. Fleming
|
01b794fd2a
update dependency information to match new names for dependencies
|
18 rokov pred |
Kevin P. Fleming
|
1e40e4f645
The Eurostar Commit! (it's amazing how much work you can get done on a 150 minute train ride from Paris to London <G>)
|
18 rokov pred |
Kevin P. Fleming
|
2687538ae6
simplify autoconfig include mechanism (make tholo happy he can use lint again :-)
|
18 rokov pred |
Kevin P. Fleming
|
1c5e5adc40
Thanks to the fine work of Russell Bryant and Dancho Lazarov, we now have autoconf and menuselect tools for Asterisk!
|
18 rokov pred |
Luigi Rizzo
|
c8d72dde26
This rather large commit changes the way modules are loaded.
|
18 rokov pred |
Kevin P. Fleming
|
9f7c341f1c
since the module API is changing, it's a good time to const-ify the description() and key() return values
|
18 rokov pred |
Kevin P. Fleming
|
ee7e577726
merge rizzo's codec module rework (very similar to the format module rework)
|
18 rokov pred |
Luigi Rizzo
|
4b2936e646
Bring in the new loader code as described in mantis #4377
|
18 rokov pred |
Kevin P. Fleming
|
7a137181bf
revert loader changes that have clearly not undergone adequate testing before commit
|
18 rokov pred |