summaryrefslogtreecommitdiff
path: root/apps/app_voicemail.c
AgeCommit message (Expand)Author
2008-01-30Make the VoicemailUsersList AMI command consistent with other manager list fu...Tilghman Lesher
2008-01-28Merged revisions 100672 via svnmerge from Jason Parker
2008-01-23Coding guidelines fixupsTilghman Lesher
2008-01-23Merged revisions 99777 via svnmerge from Tilghman Lesher
2008-01-17Fixing trunk IMAP buildMark Michelson
2008-01-14Add backupdeleted option to app_voicemailJason Parker
2008-01-10Merged revisions 97925 via svnmerge from Mark Michelson
2008-01-10Use the appropriate line ending for the X-Asterisk-VM-Message-Type header.Mark Michelson
2008-01-10Several manager changes:Tilghman Lesher
2008-01-08Add a new flag 'd' (with optional context) permitting any extension withinTilghman Lesher
2008-01-08Merged revisions 97192 via svnmerge from Mark Michelson
2008-01-07Explicitly make literal constants long where they are expected to be.Mark Michelson
2008-01-07Document some weird casting magic that's necessary to interfaceMark Michelson
2008-01-07Adding user-configurable TCP timeout settings to IMAP voicemail. This couldMark Michelson
2007-12-27remove more unnecessary casts for NULL.Luigi Rizzo
2007-12-27NULL does not need to be cast to (char *)Luigi Rizzo
2007-12-21Something I've been itching to do for a while now. A minor optimization in ap...Mark Michelson
2007-12-21Lots of coding guidelines cleanup.Mark Michelson
2007-12-21Merged revisions 94540 via svnmerge from Mark Michelson
2007-12-21Merged revisions 94538 via svnmerge from Mark Michelson
2007-12-20The changes to header inclusion in trunk broke compilation of app_voicemail w...Mark Michelson
2007-12-19Add 'voicemail reload' command.Tilghman Lesher
2007-12-17Merged revisions 93291 via svnmerge from Mark Michelson
2007-12-14Resolve a compiler warningMark Michelson
2007-12-14Change places where the name "INBOX" was hardcoded to use the imapfolderMark Michelson
2007-12-14Convert ast_verbose to ast_verb.Tilghman Lesher
2007-12-13Merged revisions 92807 via svnmerge from Mark Michelson
2007-12-13Merged revisions 92803 via svnmerge from Mark Michelson
2007-12-13Tag voicemails with UTC time as opposed to local time zoneDoug Bailey
2007-12-10Add a few extra headers in the voicemail users listing inOlle Johansson
2007-12-06Handle allocation failure of the heard and deleted arrays of the vm_state.Mark Michelson
2007-12-05Merged revisions 91292 via svnmerge from Mark Michelson
2007-12-05Merged revisions 91273 via svnmerge from Mark Michelson
2007-12-04Kevin suggested doing the reverse of my last commit, since imap_retrieve_fileMark Michelson
2007-12-04Suppress a compiler warning due to discarding a "const" qualifierMark Michelson
2007-12-03Replacing some calls to free() with ast_free().Mark Michelson
2007-11-28Merge some little changes from team/russell/chan_refcount to help reduceRussell Bryant
2007-11-26Merged revisions 89580 via svnmerge from Mark Michelson
2007-11-24Merged revisions 89540 via svnmerge from Tilghman Lesher
2007-11-21remove another set of redundant #include "asterisk/options.h"Luigi Rizzo
2007-11-20move asterisk/paths.h outside asterisk.h and into those filesLuigi Rizzo
2007-11-19include "logger.h" and errno.h from asterisk.h - usage shows that theyLuigi Rizzo
2007-11-16Start untangling header inclusion in a way that does not affectLuigi Rizzo
2007-11-16Adding confirmation playback when forwarding voicemail messages. This will at...Mark Michelson
2007-11-14make the 'name' and 'value' fields in ast_variable const char *Luigi Rizzo
2007-11-08app_voicemail failed to build when compiling with IMAP_STORAGEMark Michelson
2007-11-08use %f instead of %lf (the 'l' is ignored anyways).Luigi Rizzo
2007-11-08improve linked-list macros in two ways:Kevin P. Fleming
2007-11-07If imapfolder has been specified in voicemail.conf, we should not connect to ...Mark Michelson
2007-10-29Remove duplicate stdlib.h include.Joshua Colp