aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_voicemail.c
AgeCommit message (Expand)AuthorFilesLines
2009-12-04Merged revisions 233116 via svnmerge from dvossel1-5/+11
2009-12-03Add pagerdateformat, to allow shorter dates for SMS messages.tilghman1-1/+9
2009-12-03Merged revisions 232820 via svnmerge from tilghman1-66/+79
2009-12-03Extend voicemail to allow IMAP folders to be specified per mailbox.jpeeler1-26/+48
2009-11-30Merged revisions 231614 via svnmerge from mnicholson1-2/+10
2009-11-30Reverted 231616mnicholson1-10/+2
2009-11-30Merged revisions 231614 via svnmerge from mnicholson1-2/+10
2009-11-13Display a list of channel variables in each channel-oriented event.tilghman1-2/+2
2009-10-22Permit storage of voicemail secrets in a separate file, located within the sp...tilghman1-55/+173
2009-10-19Allow ODBC storage to be queried with multiple mailboxes, and remove multiple...tilghman1-84/+92
2009-09-30Modify VoiceMailMain()'s a() argument to allow mailboxes to be specified by n...seanbright1-25/+46
2009-09-30Clarify documentation for VoiceMailMain()'s a() option.seanbright1-1/+13
2009-09-29Make deletion of temporary greetings work properly with IMAP_STORAGEjpeeler1-6/+8
2009-09-22Merged revisions 219816 via svnmerge from tilghman1-0/+24
2009-09-18Missing value setting line for maxsecs/maxmessagetilghman1-0/+1
2009-09-15Merged revisions 218730 via svnmerge from tilghman1-15/+14
2009-09-14Recorded merge of revisions 218331 via svnmerge from tilghman1-0/+13
2009-09-04Use ast_free() instead of free().seanbright1-1/+1
2009-08-24Fix storage of greetings when using IMAP_STORAGEjpeeler1-5/+8
2009-08-21Ensure that realtime mailboxes properly report status on subscription.kpfleming1-13/+18
2009-08-20Fix greeting retrieval from IMAPjpeeler1-4/+15
2009-08-17Check the return value of opendir(3), or we may crash.tilghman1-1/+4
2009-08-10AST-2009-005tilghman1-23/+23
2009-07-18Flag field in wrong position.tilghman1-1/+1
2009-07-13Remove reference to non-existent help filetilghman1-4/+1
2009-07-01A bunch of CODING_GUIDELINES related fixes. Not even close to done.seanbright1-264/+264
2009-06-30Remove an unnecessary #ifdefseanbright1-4/+0
2009-06-30Recorded merge of revisions 204469 via svnmerge from tilghman1-10/+10
2009-06-26Fixing voicemail's error in checking max silence vs min message lengthdbrooks1-2/+4
2009-06-26Merge the new Channel Event Logging (CEL) subsystem.russell1-8/+8
2009-06-17Initialize additional variables, to prevent a possible crash.tilghman1-1/+2
2009-06-16add FILE_STORAGE to Voicemail Build Optionsmvanbaak1-0/+7
2009-06-15Last batch of 'static' qualifiers for module-level global variables.kpfleming1-6/+6
2009-06-15Redesigned 'optional API' support.kpfleming1-2/+2
2009-05-22Implement a new element in AstXML for AMI actions documentation.eliel1-1/+11
2009-05-21Const-ify the world (or at least a good part of it)kpfleming1-9/+8
2009-05-19Merged revisions 195520 via svnmerge from tilghman1-0/+3
2009-05-18Recorded merge of revisions 195366 via svnmerge from tilghman1-2/+2
2009-05-12Merged revisions 193955 via svnmerge from tilghman1-4/+7
2009-05-12Convert a THREADSTORAGE object into a simple malloc'd object (as suggested by...tilghman1-4/+14
2009-05-12add 'const' qualifiers in various places where they should have beenkpfleming1-1/+1
2009-05-11Found and fixed a memory leaktilghman1-1/+3
2009-05-11Don't nullify an ast_str pointer.tilghman1-1/+0
2009-04-29Merge str_substitution branch.tilghman1-130/+184
2009-04-24Convert the ast_channel data structure over to the astobj2 framework.russell1-6/+6
2009-04-16Merged revisions 188773 via svnmerge from tilghman1-1/+1
2009-04-03Merged revisions 186445 via svnmerge from tilghman1-3/+3
2009-04-03Merged revisions 186415 via svnmerge from tilghman1-21/+99
2009-04-03Fix the ability to retrieve voicemail messages from IMAP.mmichelson1-16/+8
2009-03-31Merged revisions 185468 via svnmerge from mmichelson1-6/+2