aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_voicemail.c
AgeCommit message (Expand)AuthorFilesLines
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
2008-01-08Making some changes designed to not allow for a corrupted mailstream for a vm...mmichelson1-4/+8
2007-12-21Bunch of coding guidelines cleanupmmichelson1-79/+77
2007-12-21Better quota support for using IMAP storage voicemailmmichelson1-1/+38
2007-12-21The mail_copy c-client function does not expect a full imap mailbox string, j...mmichelson1-7/+3
2007-12-17We need to create the directory for a voicemail user even if they are using I...mmichelson1-2/+0
2007-12-13Prevent another potential fd leakmmichelson1-0/+1
2007-12-13Prevent a possible fd leak. mmichelson1-2/+2
2007-12-06IMAP storage did not honor the maxmsg setting in voicemail.conf, and it also ...mmichelson1-0/+14
2007-12-05Reverting extra stuff I didn't mean to commitmmichelson1-0/+2
2007-12-05The 'G' option for Dial() did not properly handle the case where only a label...mmichelson1-2/+0
2007-11-28Recording greetings when using IMAP storage was causing zero-length files to ...mmichelson1-0/+4
2007-11-26Revert vmu->email back to an empty string if it was empty when imap_store_filemmichelson1-1/+12
2007-11-24Currently, zero-length voicemail messages cause a hangup in VoicemailMain.tilghman1-1/+4