Mark Michelson
|
9b08352d97
Add module support level to ast_module_info structure. Print it in CLI "module show" .
|
11 years ago |
Scott Griepentrog
|
9730703433
uniqueid: channel linkedid, ami, ari object creation with id's
|
11 years ago |
Russell Bryant
|
c032479810
app_chanisavail: Fix use of uninitialized variable.
|
13 years ago |
Terry Wilson
|
c98bbe2897
ast_channel opaquification of pointers and integral types
|
13 years ago |
Terry Wilson
|
4a8b42c992
Replace direct access to channel name with accessor functions
|
13 years ago |
Leif Madsen
|
bdf076843a
Merged revisions 328247 via svnmerge from
|
14 years ago |
Joshua Colp
|
97259c0ac9
Store the cause code that is returned when trying to create a channel in ChanIsAvail in the
|
15 years ago |
Russell Bryant
|
f7b9998fad
Merge the new Channel Event Logging (CEL) subsystem.
|
16 years ago |
Russell Bryant
|
6c824480f1
Global var cleanup - constification and removing unused vars.
|
16 years ago |
Kevin P. Fleming
|
0b18e53c42
Const-ify the world (or at least a good part of it)
|
16 years ago |
Tilghman Lesher
|
394ffd8d2f
Merge ast_str_opaque branch (discontinue usage of ast_str internals)
|
16 years ago |
Russell Bryant
|
38a3fa4b39
Merge changes from team/group/appdocsxml
|
16 years ago |
Jeff Peeler
|
8490690e0d
Goodbye Zaptel, hello DAHDI. Removes Zaptel driver support with DAHDI. Configuration file and dialplan backwards compatability has been put in place where appropiate. Release announcement to follow.
|
17 years ago |
Russell Bryant
|
3c8b57463a
Use proper return values for a few application modules
|
17 years ago |
Michiel van Baak
|
028a6fa920
add option 'a' to chanisavail.
|
17 years ago |
Michiel van Baak
|
5cb40f4dcf
whitespace fixes only.
|
17 years ago |
Luigi Rizzo
|
a3d5e81bf4
remove another set of redundant #include "asterisk/options.h"
|
17 years ago |
Luigi Rizzo
|
32d68be9da
include "logger.h" and errno.h from asterisk.h - usage shows that they
|
17 years ago |
Luigi Rizzo
|
47e70077d6
Start untangling header inclusion in a way that does not affect
|
17 years ago |
Mark Michelson
|
952224deae
"show application <foo>" changes for clarity.
|
17 years ago |
Tilghman Lesher
|
c2cbffc457
Mostly cleanup of documentation to substitute the pipe with the comma, but a few other formatting cleanups, too.
|
18 years ago |
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 years ago |
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 years ago |
Russell Bryant
|
87d7720a75
Completely remove all of the code related to jumping to priority n + 101. yay!
|
18 years ago |
Steve Murphy
|
1ab2f27cb3
As per bug 8859 (Add option to revert old ChanIsAvail() with 's' option behavior), this update makes the 't' option available, which calls ast_parse_device_state instead of ast_device_state. This option will not dive into the channel driver to find the status of the device (which could be good if sip devicestate isn't returning full status, for various reasons).
|
18 years ago |
Kevin P. Fleming
|
90db3f33ab
merge new_loader_completion branch, including (at least):
|
19 years ago |
Kevin P. Fleming
|
2687538ae6
simplify autoconfig include mechanism (make tholo happy he can use lint again :-)
|
19 years ago |
Luigi Rizzo
|
c8d72dde26
This rather large commit changes the way modules are loaded.
|
19 years ago |
Luigi Rizzo
|
218b9d47eb
normalize code preparing for loader changes
|
19 years ago |
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 years ago |