Leif Madsen
|
c7f7156c57
Merged revisions 328209 via svnmerge from
|
13 anni fa |
Kevin P. Fleming
|
0b18e53c42
Const-ify the world (or at least a good part of it)
|
16 anni fa |
Eliel C. Sardanons
|
6e42e8bf54
Add XML documentation for:
|
16 anni fa |
Luigi Rizzo
|
32d68be9da
include "logger.h" and errno.h from asterisk.h - usage shows that they
|
17 anni fa |
Luigi Rizzo
|
47e70077d6
Start untangling header inclusion in a way that does not affect
|
17 anni fa |
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.
|
18 anni fa |
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 anni fa |
Kevin P. Fleming
|
90db3f33ab
merge new_loader_completion branch, including (at least):
|
18 anni fa |
Kevin P. Fleming
|
2687538ae6
simplify autoconfig include mechanism (make tholo happy he can use lint again :-)
|
19 anni fa |
Kevin P. Fleming
|
1c5e5adc40
Thanks to the fine work of Russell Bryant and Dancho Lazarov, we now have autoconf and menuselect tools for Asterisk!
|
19 anni fa |
Luigi Rizzo
|
c8d72dde26
This rather large commit changes the way modules are loaded.
|
19 anni fa |
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 anni fa |
Russell Bryant
|
c674004ec1
remove the uses of the deprecated STANDARD_LOCAL_USER
|
19 anni fa |
Russell Bryant
|
ce2d148b36
update doxygen docs to specify authors
|
19 anni fa |
Kevin P. Fleming
|
70a40d92e3
|
19 anni fa |
Kevin P. Fleming
|
c1f51aafcc
issue #5650
|
19 anni fa |
Russell Bryant
|
34bca139be
issue #5605
|
19 anni fa |
Russell Bryant
|
05a55d3b02
remove unnecessary checks before calls to ast_strlen_zero
|
19 anni fa |
Russell Bryant
|
019929452c
Doxygen documentation update from oej (issue #5505)
|
19 anni fa |
Russell Bryant
|
eb4c84e970
Massive cleanups to applications for LOCAL_USER handling and some other things.
|
19 anni fa |
Russell Bryant
|
f304fbf0c4
it's a good idea to unregister everything before calling STANDARD_HANGUP_LOCALUSERS
|
19 anni fa |
Kevin P. Fleming
|
125059a469
update MANY more files with proper copyright/license info (thanks Ian!)
|
19 anni fa |
Kevin P. Fleming
|
fac2853bd0
the last round of file version tags
|
20 anni fa |
Kevin P. Fleming
|
d09e282e31
use double-quotes instead of angle-brackets for non-system include files (bug #4058)
|
20 anni fa |
Mark Spencer
|
ca456e146c
Create experimental new options API, various cleanups
|
20 anni fa |
Mark Spencer
|
940c76a5de
Flush out app stuff, make profiling easier to turn on/off
|
20 anni fa |
Mark Spencer
|
6f94284e78
Fix build of new IVR stuff for GCC 2.96 and later gcc's too (bug #3639)
|
20 anni fa |
Russell Bryant
|
a85d717dcb
update copyright header
|
20 anni fa |
Mark Spencer
|
b4c97b4b5b
Add placeholder IVR application support (static version)
|
20 anni fa |