aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_voicemail.c
AgeCommit message (Expand)AuthorFilesLines
2008-11-03Attempting to expunge a mailbox when the mailstream is NULL will crash Asterisk.tilghman1-1/+1
2008-11-01fix a bunch of potential problems found by gcc 4.3.x, primarily bare strings ...kpfleming1-1/+3
2008-10-28Quoting in the wrong directiontilghman1-1/+1
2008-10-14Some compilers warn, some don't. Fixing.tilghman1-1/+1
2008-10-14Ensure that mail headers are 7-bit clean, even when UTF-8 characters are usedtilghman1-24/+136
2008-10-10User not notified of temporary greeting, if ODBC storage is in use.tilghman1-0/+4
2008-10-09When blank, callerid name and number should display "unknown caller" in voice...tilghman1-1/+2
2008-10-07Make 'imapsecret' an alias to 'imappassword' in voicemail.conf.seanbright1-2/+2
2008-09-25Backport Hebrew language to voicemail.tilghman1-4/+133
2008-09-17When callerid is blank, we want to use "unknown caller" in those cases, too.tilghman1-2/+2
2008-09-12Missing merge from 1.2 fixes errant exit on DTMF, only when language is Italiantilghman1-1/+1
2008-09-05Since greetings are not stored in IMAP, we shouldmmichelson1-1/+9
2008-09-03Fix voicemail forwarding when using ODBC storage.mmichelson1-2/+13
2008-09-02After adding the context checking to app_voicemailmmichelson1-0/+1
2008-08-29Add context checking when retrieving a vm_state.mmichelson1-12/+15
2008-08-07work around a bug in gcc-4.2.3 that incorrectly ignores the casting away of '...kpfleming1-2/+2
2008-08-04Memory leak on unloadtilghman1-10/+21
2008-07-29Merging the imap_consistency branch.mmichelson1-1553/+1223
2008-07-28Detect when sox fails to raise the volume, because sox can't read the file.tilghman1-4/+11
2008-07-25Remove unnecessary mmap flagtilghman1-1/+1
2008-07-08Backport TCP-related timeouts to IMAP voicemail in 1.4mmichelson1-1/+32
2008-07-08Check for non-NULL before stripping characters.tilghman1-3/+7
2008-07-07Stop using deprecated method, as requested by Kevin.tilghman1-54/+93
2008-07-01Add error message to failed open(2) calls inside the copy() function ofmmichelson1-2/+2
2008-06-24Occasionally control characters find their way into CallerID. These need totilghman1-12/+37
2008-06-19Fix IMAP forwarding so that messages are sent to the proper mailbox.mmichelson1-0/+25
2008-05-27small update to the g() option of app_voicemail tomvanbaak1-0/+1
2008-04-28When modules are embedded, they take on a different name, without the ".so"tilghman1-2/+7
2008-04-10Forgot the 1.4 branch for russian language fix.file1-2/+2
2008-03-31Fix a silly infinite loop when choosing an invalid option.qwell1-0/+1
2008-03-26This code change is made just for clarification. It does exactlymmichelson1-1/+1
2008-03-26Add a lock to the vm_state structure and use the lock around mail_open callsmmichelson1-0/+7
2008-03-11Add a newline on a logqwell1-1/+1
2008-03-07Warn the user when a temporary greeting existstilghman1-1/+5
2008-03-07Safely use the strncat() function.tilghman1-2/+2
2008-02-29If the message file does not exist, just return harmlessly, instead of crashing.tilghman1-1/+3
2008-02-29Bump up the size of the uniqueid variable.file1-1/+1
2008-02-26Merge changes from team/russell/smdi-1.4russell1-6/+3
2008-02-25If the destination folder is full, don't delete a message when exiting.tilghman1-2/+4
2008-02-14Change to the configure logic regarding IMAP. Prior to this commit, if you wi...mmichelson1-16/+23
2008-02-14Fix build for non-IMAP buildsmmichelson1-0/+4
2008-02-14Fix the new message count if delete=yes when using IMAP storage.mmichelson1-7/+12
2008-02-13Refuse to load app_voicemail if res_adsi is not loaded (which is a symbol dep...tilghman1-0/+7
2008-02-09Commit fix for being unable to send voicemail from VoiceMailMaintilghman1-1/+5
2008-02-06Move around some defines to unbreak ODBC storage.tilghman1-27/+25
2008-02-01Fix the VM_DUR variable for forwarded voicemail, and fixed several other bugstilghman1-29/+61
2008-01-28When using ODBC_STORAGE, make sure we put greeting files into the database li...qwell1-33/+40
2008-01-23When we reset the password via an external command, we should also reset thetilghman1-1/+4
2008-01-14Adding in appropriate unlocks for the locks I added. Thanks to joetester on IRCmmichelson1-0/+3
2008-01-10Let us leave a voicemail for ourself if we have logged into VoiceMailMain and...mmichelson1-2/+2