Commit Graph

49 Commits (db868d08076e8a2f55beca7bb2bcaba0f550702c)

Author SHA1 Message Date
Luigi Rizzo 09f75aa6dc rename the structs struct tone_zone_sound and struct tone_zone
19 years ago
Russell Bryant 2b2693499d Add the ability to specify multiple prompts to the Read() dialplan application,
19 years ago
Steve Murphy 3d323f5345 As per ToDo list, I have made it so that Wait(), WaitExten(), Congestion(), Busy(), Read(), WaitForRing(), will now either actually handle a floating point argument as advertised, or has been upgraded to accept a floating point [timeout] arg.
19 years ago
Joshua Colp dd0b891e57 Minor cleanup and make sure the tmp variable is clean
19 years ago
Joshua Colp bc5dd43635 Set the variable even if the caller disconnects (issue #7896 reported by jsmith)
19 years ago
Steve Murphy 7c9b6e1d29 These small app documentation changes to app_dial and app_read will hopefully avert any more 7544 type bug reports\!
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
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
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
Matt O'Gorman 6ac09042f1 oops minor formatting fixes, and taking out
20 years ago
Matt O'Gorman 7b680ef6d8 Added feature from bug #5573 and updated app_read
20 years ago
Russell Bryant a725468381 update doxygen docs to specify authors
20 years ago
Kevin P. Fleming 2c65582b66 remove extraneous svn:executable properties
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 31a804b97c issue #5605
20 years ago
Kevin P. Fleming 426360e389 major update to arg/option parsing APIs and documentation
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
Kevin P. Fleming 5da915dcfd update MANY more files with proper copyright/license info (thanks Ian!)
20 years ago
Kevin P. Fleming f268ea2b3c make CLI output use singular/plural when appropriate (bug #4654)
20 years ago
Kevin P. Fleming c0b1e88e8a the last round of file version tags
20 years ago
Russell Bryant 9d379a36d0 fix timeout option
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 730194d609 Merge Russell's formatting patch (bug #3838)
20 years ago
Mark Spencer f9222e7e4b Fix misspellings of separate (bug #3607)
21 years ago
Anthony Minessale II 5d2654205d let's see how many times we can commit app_read in 1 day =D
21 years ago
Anthony Minessale II 8ec0f8abf2 fix compiler warnings
21 years ago
Mark Spencer 8aff4b2d95 Various oej fixes (bug #3013)
21 years ago
Mark Spencer 118b47674f Merge anthm's app_read addition, somewhat modified (bug #3013)
21 years ago
Mark Spencer 706bb6f067 Fix silly read problem which would hang up if nobody called (bug #3042)
21 years ago
Mark Spencer b813a5f3fa Fix both app_read and underlying read issue (bug #2352)
21 years ago
Mark Spencer 64439e0692 Read/Record updates (bug #1947)
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 37ae3cd701 Fix app_read to return string even if not # terminated (bug #1769)
21 years ago
James Golovich 8ef3b1544b More ast_strlen_zero changes
21 years ago
James Golovich 25d74e0334 More app_read.c fixes (bug 1261)
21 years ago
Jeremy McNamara 730ca5f9b1 Enhance to accept a maximum of N digits. Bug #1261
21 years ago
Mark Spencer d3850ae0e7 Store read data in a variable
22 years ago
Mark Spencer 795767ee49 Add "read" application
22 years ago