aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_voicemail.c
AgeCommit message (Expand)AuthorFilesLines
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
2007-08-18Don't allocate vmu for messagecount when we could just use the stack instead ...tilghman1-15/+2
2007-08-17Patch allows for more seamless transition from file storage voicemail to ODBC...mmichelson1-1/+11
2007-08-16base_encode is not trying to open a log file, so we should not call it a log ...mmichelson1-1/+1
2007-08-15Fixed an error in the Russian language voicemail intro.mmichelson1-1/+1
2007-08-09Improved a bit of logic regarding comma-separated mailboxes in has_voicemail....mmichelson1-5/+11
2007-08-09Removing some extra debug code I left in my last commitmmichelson1-7/+0
2007-08-09Quite a few changes regarding IMAP storage.mmichelson1-102/+160
2007-08-09add a comment to indicate that inboxcount for ODBC_STORAGE needs to be fixed ...russell1-0/+1
2007-08-09Fix subscriptions to multiple mailboxes for ODBC_STORAGE. Also, leave arussell1-10/+11
2007-08-08Fixed some compiler warnings so that compiling with dev-mode and IMAP storage...mmichelson1-2/+4
2007-08-07The logic behind inboxcount's return value was reversed in has_voicemail and ...mmichelson1-4/+4
2007-08-07Reconnection doesn't happen automatically when a DB goes down (fixes issue #9...tilghman1-178/+72
2007-08-03(closes issue #10194)russell1-0/+7
2007-08-01Voicemail with ODBC_STORAGE defined does not compile cleanly (missing def)tilghman1-0/+2
2007-08-01Add some fixes for building on Solaris.file1-2/+2
2007-07-23It was our stated intention for 1.4 that files created in app_voicemail shouldtilghman1-0/+7
2007-07-18Merged revisions 75748 via svnmerge from tilghman1-1/+8
2007-07-18Backport GCC 4.2 fixes. Without these Asterisk won't build under devmode usin...file1-6/+3
2007-07-10Forwarding a message with IMAP storage was storing the message in the sender'...mmichelson1-1/+14
2007-07-10Merged revisions 74316 via svnmerge from qwell1-1/+1
2007-07-09Fixed a logic error in leave_voicemail. Pass the mailbox instead of the conte...mmichelson1-1/+1
2007-07-06Fixing a rare case which causes voicemail to crash when compiled with IMAP st...mmichelson1-2/+19
2007-06-27Fix another problem in voicemail with missing symbols.qwell1-4/+4
2007-06-26Removing a pointless line. This variable was already set earlier and between ...mmichelson1-1/+0
2007-06-26A few changes, the ultimate goal of which is to keep better track of the numb...mmichelson1-23/+26
2007-06-26Fixing bug where the authuser was mistakenly pulled from the mailbox string i...mmichelson1-2/+2
2007-06-26Merged revisions 71750 via svnmerge from tilghman1-0/+5
2007-06-21Merged revisions 70898 via svnmerge from file1-1/+1
2007-06-21When volgain is used don't leave a temporary file behind.mmichelson1-12/+16
2007-06-21Fix building with ODBC storage enabled. (issue #10025 reported by denisgalvao)file1-3/+2
2007-06-18To prevent 92138749238754 more reports of "I have unixodbc installed, butrussell1-0/+1
2007-06-14use ast_localtime() in every place localtime_r() was being usedkpfleming1-3/+3
2007-06-13Contains a patch for fixing an encoding problem when using Outlook to view vo...mmichelson1-4/+4
2007-06-07Fix incorrect French syntax of "old messages".qwell1-3/+3
2007-06-07Merged revisions 68204 via svnmerge from qwell1-8/+19
2007-06-07Submitting a fix for Issue 8016. Added a check to make sure that greetings ge...mmichelson1-2/+5
2007-06-06Fix for Issue 9810. There was a segfault under a specific set of circumstances:mmichelson1-5/+7
2007-06-05Fix for bug number 9786, wherein voicemails saved to IMAP storage using exten...mmichelson1-1/+18
2007-06-01Removing extraneous debugging lines from revision 66897. Sorry :)mmichelson1-4/+0
2007-06-01Submitting a fix for voicemail with IMAP storage. Attachments with format spe...mmichelson1-12/+6
2007-05-30Fixed seg-faults when recording greetings in voicemail with IMAP enabled. (Is...mmichelson1-0/+32
2007-05-22List res_smdi as a dependency for app_voicemail and chan_zaprussell1-0/+1
2007-05-17Merged revisions 64758 via svnmerge from qwell1-1/+1