summaryrefslogtreecommitdiff
path: root/apps/app_voicemail.c
AgeCommit message (Expand)Author
2010-06-08Fix some doxygen warnings.Leif Madsen
2010-06-02Silence a compiler warning.Russell Bryant
2010-06-01Support setting locale per-mailbox (changes date/time languages for email, pa...Tilghman Lesher
2010-05-17With IMAP backend, messages in INBOX were counted twice for MWI.Tilghman Lesher
2010-05-11Merged revisions 262321 via svnmerge from Tilghman Lesher
2010-05-07VoicemailMain and VMauthenticate, allow escape to the 'a' extension when a si...Alec L Davis
2010-05-06Merged revisions 261735 via svnmerge from Jeff Peeler
2010-05-04Merged revisions 260923 via svnmerge from Jeff Peeler
2010-04-28Merged revisions 259664 via svnmerge from Jeff Peeler
2010-04-22Pass interactive = 0 and fix a compile error.Eliel C. Sardanons
2010-04-22Asterisk data retrieval API.Eliel C. Sardanons
2010-04-21Merged revisions 258432 via svnmerge from Jeff Peeler
2010-04-20Merged revisions 258029 via svnmerge from Jeff Peeler
2010-04-19Bad merge fixTilghman Lesher
2010-04-12Remove silly debug message that is not useful.Leif Madsen
2010-03-31Recorded merge of revisions 255591 via svnmerge from Tilghman Lesher
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