aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_voicemail.c
AgeCommit message (Expand)AuthorFilesLines
2010-05-06Merged revisions 261735 via svnmerge from jpeeler1-1/+4
2010-05-04Merged revisions 260923 via svnmerge from jpeeler1-7/+8
2010-04-28Merged revisions 259664 via svnmerge from jpeeler1-2/+2
2010-04-22Pass interactive = 0 and fix a compile error.eliel1-1/+1
2010-04-22Asterisk data retrieval API.eliel1-0/+202
2010-04-21Merged revisions 258432 via svnmerge from jpeeler1-2/+10
2010-04-20Merged revisions 258029 via svnmerge from jpeeler1-20/+39
2010-04-19Bad merge fixtilghman1-1/+1
2010-04-12Remove silly debug message that is not useful.lmadsen1-1/+0
2010-03-31Recorded merge of revisions 255591 via svnmerge from tilghman1-20/+142
2010-03-27We need to inclde sys/wait.h on OpenBSD to get WEXITSTATUS.seanbright1-1/+1
2010-03-24Allow configuration of minsecs and nextaftercmd per mailbox.jpeeler1-9/+192
2010-03-20Include sys/wait.h on FreeBSD to get the WEXITSTATUS() macro.russell1-0/+3
2010-03-12Don't override a user option with the global option.tilghman1-2/+0
2010-03-05Missing quote in ODBC query.tilghman1-1/+1
2010-03-02fix build by checking result of symlink in test_voicemail_vmsaynamejpeeler1-1/+4
2010-03-02Add new application VMSayName for use with voicemail.jpeeler1-3/+148
2010-03-01Merged revisions 249671 via svnmerge from seanbright1-1/+1
2010-03-01Constify a bit of app_voicemail, to make ODBC and IMAP compile once again.tilghman1-10/+12
2010-02-28Fix unit test that Alec Davis broke.tilghman1-1/+4
2010-02-28make unit test check for NULL folder, which then defaults to INBOXalecdavis1-1/+2
2010-02-28Properly document voicemail API documents. Also fix a crash reported via the...tilghman1-1/+1
2010-02-26Cleanups to fix bugs in the VM count API functions.tilghman1-46/+227
2010-02-16Change the blanket rules to delete .lastclean on all CFLAGS menuselect target...tilghman1-1/+1
2010-02-01Merged revisions 244242 via svnmerge from tilghman1-7/+33
2010-01-15Make sure that the limit is N, not N - 1.tilghman1-2/+2
2010-01-15Merged revisions 240414 via svnmerge from tilghman1-4/+75
2009-12-30Add app_voicemail and say.c support for Vietnamese.qwell1-2/+79
2009-12-28Use recommended option, not deprecated option.tilghman1-1/+1
2009-12-23Actually use tmp for something (brings trunk back into sync with 1.6 branches).tilghman1-1/+2
2009-12-14Allow greetings-only mailboxes for Voicemail.tilghman1-6/+17
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