Mark Michelson
|
9b08352d97
Add module support level to ast_module_info structure. Print it in CLI "module show" .
|
10 vuotta sitten |
Mark Michelson
|
5fe49bb141
Multiple revisions 375993-375994
|
12 vuotta sitten |
Leif Madsen
|
bdf076843a
Merged revisions 328247 via svnmerge from
|
13 vuotta sitten |
David Vossel
|
d584d832c3
add silence gen to wait apps
|
15 vuotta sitten |
Tilghman Lesher
|
02159b8f56
Expand codec bitfield from 32 bits to 64 bits.
|
15 vuotta sitten |
Tilghman Lesher
|
ce99465a3b
AST-2009-005
|
15 vuotta sitten |
Kevin P. Fleming
|
0b18e53c42
Const-ify the world (or at least a good part of it)
|
15 vuotta sitten |
Eliel C. Sardanons
|
6e42e8bf54
Add XML documentation for:
|
16 vuotta sitten |
Tilghman Lesher
|
2fb073ef2d
Whitespace changes only
|
16 vuotta sitten |
Luigi Rizzo
|
a3d5e81bf4
remove another set of redundant #include "asterisk/options.h"
|
17 vuotta sitten |
Luigi Rizzo
|
32d68be9da
include "logger.h" and errno.h from asterisk.h - usage shows that they
|
17 vuotta sitten |
Luigi Rizzo
|
47e70077d6
Start untangling header inclusion in a way that does not affect
|
17 vuotta sitten |
Mark Michelson
|
952224deae
"show application <foo>" changes for clarity.
|
17 vuotta sitten |
Russell Bryant
|
2470bd1b9d
Do a massive conversion for using the ast_verb() macro
|
17 vuotta sitten |
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.
|
17 vuotta sitten |
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.
|
17 vuotta sitten |
Steve Murphy
|
8ce588cfc2
As per ToDo list, I have made it so that Wait(), WaitExten(), Congestion(), Busy(), Read(), WaitForRing(), will now either actually handle a floating point argument as advertised, or has been upgraded to accept a floating point [timeout] arg.
|
18 vuotta sitten |
Kevin P. Fleming
|
90db3f33ab
merge new_loader_completion branch, including (at least):
|
18 vuotta sitten |
Kevin P. Fleming
|
2687538ae6
simplify autoconfig include mechanism (make tholo happy he can use lint again :-)
|
18 vuotta sitten |
Luigi Rizzo
|
c8d72dde26
This rather large commit changes the way modules are loaded.
|
18 vuotta sitten |
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 vuotta sitten |
Russell Bryant
|
c674004ec1
remove the uses of the deprecated STANDARD_LOCAL_USER
|
19 vuotta sitten |
Russell Bryant
|
ce2d148b36
update doxygen docs to specify authors
|
19 vuotta sitten |
Kevin P. Fleming
|
70a40d92e3
|
19 vuotta sitten |
Russell Bryant
|
52a5a58ab1
make app_queue 1.2 jump compliant (issue #5580)
|
19 vuotta sitten |
Russell Bryant
|
34bca139be
issue #5605
|
19 vuotta sitten |
Russell Bryant
|
019929452c
Doxygen documentation update from oej (issue #5505)
|
19 vuotta sitten |
Russell Bryant
|
eb4c84e970
Massive cleanups to applications for LOCAL_USER handling and some other things.
|
19 vuotta sitten |
Russell Bryant
|
f304fbf0c4
it's a good idea to unregister everything before calling STANDARD_HANGUP_LOCALUSERS
|
19 vuotta sitten |
Kevin P. Fleming
|
125059a469
update MANY more files with proper copyright/license info (thanks Ian!)
|
19 vuotta sitten |