aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_voicemail.c
AgeCommit message (Expand)AuthorFilesLines
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
2007-05-17Fix authuser support. (issue #9740 reported by xmarksthespot)file1-1/+1
2007-05-08Merged revisions 63359 via svnmerge from tilghman1-14/+17
2007-05-01Bug 9590 - Memory leaks around find_user() (found by rayjay, different fixes ...tilghman1-2/+9
2007-04-20Fix the UpdateConfig manager action to properly treat "variables" and "objects"russell1-3/+3
2007-04-13Eliminate a compiler warning with ODBC_STORAGE enabled so that it will buildrussell1-1/+1
2007-04-09This is a big improvement over the current CDR fixes. It may still need refin...murf1-6/+6
2007-04-05Merged revisions 60267 via svnmerge from qwell1-1/+1
2007-04-02Merged revisions 59723 via svnmerge from file1-1/+1
2007-03-27Merged revisions 59283 via svnmerge from tilghman1-1/+1
2007-03-27Merged revisions 59280 via svnmerge from tilghman1-5/+5
2007-03-26Somehow the code for building the email for voicemail got out of sync. Thisrussell1-7/+7
2007-03-16Making these documentation changes in the 1.4 branch upset various people, sorussell1-7/+7
2007-03-15Merge changes from svn/asterisk/team/russell/LaTeX_docs.russell1-7/+7
2007-03-09Fix spelling of unavailable in voicemail documentation. (issue #9248 reported...file1-1/+1
2007-03-05Merged revisions 57869 via svnmerge from file1-8/+8
2007-03-03Merged revisions 57648 via svnmerge from tilghman1-0/+4
2007-02-27Fix voicemail email attachments. I missed the conversion of one of the linerussell1-2/+2
2007-02-23The IMAP storage code uses the same code to build the email that is used whenrussell1-41/+47
2007-02-21Better handle dropped IMAP connections. (issue #9054 reported by bsmithurst)file1-2/+2
2007-02-19Merged revisions 55434 via svnmerge from tilghman1-9/+16
2007-02-09add some inter-module dependencieskpfleming1-0/+6
2007-02-08Merged revisions 53529 via svnmerge from tilghman1-2/+2
2007-01-29Use ast_calloc instead of malloc.file1-4/+2
2007-01-29this is for 8778 (pt_BR backport to 1.4). It was committed to trunk via 7663....murf1-2/+55
2007-01-29Set quota information to 0 when creating a vm_state. (issue #8924 reported by...file1-0/+2
2007-01-25By suggestion from kpfleming last week, change "vmpassword" to "vmsecret".russell1-7/+7
2007-01-18Add some more checks for option_debug before ast_log(LOG_DEBUG, ...) calls.qwell1-44/+88
2007-01-18Build the IMAP remote directory string better and properly. Fix an issue with...file1-8/+18
2007-01-17re-add "password" for realtime voicemailqwell1-1/+1