Commit Graph

72 Commits (8af0a88c901b3c82840a7560c289e21c554dfe7b)

Author SHA1 Message Date
Jason Parker dfc4e39e47 Merged revisions 83246 via svnmerge from
18 years ago
Joshua Colp 463c49e345 DISA only needs to know about the end of DTMF, not the beginning/duration.
18 years ago
Joshua Colp d816e7352c Clean up app_disa code a bit.
18 years ago
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 055d82cbce Add a massive set of changes for converting to use the ast_debug() macro.
18 years ago
Tilghman Lesher f314fa039b Issue 8971 - Allow DISA input to be ended with a '#'.
18 years ago
Luigi Rizzo 09f75aa6dc rename the structs struct tone_zone_sound and struct tone_zone
19 years ago
Matt O'Gorman ae8cc3e18b bug #8076 check option_debug before printing to debug channel.
19 years ago
Kevin P. Fleming 0a27d8bfe5 merge new_loader_completion branch, including (at least):
19 years ago
North Antara 2da3b12c51 case consistency in DISA (or is it "disa"?)
19 years ago
Kevin P. Fleming 472c1ca282 simplify autoconfig include mechanism (make tholo happy he can use lint again :-)
19 years ago
Kevin P. Fleming 18606233da fix various typos and other bits (from Ian Kinner)
19 years ago
Russell Bryant 04ecb29d03 remove almost all of the checks of the result from ast_strdupa() or alloca().
19 years ago
Luigi Rizzo e43bc6634d This rather large commit changes the way modules are loaded.
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
Kevin P. Fleming a16ae226b6 use string fields for some stuff in ast_channel
20 years ago
Russell Bryant 4414f45393 on this pass, only remove duplicate log messages
20 years ago
Russell Bryant 9fa6eb5e07 revert my pass through the tree to remove checks of the result of ast_strdupa
20 years ago
Russell Bryant 7ad681adc8 remove lots of useless checks of the result of ast_strdupa
20 years ago
Jim Dixon 80c19330ff Added NOANSWER support, so that optional the DISA application starts without
20 years ago
Olle Johansson a5dcd29a2e Whitespace and formatting changes. /Housekeeping
20 years ago
Kevin P. Fleming 2c65582b66 remove extraneous svn:executable properties
20 years ago
Kevin P. Fleming a14758518d correct a small problem with recent commit
20 years ago
Kevin P. Fleming 6bfdf6f45a issue #5736
20 years ago
Kevin P. Fleming 5545974c6a issue #5676
20 years ago
Kevin P. Fleming f09c6bc78e application doc update
20 years ago
Russell Bryant e8f2ad304a user correct arguments to ast_cdr_reset from my changes earlier today
20 years ago
Russell Bryant 31a804b97c issue #5605
20 years ago
Russell Bryant 7deac2300a strncpy to ast_copy_string
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
Mark Spencer 60e9a6edf7 Fix app_disa to set the proper variable before goign to invalid (bug #5439)
20 years ago
Mark Spencer e973e76c9f Fix DISA documentation (bug #5461)
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
Kevin P. Fleming 81932c6142 make DISA() use 'i' extension if it exists (issue #5439 with mods)
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 63b6795055 ensure account code is not overwritten when none is supplied (bug #4743)
20 years ago
Kevin P. Fleming 22b0f5d306 add a library of timeval manipulation functions, and change a large number of usses to use the new functions (bug #4504)
20 years ago
Kevin P. Fleming 608eec66d6 ensure that mailbox numbers are read correctly from password files (bug #4655)
20 years ago
Kevin P. Fleming c0b1e88e8a the last round of file version tags
20 years ago
Kevin P. Fleming 8634ef9e4a don't use '%i' at all, since we have no current use cases that need non base-10 parsing (bug #4110)
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 e8a453e89d Fix timeouts when no-password used (bug #3859)
20 years ago
Russell Bryant 0c30452423 update copyright headers for 2005
21 years ago
Mark Spencer e58083c1f9 DISA fix, makefile fix (bug #3049)
21 years ago