Commit Graph

74 Commits (18)

Author SHA1 Message Date
Richard Mudgett fe3cce816c app_chanisavail.c: Simplify dialplan using ChanIsAvail.
5 years ago
Frederic LE FOLL a83625b366 app_chanisavail/cdr: ChanIsAvail sometimes fails to deactivate CDR.
5 years ago
Frederic LE FOLL 2d0eee5418 ChanIsAvail() generates a CDR when unanswered=yes in cdr.conf.
5 years ago
Sean Bright fd0ca1c3f9 Remove as much trailing whitespace as possible.
7 years ago
Corey Farrell a6e5bae3ef Remove ASTERISK_REGISTER_FILE.
8 years ago
Walter Doekes 39daf9f066 docs: Fix a few typo's in app docs (more then, resourse).
9 years ago
Matt Jordan 4a58261694 git migration: Refactor the ASTERISK_FILE_VERSION macro
10 years ago
Mark Michelson dcf1ad14da Add module support level to ast_module_info structure. Print it in CLI "module show" .
10 years ago
Scott Griepentrog 80ef9a21b9 uniqueid: channel linkedid, ami, ari object creation with id's
11 years ago
Russell Bryant 45205716d7 app_chanisavail: Fix use of uninitialized variable.
13 years ago
Terry Wilson 57f42bd74f ast_channel opaquification of pointers and integral types
13 years ago
Terry Wilson 04da92c379 Replace direct access to channel name with accessor functions
13 years ago
Leif Madsen a525edea59 Merged revisions 328247 via svnmerge from
13 years ago
Joshua Colp f62d03a8f3 Store the cause code that is returned when trying to create a channel in ChanIsAvail in the
15 years ago
Russell Bryant 0264eef115 Merge the new Channel Event Logging (CEL) subsystem.
15 years ago
Russell Bryant 12ff77f975 Global var cleanup - constification and removing unused vars.
16 years ago
Kevin P. Fleming e6b2e9a750 Const-ify the world (or at least a good part of it)
16 years ago
Tilghman Lesher c8223fc957 Merge ast_str_opaque branch (discontinue usage of ast_str internals)
16 years ago
Russell Bryant 5b168ee34b Merge changes from team/group/appdocsxml
16 years ago
Jeff Peeler ef3b214728 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 3f47cf6101 Use proper return values for a few application modules
17 years ago
Michiel van Baak 8f45823dda add option 'a' to chanisavail.
17 years ago
Michiel van Baak 4dccb58fb7 whitespace fixes only.
17 years ago
Luigi Rizzo 7e8835e0d7 remove another set of redundant #include "asterisk/options.h"
17 years ago
Luigi Rizzo 0595b5e2aa include "logger.h" and errno.h from asterisk.h - usage shows that they
17 years ago
Luigi Rizzo fdb7f7ba3d Start untangling header inclusion in a way that does not affect
17 years ago
Mark Michelson 5a4867543d "show application <foo>" changes for clarity.
17 years ago
Tilghman Lesher 20bbd09de3 Mostly cleanup of documentation to substitute the pipe with the comma, but a few other formatting cleanups, too.
17 years ago
Joshua Colp b8cd949cce 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 years ago
Joshua Colp 96a646734f 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 years ago
Russell Bryant 9e0458e9f1 Completely remove all of the code related to jumping to priority n + 101. yay!
18 years ago
Steve Murphy ad06bf844c 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 0a27d8bfe5 merge new_loader_completion branch, including (at least):
18 years ago
Kevin P. Fleming 472c1ca282 simplify autoconfig include mechanism (make tholo happy he can use lint again :-)
19 years ago
Luigi Rizzo e43bc6634d This rather large commit changes the way modules are loaded.
19 years ago
Luigi Rizzo 7ba1b92a04 normalize code preparing for loader changes
19 years ago
Kevin P. Fleming f10f427d49 since the module API is changing, it's a good time to const-ify the description() and key() return values
19 years ago
Russell Bryant a0d438fb6c remove the uses of the deprecated STANDARD_LOCAL_USER
19 years ago
Russell Bryant a725468381 update doxygen docs to specify authors
19 years ago
Russell Bryant ec05153ac4 convert most of the option_*'s to a single ast_flags structure. Also, fix some
19 years ago
Russell Bryant 0d341e060f use app arg parsing macros (issue #5678)
19 years ago
Kevin P. Fleming 2c65582b66 remove extraneous svn:executable properties
19 years ago
Russell Bryant 642be05f09 fix typos in my doc cleanup
19 years ago
Russell Bryant f3b4e0291c clean up some application descriptions to use more gooder English
19 years ago
Russell Bryant 987b87662c make app_queue 1.2 jump compliant (issue #5580)
19 years ago
Kevin P. Fleming f09c6bc78e application doc update
19 years ago
Russell Bryant f477f462d3 issue #5598
19 years ago
Russell Bryant 31a804b97c issue #5605
19 years ago
Russell Bryant 5187de9ab6 remove unnecessary checks before calls to ast_strlen_zero
19 years ago
Russell Bryant 3453e3efa5 Doxygen documentation update from oej (issue #5505)
19 years ago