aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_voicemail.c
AgeCommit message (Expand)AuthorFilesLines
2008-12-11Add an option to voicemail.conf to allow urgent messages to bemmichelson1-1/+10
2008-12-10Finish conversion to using ARRAY_LEN and remove it as a janitor project.file1-1/+1
2008-12-09Merged revisions 162463 via svnmerge from tilghman1-1/+1
2008-12-09Merged revisions 162348 via svnmerge from tilghman1-0/+5
2008-12-08Add voicemail related applications and functions XML documentation:eliel1-80/+185
2008-12-05Use ast_free() instead of free(), pointed out by eliel on IRC.seanbright1-1/+1
2008-12-05When using IMAP_STORAGE, it's important to convert bare newlines (\n) inseanbright1-50/+51
2008-12-05Janitor, use ARRAY_LEN() when possible.eliel1-2/+2
2008-12-05Check the return value of fread/fwrite so the compiler doesn't complain. Only aseanbright1-2/+11
2008-12-03Merged revisions 160770 via svnmerge from tilghman1-6/+6
2008-12-02Merged revisions 160207 via svnmerge from tilghman1-1/+3
2008-11-18Fix the logic for when delete=yes when IMAP storagemmichelson1-1/+23
2008-11-14Merged revisions 156816 via svnmerge from mmichelson1-1/+1
2008-11-04Slightly optimize ast_devstate_str and rename global functions devstate2str a...tilghman1-3/+3
2008-11-04improve configure script to remember the previous value of each dependency in...kpfleming1-2/+2
2008-11-03Merged revisions 154066 via svnmerge from tilghman1-1/+1
2008-11-02bring over all the fixes for the warnings found by gcc 4.3.x from the 1.4 bra...kpfleming1-2/+6
2008-11-02 - Use a for loop instead of a while looprussell1-24/+21
2008-10-28Merged revisions 152463 via svnmerge from tilghman1-1/+1
2008-10-14Merged revisions 148987 via svnmerge from tilghman1-1/+1
2008-10-14Merged revisions 148916 via svnmerge from tilghman1-20/+134
2008-10-14Merge realtime_update2 branch, which adds a new realtime API call namedtilghman1-10/+5
2008-10-10Merged revisions 148257 via svnmerge from tilghman1-1/+6
2008-10-10Don't include logger.h in asterisk.h by default as it is causing problems bui...seanbright1-8/+3
2008-10-09Read the callerid in the correct order and make sure tommichelson1-2/+4
2008-10-09Reverting format addition for nowtilghman1-16/+4
2008-10-09Fudges for wav16, just like wav49tilghman1-4/+16
2008-10-09Merged revisions 147997 via svnmerge from tilghman1-1/+2
2008-10-07This was flawed. The issue that I was trying to address was addressed byseanbright1-2/+0
2008-10-07Merged revisions 147193 via svnmerge from seanbright1-6/+2
2008-10-07Or not.seanbright1-2/+0
2008-10-07There was a boo-boo in TFOT that is causing some confusion on the mailing listsseanbright1-0/+6
2008-10-07If we encounter something in mailbox options that we don't grok, thenseanbright1-0/+2
2008-10-06All ODBC parts can now use either unixodbc or iodbc.mvanbaak1-1/+3
2008-09-17Merged revisions 143404 via svnmerge from tilghman1-2/+2
2008-09-12Create a new config file status, CONFIG_STATUS_FILEINVALID for differentiatingtilghman1-9/+23
2008-09-12Merged revisions 142744 via svnmerge from tilghman1-1/+1
2008-09-03Fix compilationmmichelson1-5/+4
2008-09-03Merged revisions 140850 via svnmerge from mmichelson1-2/+12
2008-09-02Merged revisions 140751 via svnmerge from mmichelson1-0/+1
2008-08-29Merged revisions 140421 via svnmerge from mmichelson1-13/+16
2008-08-10Another batch of files from RSW. The remaining apps and a few moreseanbright1-91/+91
2008-08-08Fix compilation for ODBC voicemailmmichelson1-30/+28
2008-08-07Remove one last batch of debug messagesmmichelson1-3/+0
2008-08-07Fix build for non-IMAP storage and get rid of somemmichelson1-3/+3
2008-08-07Merging the imap_consistency_trunk branch tommichelson1-1765/+1507
2008-08-07fix some format strings to actually compile without errorskpfleming1-2/+2
2008-08-04Merged revisions 135479 via svnmerge from tilghman1-11/+32
2008-08-01IMAP-specific items must go in IMAP_STORAGE defines...mmichelson1-1/+2
2008-08-01IMAP storage functioned under the assumption that foldersmmichelson1-2/+12