Commit Graph

600 Commits (8dad2a85a5feb95b0b93a153df4135cf61c86013)

Author SHA1 Message Date
Tilghman Lesher 8dad2a85a5 User not notified of temporary greeting, if ODBC storage is in use.
17 years ago
Tilghman Lesher 276f78ae7d When blank, callerid name and number should display "unknown caller" in voicemail
17 years ago
Sean Bright 3c576b4262 Make 'imapsecret' an alias to 'imappassword' in voicemail.conf.
17 years ago
Tilghman Lesher 987835bbfe Backport Hebrew language to voicemail.
17 years ago
Tilghman Lesher 128c387bf2 When callerid is blank, we want to use "unknown caller" in those cases, too.
17 years ago
Tilghman Lesher 496b85d5ed Missing merge from 1.2 fixes errant exit on DTMF, only when language is Italian
17 years ago
Mark Michelson 8ac105b26d Since greetings are not stored in IMAP, we should
17 years ago
Mark Michelson 3bf0a6c221 Fix voicemail forwarding when using ODBC storage.
17 years ago
Mark Michelson df5793b73c After adding the context checking to app_voicemail
17 years ago
Mark Michelson 8fc827e3cd Add context checking when retrieving a vm_state.
17 years ago
Kevin P. Fleming 24dedd7016 work around a bug in gcc-4.2.3 that incorrectly ignores the casting away of 'const' for pointers when the developer knows it is safe to do so
17 years ago
Tilghman Lesher b0e9870535 Memory leak on unload
17 years ago
Mark Michelson b7aa2fb03c Merging the imap_consistency branch.
17 years ago
Tilghman Lesher 0b2e233479 Detect when sox fails to raise the volume, because sox can't read the file.
17 years ago
Tilghman Lesher 8e0165bb17 Remove unnecessary mmap flag
17 years ago
Mark Michelson 7b1c12bcb0 Backport TCP-related timeouts to IMAP voicemail in 1.4
17 years ago
Tilghman Lesher 37d56a983f Check for non-NULL before stripping characters.
17 years ago
Tilghman Lesher 03ba0f7ef0 Stop using deprecated method, as requested by Kevin.
17 years ago
Mark Michelson 2ddc2e2ca0 Add error message to failed open(2) calls inside the copy() function of
17 years ago
Tilghman Lesher b8e3e5c6d5 Occasionally control characters find their way into CallerID. These need to
17 years ago
Mark Michelson 83efc923de Fix IMAP forwarding so that messages are sent to the proper mailbox.
17 years ago
Michiel van Baak 68589940b4 small update to the g() option of app_voicemail to
17 years ago
Tilghman Lesher a4732cfb3c When modules are embedded, they take on a different name, without the ".so"
17 years ago
Joshua Colp da024e5196 Forgot the 1.4 branch for russian language fix.
17 years ago
Jason Parker 9ae694024e Fix a silly infinite loop when choosing an invalid option.
17 years ago
Mark Michelson df37925e23 This code change is made just for clarification. It does exactly
17 years ago
Mark Michelson 453209fd16 Add a lock to the vm_state structure and use the lock around mail_open calls
17 years ago
Jason Parker 48523e3596 Add a newline on a log
17 years ago
Tilghman Lesher 417e8fc754 Warn the user when a temporary greeting exists
17 years ago
Tilghman Lesher 56e908b787 Safely use the strncat() function.
17 years ago
Tilghman Lesher 8bf705f519 If the message file does not exist, just return harmlessly, instead of crashing.
18 years ago
Joshua Colp 837d4676dd Bump up the size of the uniqueid variable.
18 years ago
Russell Bryant bc56a84c58 Merge changes from team/russell/smdi-1.4
18 years ago
Tilghman Lesher 5184be27ed If the destination folder is full, don't delete a message when exiting.
18 years ago
Mark Michelson 638ef8c5d2 Change to the configure logic regarding IMAP. Prior to this commit, if you wished to configure
18 years ago
Mark Michelson 0d470a0525 Fix build for non-IMAP builds
18 years ago
Mark Michelson e70abb4a9e Fix the new message count if delete=yes when using IMAP storage.
18 years ago
Tilghman Lesher 3e014ecd0b Refuse to load app_voicemail if res_adsi is not loaded (which is a symbol dependency)
18 years ago
Tilghman Lesher 42463c4bb2 Commit fix for being unable to send voicemail from VoiceMailMain
18 years ago
Tilghman Lesher c9bb4fc12a Move around some defines to unbreak ODBC storage.
18 years ago
Tilghman Lesher 5f7afc8678 Fix the VM_DUR variable for forwarded voicemail, and fixed several other bugs
18 years ago
Jason Parker cec60d345d When using ODBC_STORAGE, make sure we put greeting files into the database like we do with the others.
18 years ago
Tilghman Lesher 60c9fba58f When we reset the password via an external command, we should also reset the
18 years ago
Mark Michelson d186a861cf Adding in appropriate unlocks for the locks I added. Thanks to joetester on IRC
18 years ago
Mark Michelson 87a55d5882 Let us leave a voicemail for ourself if we have logged into VoiceMailMain and chosen
18 years ago
Mark Michelson b5ea488a1d Making some changes designed to not allow for a corrupted mailstream for a vm_state.
18 years ago
Mark Michelson 54215d94f1 Bunch of coding guidelines cleanup
18 years ago
Mark Michelson f4663e4f22 Better quota support for using IMAP storage voicemail
18 years ago
Mark Michelson c30bab877c The mail_copy c-client function does not expect a full imap mailbox string, just the name of the mailbox.
18 years ago
Mark Michelson 2fa91746e3 We need to create the directory for a voicemail user even if they are using IMAP storage
18 years ago