aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_voicemail.c
AgeCommit message (Expand)AuthorFilesLines
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
2009-03-27Change global_app_buf to ast_str_thread_global_buf.russell1-1/+1
2009-03-25Improve performance of the ast_event cache functionality.russell1-4/+1
2009-03-06Merged revisions 180567 via svnmerge from mmichelson1-1/+1
2009-03-05Merged revisions 180464 via svnmerge from mmichelson1-0/+2
2009-03-05Merged revisions 180380 via svnmerge from mmichelson1-7/+14
2009-02-23Permit emailsubject and emailbody to be set per mailbox.tilghman1-7/+26
2009-02-20Oops, merge broke trunktilghman1-3/+1
2009-02-19Merged revisions 177536 via svnmerge from tilghman1-2/+39
2009-02-13Merged revisions 175590 via svnmerge from mmichelson1-1/+2
2009-02-10Fix0ring buildtilghman1-2/+2
2009-02-05Properly set "seen" and "unseen" flags when moving messages from the new to t...mmichelson1-0/+3
2009-02-05Merged revisions 173696 via svnmerge from jpeeler1-3/+12
2009-02-01Blank argument crashes Asterisktilghman1-0/+5
2009-01-23Reset the ast_str used for escape substitution. We need to do this since it i...file1-0/+2
2009-01-16Merged revisions 168828 via svnmerge from tilghman1-146/+98
2009-01-15remove the PBX_ODBC logic from the configure script, and add GENERIC_ODCB log...kpfleming1-3/+1
2008-12-18Merged revisions 165767 via svnmerge from tilghman1-10/+52
2008-12-18Fix 2 resource leaks and fix another pipe-to-comma conversiontilghman1-5/+10
2008-12-17Merged revisions 165255 via svnmerge from mmichelson1-0/+2
2008-12-17And actually assign the function to a pointer...mmichelson1-1/+1
2008-12-17Use the create_vm_state_from_user function in a place wheremmichelson1-18/+7
2008-12-13Merge ast_str_opaque branch (discontinue usage of ast_str internals)tilghman1-9/+6
2008-12-11Add an option to voicemail.conf to allow urgent messages to bemmichelson1-1/+10
2008-12-10Finish conversion to using ARRAY_LEN and remove it as a janitor project.file1-1/+1
2008-12-09Merged revisions 162463 via svnmerge from tilghman1-1/+1