summaryrefslogtreecommitdiff
path: root/apps/app_voicemail.c
AgeCommit message (Expand)Author
2010-03-27We need to inclde sys/wait.h on OpenBSD to get WEXITSTATUS.Sean Bright
2010-03-24Allow configuration of minsecs and nextaftercmd per mailbox.Jeff Peeler
2010-03-20Include sys/wait.h on FreeBSD to get the WEXITSTATUS() macro.Russell Bryant
2010-03-12Don't override a user option with the global option.Tilghman Lesher
2010-03-05Missing quote in ODBC query.Tilghman Lesher
2010-03-02fix build by checking result of symlink in test_voicemail_vmsaynameJeff Peeler
2010-03-02Add new application VMSayName for use with voicemail.Jeff Peeler
2010-03-01Merged revisions 249671 via svnmerge from Sean Bright
2010-03-01Constify a bit of app_voicemail, to make ODBC and IMAP compile once again.Tilghman Lesher
2010-02-28Fix unit test that Alec Davis broke.Tilghman Lesher
2010-02-28make unit test check for NULL folder, which then defaults to INBOXAlec L Davis
2010-02-28Properly document voicemail API documents. Also fix a crash reported via the...Tilghman Lesher
2010-02-26Cleanups to fix bugs in the VM count API functions.Tilghman Lesher
2010-02-16Change the blanket rules to delete .lastclean on all CFLAGS menuselect target...Tilghman Lesher
2010-02-01Merged revisions 244242 via svnmerge from Tilghman Lesher
2010-01-15Make sure that the limit is N, not N - 1.Tilghman Lesher
2010-01-15Merged revisions 240414 via svnmerge from Tilghman Lesher
2009-12-30Add app_voicemail and say.c support for Vietnamese.Jason Parker
2009-12-28Use recommended option, not deprecated option.Tilghman Lesher
2009-12-23Actually use tmp for something (brings trunk back into sync with 1.6 branches).Tilghman Lesher
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