aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_voicemail.c
AgeCommit message (Expand)AuthorFilesLines
2007-12-21Something I've been itching to do for a while now. A minor optimization in ap...mmichelson1-18/+4
2007-12-21Lots of coding guidelines cleanup.mmichelson1-30/+28
2007-12-21Merged revisions 94540 via svnmerge from mmichelson1-3/+32
2007-12-21Merged revisions 94538 via svnmerge from mmichelson1-6/+2
2007-12-20The changes to header inclusion in trunk broke compilation of app_voicemail w...mmichelson1-11/+17
2007-12-19Add 'voicemail reload' command.tilghman1-0/+24
2007-12-17Merged revisions 93291 via svnmerge from mmichelson1-2/+0
2007-12-14Resolve a compiler warningmmichelson1-1/+1
2007-12-14Change places where the name "INBOX" was hardcoded to use the imapfoldermmichelson1-2/+10
2007-12-14Convert ast_verbose to ast_verb.tilghman1-15/+9
2007-12-13Merged revisions 92807 via svnmerge from mmichelson1-0/+1
2007-12-13Merged revisions 92803 via svnmerge from mmichelson1-3/+3
2007-12-13Tag voicemails with UTC time as opposed to local time zonedbailey1-2/+2
2007-12-10Add a few extra headers in the voicemail users listing inoej1-5/+31
2007-12-06Handle allocation failure of the heard and deleted arrays of the vm_state.mmichelson1-2/+6
2007-12-05Merged revisions 91292 via svnmerge from mmichelson1-0/+2
2007-12-05Merged revisions 91273 via svnmerge from mmichelson1-2/+0
2007-12-04Kevin suggested doing the reverse of my last commit, since imap_retrieve_filemmichelson1-2/+2
2007-12-04Suppress a compiler warning due to discarding a "const" qualifiermmichelson1-1/+1
2007-12-03Replacing some calls to free() with ast_free().mmichelson1-3/+3
2007-11-28Merge some little changes from team/russell/chan_refcount to help reducerussell1-37/+27
2007-11-26Merged revisions 89580 via svnmerge from mmichelson1-1/+16
2007-11-24Merged revisions 89540 via svnmerge from tilghman1-1/+4
2007-11-21remove another set of redundant #include "asterisk/options.h"rizzo1-1/+0
2007-11-20move asterisk/paths.h outside asterisk.h and into those filesrizzo1-0/+1
2007-11-19include "logger.h" and errno.h from asterisk.h - usage shows that theyrizzo1-2/+0
2007-11-16Start untangling header inclusion in a way that does not affectrizzo1-5/+0
2007-11-16Adding confirmation playback when forwarding voicemail messages. This will at...mmichelson1-0/+18
2007-11-14make the 'name' and 'value' fields in ast_variable const char *rizzo1-3/+3
2007-11-08app_voicemail failed to build when compiling with IMAP_STORAGEmmichelson1-3/+2
2007-11-08use %f instead of %lf (the 'l' is ignored anyways).rizzo1-1/+1
2007-11-08improve linked-list macros in two ways:kpfleming1-2/+2
2007-11-07If imapfolder has been specified in voicemail.conf, we should not connect to ...mmichelson1-2/+2
2007-10-29Remove duplicate stdlib.h include.file1-1/+0
2007-10-22Switch from AST_CLI (formerly NEW_CLI) to AST_CLI_DEFINE, since the former di...qwell1-2/+2
2007-10-22Merged revisions 86694 via svnmerge from mmichelson1-2/+2
2007-10-19Convert NEW_CLI to AST_CLI.qwell1-2/+2
2007-10-16Merged revisions 85896 via svnmerge from russell1-3/+0
2007-10-16Fix IMAP compilation error.mmichelson1-1/+1
2007-10-10Merged revisions 85276 via svnmerge from mmichelson1-194/+23
2007-10-10Merged revisions 85242 via svnmerge from file1-0/+1
2007-09-19More conversions to NEW_CLIqwell1-71/+80
2007-09-18(closes issue #10739)qwell1-2/+11
2007-09-17Merged revisions 82676 via svnmerge from russell1-2/+0
2007-09-17Merged revisions 82644 via svnmerge from russell1-0/+5
2007-09-16Option maxmessage should be maxsecs per-folder, too (closes issue #10729)tilghman1-4/+6
2007-09-08Make Callerid more consistent in IMAP mail headersmmichelson1-10/+19
2007-08-29This code was in team/murf/bug8684-trunk; it should fix bug 8684 in trunk. I ...murf1-1/+1
2007-08-24Merged revisions 80750 via svnmerge from mmichelson1-2/+2
2007-08-20Remove remnants of last commit so trunk builds again.file1-2/+0