summaryrefslogtreecommitdiff
path: root/apps/app_voicemail.c
AgeCommit message (Expand)Author
2009-12-14Allow greetings-only mailboxes for Voicemail.Tilghman Lesher
2009-12-04Merged revisions 233116 via svnmerge from David Vossel
2009-12-03Add pagerdateformat, to allow shorter dates for SMS messages.Tilghman Lesher
2009-12-03Merged revisions 232820 via svnmerge from Tilghman Lesher
2009-12-03Extend voicemail to allow IMAP folders to be specified per mailbox.Jeff Peeler
2009-11-30Merged revisions 231614 via svnmerge from Matthew Nicholson
2009-11-30Reverted 231616Matthew Nicholson
2009-11-30Merged revisions 231614 via svnmerge from Matthew Nicholson
2009-11-13Display a list of channel variables in each channel-oriented event.Tilghman Lesher
2009-10-22Permit storage of voicemail secrets in a separate file, located within the sp...Tilghman Lesher
2009-10-19Allow ODBC storage to be queried with multiple mailboxes, and remove multiple...Tilghman Lesher
2009-09-30Modify VoiceMailMain()'s a() argument to allow mailboxes to be specified by n...Sean Bright
2009-09-30Clarify documentation for VoiceMailMain()'s a() option.Sean Bright
2009-09-29Make deletion of temporary greetings work properly with IMAP_STORAGEJeff Peeler
2009-09-22Merged revisions 219816 via svnmerge from Tilghman Lesher
2009-09-18Missing value setting line for maxsecs/maxmessageTilghman Lesher
2009-09-15Merged revisions 218730 via svnmerge from Tilghman Lesher
2009-09-14Recorded merge of revisions 218331 via svnmerge from Tilghman Lesher
2009-09-04Use ast_free() instead of free().Sean Bright
2009-08-24Fix storage of greetings when using IMAP_STORAGEJeff Peeler
2009-08-21Ensure that realtime mailboxes properly report status on subscription.Kevin P. Fleming
2009-08-20Fix greeting retrieval from IMAPJeff Peeler
2009-08-17Check the return value of opendir(3), or we may crash.Tilghman Lesher
2009-08-10AST-2009-005Tilghman Lesher
2009-07-18Flag field in wrong position.Tilghman Lesher
2009-07-13Remove reference to non-existent help fileTilghman Lesher
2009-07-01A bunch of CODING_GUIDELINES related fixes. Not even close to done.Sean Bright
2009-06-30Remove an unnecessary #ifdefSean Bright
2009-06-30Recorded merge of revisions 204469 via svnmerge from Tilghman Lesher
2009-06-26Fixing voicemail's error in checking max silence vs min message lengthDavid Brooks
2009-06-26Merge the new Channel Event Logging (CEL) subsystem.Russell Bryant
2009-06-17Initialize additional variables, to prevent a possible crash.Tilghman Lesher
2009-06-16add FILE_STORAGE to Voicemail Build OptionsMichiel van Baak
2009-06-15Last batch of 'static' qualifiers for module-level global variables.Kevin P. Fleming
2009-06-15Redesigned 'optional API' support.Kevin P. Fleming
2009-05-22Implement a new element in AstXML for AMI actions documentation.Eliel C. Sardanons
2009-05-21Const-ify the world (or at least a good part of it)Kevin P. Fleming
2009-05-19Merged revisions 195520 via svnmerge from Tilghman Lesher
2009-05-18Recorded merge of revisions 195366 via svnmerge from Tilghman Lesher
2009-05-12Merged revisions 193955 via svnmerge from Tilghman Lesher
2009-05-12Convert a THREADSTORAGE object into a simple malloc'd object (as suggested by...Tilghman Lesher
2009-05-12add 'const' qualifiers in various places where they should have beenKevin P. Fleming
2009-05-11Found and fixed a memory leakTilghman Lesher
2009-05-11Don't nullify an ast_str pointer.Tilghman Lesher
2009-04-29Merge str_substitution branch.Tilghman Lesher
2009-04-24Convert the ast_channel data structure over to the astobj2 framework.Russell Bryant
2009-04-16Merged revisions 188773 via svnmerge from Tilghman Lesher
2009-04-03Merged revisions 186445 via svnmerge from Tilghman Lesher
2009-04-03Merged revisions 186415 via svnmerge from Tilghman Lesher
2009-04-03Fix the ability to retrieve voicemail messages from IMAP.Mark Michelson