aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_voicemail.c
AgeCommit message (Expand)AuthorFilesLines
2010-10-02Merged revisions 289874 via svnmerge from tilghman1-12/+6
2010-09-28Solaris compatibility fixestilghman1-1/+4
2010-09-15Merged revisions 286998 via svnmerge from jpeeler1-5/+29
2010-09-09Merged revisions 285710 via svnmerge from bbryant1-5/+8
2010-08-02Merged revisions 280671 via svnmerge from tilghman1-1/+1
2010-07-20Merged revisions 278261 via svnmerge from tilghman1-38/+44
2010-07-14ast_callerid restructuringrmudgett1-19/+71
2010-07-09Fix compile error.russell1-1/+1
2010-07-09Include rdnis in msgXXXX.txt file.pabelanger1-0/+2
2010-07-09Kill some startup warnings and errors and make some messages more helpful in ...tilghman1-4/+4
2010-07-08Implement AstData API data providers as part of the GSOC 2010 project,eliel1-83/+24
2010-07-07Also run the externnotify script when the pollmailboxes thread notices a change.tilghman1-0/+1
2010-07-02Fix various typos reported by Lintiantzafrir1-1/+1
2010-06-08Fix some doxygen warnings.lmadsen1-2/+14
2010-06-02Silence a compiler warning.russell1-1/+3
2010-06-01Support setting locale per-mailbox (changes date/time languages for email, pa...tilghman1-7/+15
2010-05-17With IMAP backend, messages in INBOX were counted twice for MWI.tilghman1-20/+26
2010-05-11Merged revisions 262321 via svnmerge from tilghman1-0/+1
2010-05-07VoicemailMain and VMauthenticate, allow escape to the 'a' extension when a si...alecdavis1-0/+44
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