Commit Graph

343 Commits (1.2-netsec)

Author SHA1 Message Date
Automerge script 1db17b168a automerge commit
19 years ago
Automerge script 98ba3160e7 automerge commit
19 years ago
Automerge script ce930f8e2d automerge commit
19 years ago
Automerge script de670a217d automerge commit
19 years ago
Automerge script e3bc797a82 automerge commit
19 years ago
Automerge script d291491eb6 automerge commit
19 years ago
Automerge script d075508cf0 automerge commit
19 years ago
Automerge script cfe7565123 automerge commit
20 years ago
Kevin P. Fleming f16619507a updating to current 1.2
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
Kevin P. Fleming 30de08c187 support postfix options in voicemail apps (prefix options still supported using old syntax) (bug #4007)
20 years ago
Kevin P. Fleming 4597c9a9e8 add VM_MESSAGEFILE channel variable to hold path to message left by caller (bug #3926, plus doc update)
20 years ago
Mark Spencer 03da4fbf3b Add VM_CONTEXT for substitution (bug #3872)
20 years ago
Mark Spencer 18d9b26cf9 Rework channel structure to eliminate "pvt" portion of channel (bug #3573)
20 years ago
Mark Spencer f41813c782 Add some extra checks & verbosity (bug #3686)
20 years ago
Mark Spencer dc0bfa2da4 Fix seg in authenticate (bug #3686)
20 years ago
Mark Spencer 6360dec439 Fix ODBC storage (bug #3625, with mods)
20 years ago
Mark Spencer b0863c5e31 Optimize vm storage (bug #3605)
21 years ago
Mark Spencer 5f726ad8c7 Merge config updates (bug #3406)
21 years ago
Mark Spencer 4a072a452e Make sure two voicemails can't take the same message space (bug #3394)
21 years ago
Russell Bryant 0c30452423 update copyright headers for 2005
21 years ago
Mark Spencer 8c85a8461c Truncate file as appropriate (bug #3304)
21 years ago
Mark Spencer 9a3304c65d Fix voicemail symlinks (bug #3024)
21 years ago