Commit Graph

356 Commits (d2cb9b0d3b294b51c633af5cd52ff3a71939f005)

Author SHA1 Message Date
BJ Weschke b2e48e3c22 Correct memory leak in find_user_realtime #7118 (fnordian)
19 years ago
BJ Weschke 3bc1111ea8 Voicemail fixes along with an API change approved by russellb to fix the bug(s). (jcollie and supczinskib) #7064
19 years ago
BJ Weschke 822ea9615a Correct a condition from the prior patch that could happen in rare circumstances and cause a core dump. Thanks Qwell!
19 years ago
BJ Weschke b7f8ee4a6d Make sure that when someone 0's out while recording a msg and then chooses to DELETE the recorded file, the .txt file isn't left around by itself to cause problems later. #7061 (dimitripietro reporting, blitzrage confirmed)
19 years ago
Matt O'Gorman d9b9996a59 do not allow for users to forward voicemail to
19 years ago
Tilghman Lesher 4bea5adcbf Bug 6947 - Allow vm broadcasts to more than 256 characters worth of mailboxes
19 years ago
Tilghman Lesher b224ed93ca Bug 6061 - Fix ODBC storage of VM on PGSQL and MSSQL
19 years ago
BJ Weschke 83b525e2cb When using the silence detector in ast_play_and_record() and ast_play_and_prepend(), the truncation code never gets called to remove the detected silence, because the value of res is zero when control gets to that point. #6903 w/some mods (softins)
19 years ago
Tilghman Lesher 08cc142495 Bug 6914 - .txt file fails to rename on operator out
19 years ago
Tilghman Lesher ea4baa91d0 Fix incorrect size of zeroing (left over from when maxmsg was hardcoded at 100)
19 years ago
Tilghman Lesher eb76fca6a3 Bug 6783 - When context is specified, voicemail should look for mailboxes in that context
19 years ago
BJ Weschke dea7edda6b Fix a typo in the app description
19 years ago
Joshua Colp b0f4874196 Fix a minor code issue
19 years ago
Joshua Colp 3667b25224 Issue #6781 - Verbose levels not enforced in app_voicemail (Reported by flobi)
19 years ago
Tilghman Lesher d564b81083 Bug 6714 - Workaround to avoid retrieving incomplete voicemail message
19 years ago
Tilghman Lesher 3da520e492 Fix possible lack of initialization of useadsi
20 years ago
Russell Bryant 7c92ffe150 when executing the Directory application from voicemail and a context is not
20 years ago
Tilghman Lesher bae6e7b617 Revert behavior change from previous commit (fixes only)
20 years ago
Tilghman Lesher cf015dbefc Backport 5929 to 1.2
20 years ago
Tilghman Lesher cb08e49303 Bug 6211 - Add option deletevoicemail as equivalent to option delete for Realtime
20 years ago
Russell Bryant b5ec3e47fa fix temp greetings with ODBC storage (issue #6078)
20 years ago
Tilghman Lesher b9f8c60fa7 Bug 6192 - behave correctly when mailbox is specified as argument
20 years ago
Kevin P. Fleming bb47f95262 fix breakage introduced in revision 7871
20 years ago
Russell Bryant a7a2115b9c fix seg fault when using greek syntax in VoicemMailMain (issue #6142)
20 years ago
Tilghman Lesher 4979f66f28 Bug 6050 SQL requires the use of single ticks to delimit values, not quotes
20 years ago
Tilghman Lesher f59b27258c Bug 5967
20 years ago
Tilghman Lesher 91c5b12f25 Bug 5960
20 years ago
Tilghman Lesher 5b03803e2f Bug 5925: check for "Unknown", as that's what app_voicemail puts into the field for Unknown callerid
20 years ago
Kevin P. Fleming e14cf31bc9 allow previous context-searching behavior to be used if desired (issue #5899)
20 years ago
Kevin P. Fleming 0042c03c7e properly handle password changes when mailbox is last line of config file and not followed by a newline (issue #5870)
20 years ago
Josh Roberson d52e8fa7d2 backport fix from trunk
20 years ago
Kevin P. Fleming a563eab49a remove extraneous svn:executable properties
20 years ago
Russell Bryant 5861d3fd64 issue #5829
20 years ago
Russell Bryant 40a1b60cbd issue #5774
20 years ago
Jeremy McNamara 3dc12025c8 Make voicemail not terminate asterisk if no config file
20 years ago
Kevin P. Fleming 52da8d9862 issue #5704
20 years ago
Kevin P. Fleming 3b8c82543d issue #5718
20 years ago
Kevin P. Fleming 51b54236de issue #5721
20 years ago
Kevin P. Fleming 64aaaa1f4a issue #5663 again
20 years ago
Kevin P. Fleming 6f45949ca1 issue #5663
20 years ago
Russell Bryant 00de2bc78b clean up descriptions for the voicemail applications
20 years ago
Kevin P. Fleming 52f25ae960 issue #5649
20 years ago
Kevin P. Fleming a0a9769616 issue #5648
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
Mark Spencer 4600902059 Handle ODBC forwarding properly (bug #5606)
20 years ago
Kevin P. Fleming 426360e389 major update to arg/option parsing APIs and documentation
20 years ago
Russell Bryant eae43386f0 when going through new user setup, don't change the password if they don't
20 years ago
Kevin P. Fleming 261e51b03a handle comments containing what appear to be context names during voicemail.conf updates better (issue #5385)
20 years ago
Kevin P. Fleming 551ac9af04 don't use 'rowcount' after SELECT statements, since the ODBC API does not say it is allowed (issue #5083)
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 cc5f36d139 ensure that message envelopes are retrieved from ODBC storage when advanced options menu is used (issue #5393)
20 years ago
Kevin P. Fleming 43e0f52600 correct logic errors (issue #5258)
20 years ago
Kevin P. Fleming 7470ddb6b2 fix copy-and-paste error
20 years ago
Kevin P. Fleming 5da915dcfd update MANY more files with proper copyright/license info (thanks Ian!)
20 years ago
Kevin P. Fleming f6dff3608d allow channel receive gain to be adjusted while recording messages/greetings in voicemail (workaround for issue #2023 from the ancient past)
20 years ago
Josh Roberson f406fe76a8 Set filaneme BEFORE we return from open_mailbox() if we don't have positive message count (Bug #5175)
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 40c5fa88a4 eliminate signedness warnings (issue #5129)
20 years ago
Russell Bryant d1ec6c80d1 fix mem leak from not destrying config (issue #5048)
20 years ago
Kevin P. Fleming 37930961e1 add optional 'extended ODBC storage' mode (issue #4403)
20 years ago
Kevin P. Fleming eb805b409f do expensive 'next message number' calculation before playing sounds (issue #4955)
20 years ago
Kevin P. Fleming c9287324ea make pager messages configurable (issue #4829)
20 years ago
Kevin P. Fleming 69f9c479e7 add 'restart' character to ast_control_playback function and ControlPlayback() application (issue #4693)
20 years ago
Mark Spencer 71fcf66d1e Fix password change bug (bug #4976)
20 years ago
Mark Spencer e0b57f1fae Fix voicemail crash (bug #4800)
20 years ago
Mark Spencer 5d350297b6 Make sure we don't close a mailbox if we didn't open one (bug #4800)
20 years ago
Mark Spencer 8efba1c127 Minor voicemail fixup (related to 4800, but not the fix yet)
20 years ago
Mark Spencer 716a669818 Remove per-context maxmsg which should never have made it in (bug #4843)
20 years ago
Kevin P. Fleming 3db82d8597 add OGG/Vorbis file format support (bug #4296)
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 dcfabce0e4 restore count_messages for ODBC storage to proper behavior (bug #4711)
20 years ago
Kevin P. Fleming 86e17a7487 clean up maxmsg parsing, and ensure default applies to Realtime voicemail users
20 years ago
Kevin P. Fleming 9a7a5d5623 fix up lock breakage from bug #4245
20 years ago
Russell Bryant 4f64fe03f0 get rid of compiler warning (bug #4682)
20 years ago
Kevin P. Fleming 7276c684c4 clean up and reorganize vm_intro_it (bug #4683, with formatting changes)
20 years ago
Kevin P. Fleming 2c79cc2fc6 correct arguments being passed to external notify function (bug #4595)
20 years ago
Kevin P. Fleming 99c29d7053 support a configurable number of mailboxes per folder (bug #4229)
20 years ago
Russell Bryant e2d42d2551 update the password in memory as well when using externpass (bug #4602)
20 years ago
Kevin P. Fleming 16c5ee5d56 fix voicemail path locking problems (bug #4245)
20 years ago
Russell Bryant 3cfa36143e properly handle the return of the rowcount from ast_update_realtime (bug #4452)
20 years ago
Russell Bryant 4c531ca8c0 define an AST_MAX_CONTEXT for use instead of AST_MAX_EXTENSION
20 years ago
Kevin P. Fleming bebab80538 ast_copy_string conversion
20 years ago
Kevin P. Fleming 64cf50c8e1 allow user-configurable date formats in voicemail message body (bug #4554)
20 years ago
Kevin P. Fleming 34adab5d08 support Swedish grammar for voicemail message counts (bug #4227)
20 years ago
Kevin P. Fleming c0b1e88e8a the last round of file version tags
20 years ago
Kevin P. Fleming 4f299de252 major Makefile and build process improvements, including removal of all hardcoded paths (modules must now use run-time paths as they should) (bug #4116)
20 years ago
Russell Bryant 5477aca22d remove extra LOCAL_USER_REMOVE (bug #4308)
20 years ago
Kevin P. Fleming 1eecc81838 clean up message duration writing code (bug #4285)
20 years ago
Kevin P. Fleming 15f3cb303f support Swedish and Norwegian mailbox intros (bug #4227)
20 years ago
Kevin P. Fleming ed223f7f90 add silent option to VMAuthenticate application (bug #4157)
20 years ago
Matthew Fredrickson 2bdce17b5a Fix to bug 4118
20 years ago
Mark Spencer 00bcbaaa05 Fix gethostname calls (bug #4198, with mods)
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 57b1bfcc73 support old single-column options for realtime voicemail (bug #4080)
20 years ago
Kevin P. Fleming 1f9ab2380a use double-quotes instead of angle-brackets for non-system include files (bug #4058)
20 years ago