Commit Graph

47 Commits (8af0a88c901b3c82840a7560c289e21c554dfe7b)

Author SHA1 Message Date
Tilghman Lesher 20bbd09de3 Mostly cleanup of documentation to substitute the pipe with the comma, but a few other formatting cleanups, too.
18 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.
18 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.
18 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).
19 years ago
Kevin P. Fleming 0a27d8bfe5 merge new_loader_completion branch, including (at least):
19 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
20 years ago
Russell Bryant ec05153ac4 convert most of the option_*'s to a single ast_flags structure. Also, fix some
20 years ago
Russell Bryant 0d341e060f use app arg parsing macros (issue #5678)
20 years ago
Kevin P. Fleming 2c65582b66 remove extraneous svn:executable properties
20 years ago
Russell Bryant 642be05f09 fix typos in my doc cleanup
20 years ago
Russell Bryant f3b4e0291c clean up some application descriptions to use more gooder English
20 years ago
Russell Bryant 987b87662c make app_queue 1.2 jump compliant (issue #5580)
20 years ago
Kevin P. Fleming f09c6bc78e application doc update
20 years ago
Russell Bryant f477f462d3 issue #5598
20 years ago
Russell Bryant 31a804b97c issue #5605
20 years ago
Russell Bryant 5187de9ab6 remove unnecessary checks before calls to ast_strlen_zero
20 years ago
Russell Bryant 3453e3efa5 Doxygen documentation update from oej (issue #5505)
20 years ago
Russell Bryant 4aa7912057 Massive cleanups to applications for LOCAL_USER handling and some other things.
20 years ago
Russell Bryant 29829640bf it's a good idea to unregister everything before calling STANDARD_HANGUP_LOCALUSERS
20 years ago
Josh Roberson 82d7020516 Don't only accept AST_DEVICE_UNKNOWN when we're trying to determine if the device is in use. (Bug # 5338)
20 years ago
Russell Bryant 9f0cf49bca make sure to LOCAL_USER_REMOVE in all cases where the application can exit (issue #5307)
20 years ago
Kevin P. Fleming b151666d4c correct sense of logic test (issue #5259)
20 years ago
Kevin P. Fleming 5da915dcfd update MANY more files with proper copyright/license info (thanks Ian!)
20 years ago
Kevin P. Fleming e0f02b46f1 convert a bunch of apps to use ast_goto_if_exists() (issue #5138)
20 years ago
Kevin P. Fleming c13d601fb4 queue device state changes and handle them serially in a background thread
20 years ago
Kevin P. Fleming c0b1e88e8a the last round of file version tags
20 years ago
Kevin P. Fleming 1f9ab2380a use double-quotes instead of angle-brackets for non-system include files (bug #4058)
20 years ago
Mark Spencer edf265741e Fix chanisavail typo that forced "state" mode (bug #3873)
20 years ago
Russell Bryant 0c30452423 update copyright headers for 2005
21 years ago
Mark Spencer 6884bd9758 Documentation fixes (bug #3170)
21 years ago
Mark Spencer 9dcb9a0000 Channel availability updates (bug #2829 with mods)
21 years ago
Mark Spencer 8a13712e45 Pass concept of status back, permit "leaveempty" to work with static agents who are not loggedon (bug #2719)
21 years ago
Mark Spencer 04fc29c8b2 Huge callerid rework (might break H.323, others)
21 years ago
James Golovich f5c18f62a1 Remove pthread.h from source. We should be using asterisk/lock.h everywhere instead (except in asterisk/lock.h).
21 years ago
Mark Spencer e115566669 Can't use the same buffer to snprintf that we're grabbing
21 years ago
Mark Spencer b9d81ae6ad Add ${AVAILORIGCHAN} with original channel name (bug #1793)
21 years ago
James Golovich 40ec19961c Fix app_chanisavail.c when passed string is big (bug #1139)
21 years ago
James Golovich b32c690175 Fix app_chanisavail if there are invalid arguments (bug #1130)
21 years ago
Mark Spencer 259d29a58d Fix documentation on chanisavail
22 years ago
Matteo Brancaleoni 72ee4c5781 mar mar 18 18:03:23 CET 2003
22 years ago
Matteo Brancaleoni 7640e83360 Sun Mar 16 07:00:01 CET 2003
22 years ago