aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_voicemail.c
AgeCommit message (Expand)AuthorFilesLines
2008-02-27Remove useless 's' and 'key' variables, in favor of 'val', which serves the e...qwell1-55/+53
2008-02-27Whitespace changes onlytilghman1-227/+207
2008-02-26Merged revisions 104119 via svnmerge from russell1-5/+3
2008-02-25Merged revisions 104094 via svnmerge from tilghman1-2/+4
2008-02-20Fix a crash due to the wrong variable being used when building a directory st...mmichelson1-1/+1
2008-02-20When using IMAP storage, if the folder you attempt to save to does not exist,mmichelson1-0/+10
2008-02-15Fix redeclaration of variables when using IMAP storagemmichelson1-7/+2
2008-02-14Merged revisions 103690 via svnmerge from mmichelson1-0/+4
2008-02-14Merged revisions 103688 via svnmerge from mmichelson1-8/+12
2008-02-09Merged revisions 103197 via svnmerge from tilghman1-1/+5
2008-02-08Merge changes from team/mvanbaak/cli-command-auditrussell1-2/+2
2008-02-06Merged revisions 102576 via svnmerge from tilghman1-37/+36
2008-02-05Change verbose messages to use the ast_verb macro.mmichelson1-6/+3
2008-02-01Merged revisions 101942 via svnmerge from tilghman1-26/+63
2008-01-30Make the VoicemailUsersList AMI command consistent with other manager list fu...tilghman1-1/+2
2008-01-28Merged revisions 100672 via svnmerge from qwell1-32/+38
2008-01-23Coding guidelines fixupstilghman1-358/+358
2008-01-23Merged revisions 99777 via svnmerge from tilghman1-1/+4
2008-01-17Fixing trunk IMAP buildmmichelson1-6/+1
2008-01-14Add backupdeleted option to app_voicemailqwell1-8/+71
2008-01-10Merged revisions 97925 via svnmerge from mmichelson1-2/+2
2008-01-10Use the appropriate line ending for the X-Asterisk-VM-Message-Type header.mmichelson1-1/+1
2008-01-10Several manager changes:tilghman1-1/+1
2008-01-08Add a new flag 'd' (with optional context) permitting any extension withintilghman1-12/+41
2008-01-08Merged revisions 97192 via svnmerge from mmichelson1-3/+3
2008-01-07Explicitly make literal constants long where they are expected to be.mmichelson1-4/+4
2008-01-07Document some weird casting magic that's necessary to interfacemmichelson1-1/+4
2008-01-07Adding user-configurable TCP timeout settings to IMAP voicemail. This couldmmichelson1-0/+25
2007-12-27remove more unnecessary casts for NULL.rizzo1-2/+2
2007-12-27NULL does not need to be cast to (char *)rizzo1-1/+1
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