aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_voicemail.c
AgeCommit message (Expand)AuthorFilesLines
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
2007-01-17a few more coding style cleanups and one bug fix (from AnthonyL)kpfleming1-22/+6
2007-01-16Fix an issue with IMAP storage and realtime voicemail.qwell1-0/+34
2007-01-16Merged revisions 51158 via svnmerge from tilghman1-5/+4
2007-01-16minor things i missed before i get jumped onmogorman1-8/+13
2007-01-16Patch allows for changing voicemail password in users.conf from voicemail mai...mogorman1-119/+77
2007-01-15Merged revisions 50946 via svnmerge from mogorman1-4/+8
2007-01-09Merged revisions 50150 via svnmerge from tilghman1-2/+24
2007-01-08Fix an issue with voicemail and users.conf, where it wouldn't ever parse a pa...qwell1-1/+1
2007-01-04Merged revisions 49447 via svnmerge from mogorman1-56/+55
2007-01-04Merged revisions 49412 via svnmerge from mogorman1-4/+4
2007-01-03Merged revisions 49354 via svnmerge from mogorman1-7/+33
2006-12-20vms doesn't exist on non-IMAP storage builds.file1-1/+5
2006-12-19Pass 'vms' pointer to record_and_review so it is then passed to the IMAP stor...file1-13/+12
2006-12-12Use S_OR in my previous app_voicemail. This is the way it should have been done.file1-5/+5
2006-12-11Return non-existant callerid handling to that which it was before. In 1.4 and...file1-5/+5
2006-12-05Oops, forgot to release the odbc handletilghman1-0/+1
2006-12-05Merged revisions 48251 via svnmerge from tilghman1-14/+16
2006-12-04Fix an issue which didn't allow unavail/greet/busy/etc messages from being sa...qwell1-0/+2
2006-11-29Use MAILTMPLEN instead of sizeof in mm_login. (issue #8420 reported by slimey)file1-3/+4
2006-11-29Don't crash if the mailstream was not created.file1-1/+1
2006-11-27Merged revisions 48053 via svnmerge from file1-14/+5
2006-11-20Oops, merge missed release of odbc objecttilghman1-0/+1
2006-11-20Merged revisions 47862 via svnmerge from tilghman1-2/+7
2006-11-15Fix ODBC_STORAGE for when context is NULLtilghman1-1/+1
2006-11-15Merged revisions 47677 via svnmerge from kpfleming1-8/+47
2006-11-14Merged revisions 47631 via svnmerge from file1-1/+1
2006-11-14Conversion of res_odbc API to include ast_ prefix did not completely transiti...tilghman1-88/+89
2006-11-09Do conversion in a more easier to read and working way for \r, \n, and \t. (i...file1-8/+16
2006-11-09Work around an issue that caused menuselect to display a bogus description forrussell1-0/+4
2006-11-07These mods are to solve the problem in bug 7506. It's a lot of rework to solv...murf1-6/+6
2006-11-07large overhaul to voicemail imap support. Allows support for more imap servers,mogorman1-497/+619
2006-11-02Reverse change of "show" to "list" and make several other commands more consi...tilghman1-4/+4