aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_voicemail.c
AgeCommit message (Expand)AuthorFilesLines
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
2007-11-08I made this same adjustment in trunk to fix a bug, and it makes sense to do i...mmichelson1-1/+1
2007-10-29Removing a completely unnecessary quota check from IMAP code.mmichelson1-5/+0
2007-10-22Account for the fact that sometimes headers may be terminated with \r\n inste...mmichelson1-2/+2
2007-10-16Remove a pointless lock.russell1-3/+0
2007-10-10A bunch of changes from sprintf to snprintf.mmichelson1-81/+23
2007-10-10Close voicemail message description file if duration did not meet the minimum...file1-0/+1
2007-09-17Put a memset in ast_localtime() instead of a couple places in app_voicemailrussell1-3/+0
2007-09-17Initialize some memory to fix crashes when leaving voicemail. This problemrussell1-1/+7
2007-09-12Accidentally committed changes to app_voicemail which do NOT need to be in th...mmichelson1-45/+5
2007-09-12We should only initialize a realtime queue when it is allocated, not every ti...mmichelson1-5/+45
2007-08-24Fix a possible crash in IMAP voicemail.mmichelson1-1/+1
2007-08-20Ukrainian language voicemail support.mmichelson1-0/+95
2007-08-20Missing curly braces. Oops. (Reported by snuffy via IRC)tilghman1-3/+4