Commit Graph

121 Commits (master)

Author SHA1 Message Date
Olle Johansson ab7f71fd96 Merged revisions 55278 via svnmerge from
18 years ago
Steve Murphy 7b338004bf a quick fix to app_sms.c to get rid of cursed compiler warnings so I can compile under --enable-dev-mode
19 years ago
Kevin P. Fleming 749029de38 Merged revisions 46200 via svnmerge from
19 years ago
Matt O'Gorman ae8cc3e18b bug #8076 check option_debug before printing to debug channel.
19 years ago
Anthony LaMantia ef879455f5 small fix for issue 007926
19 years ago
Tilghman Lesher 9e397b6bba In trunk, ast_fileexists now returns 0 for failure, instead of -1, as it did
19 years ago
Tilghman Lesher fa12b3c774 Merged revisions 42355 via svnmerge from
19 years ago
Anthony LaMantia e553725500 spacing update
19 years ago
Anthony LaMantia 2161a251a8 small typo
19 years ago
Anthony LaMantia 7399d40ec7 fix for bugid: 0007830
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
Joshua Colp d2d8052741 don't stop recording until hangup (no terminator) (issue #7168 reported by julien23)
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
Luigi Rizzo 1fd898bd84 convert a couple of applications to the new module style
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
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
Kevin P. Fleming 2c65582b66 remove extraneous svn:executable properties
20 years ago
Russell Bryant 3d6c054ca8 issue #5787
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
Russell Bryant 3bd298f2dd alphabetize option lists
20 years ago
Kevin P. Fleming 03ceef35ac optionally send silence during recording (issue #5135)
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 44e3b6feb1 ensure that Record() will exit even if no audio is received from the channel (issue #4899)
20 years ago
Kevin P. Fleming 5da915dcfd update MANY more files with proper copyright/license info (thanks Ian!)
20 years ago
Mark Spencer 5d4d2fdfd4 Add SIP video fixes
20 years ago
Kevin P. Fleming dde23d5d0f reverse commit due to lack of disclaimer
20 years ago
Kevin P. Fleming a0ebefc915 make Record() properly timeout even if no input is received from the channel (issue #4899)
20 years ago
Kevin P. Fleming c0b1e88e8a the last round of file version tags
20 years ago
Kevin P. Fleming 583ff43d60 add support for Sun Microsystems AU audio format (bug #4428 with minor mods)
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 d771932983 Add option to disable beep to record (bug #3508, with mods)
21 years ago
Mark Spencer c0fc084559 Fix Record with "." in filename (bug #2923)
21 years ago
Mark Spencer d1f802d254 Fix silence detection in app_record (bug #2883)
21 years ago
Mark Spencer c18dfe9bf6 Ouch.
21 years ago
Mark Spencer 913f28a9c2 Fix record app
21 years ago
Mark Spencer 3895c7d599 Fix potential seg if someone doesn't specify an extension
21 years ago
Mark Spencer 2bbb53147d Record application updates (bug #2627)
21 years ago
Mark Spencer 9dde51a708 Eliminate extraneous message (bug #2633)
21 years ago
Anthony Minessale II 2a896e5d3c tweak prior commit
21 years ago
Mark Spencer 872685d088 Merge rgagnon's pedantic string changes (apps n-z) (bug #2038)
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 1799dd3641 It's angler's first patch!
21 years ago
Mark Spencer 13bca43aa8 Get rid of all that old needlock garbage now that we're using recursive mutexes
21 years ago
Mark Spencer eeb2ca5b26 Make read/write mode have a lock parameter and use it properly.
21 years ago
Mark Spencer 284a5b3465 Store recorded file in RECORDED_FILE if %d is used... (bug #1062)
21 years ago
James Golovich 462cfbe8ae Bug #1087. Fix wav49 format so it can be played. Make file functions
21 years ago
Mark Spencer c7f175309d Improve documentation of app_record (bug #942)
22 years ago
Mark Spencer e0544c3eb5 Various warning cleanups
22 years ago
Mark Spencer 71dd98a22e Don't free sildet unless we have one
22 years ago
Mark Spencer 9c9ee7c952 Add H.263 video support
22 years ago
Mark Spencer 5526000ece Add silence detection to app_record
22 years ago
Mark Spencer 4fef1b32cd When recording, strip off last 1/4 second from recordings
22 years ago
Mark Spencer 0f0bc1fdb2 Use '|' or ':' on app_record
22 years ago
Mark Spencer d233fd5d12 Version 0.2.0 from FTP
23 years ago
Mark Spencer ed6b4c821e Version 0.1.12 from FTP
23 years ago
Mark Spencer a07f2c930b Version 0.1.10 from FTP
24 years ago
Mark Spencer 49cafd3409 Version 0.1.9 from FTP
24 years ago
Mark Spencer 801db5a7ba Version 0.1.8 from FTP
24 years ago