summaryrefslogtreecommitdiff
path: root/apps/app_voicemail.c
AgeCommit message (Expand)Author
2006-06-07remove the WITH_SMDI defineRussell Bryant
2006-06-06Merged revisions 32605 via svnmerge from Tilghman Lesher
2006-06-05- Add headers to e-mail with caller ID name and number to simplify automatic ...Olle Johansson
2006-05-19let's use the proper variable here, instead of segfaulting (don't know how th...Kevin P. Fleming
2006-05-19As requested by kpfleming, renaming messagecount to inboxcount and messagecou...Tilghman Lesher
2006-05-19Merged revisions 28651 via svnmerge from Joshua Colp
2006-05-18Bug 7167 - Fix VMCOUNT if using USE_ODBC_STORAGE (different fix for trunk tha...Tilghman Lesher
2006-05-18Merged revisions 28212 via svnmerge from Joshua Colp
2006-05-18Merged revisions 28169 via svnmerge from Joshua Colp
2006-05-17Merged revisions 27847 via svnmerge from Joshua Colp
2006-05-17Merged revisions 27636 via svnmerge from Tilghman Lesher
2006-05-13Merged revisions 27093 via svnmerge from Tilghman Lesher
2006-05-10remove almost all of the checks of the result from ast_strdupa() or alloca().Russell Bryant
2006-05-10fix indentation of two large blocksLuigi Rizzo
2006-05-10fix a couple of misindented lines;Luigi Rizzo
2006-05-10use 'switch' insteaf of multiple 'if'Luigi Rizzo
2006-05-09Merged revisions 26050 via svnmerge from BJ Weschke
2006-05-09Bug 7009 - use the actual path, so that a table index can be usedTilghman Lesher
2006-05-08Warn user if the custom format is not one of the optionsTilghman Lesher
2006-05-06add Polish language support to Voicemail, with some minor modifications thatRussell Bryant
2006-05-05modify the handling of the new temporary greeting reminder feature so thatRussell Bryant
2006-05-05add support for having the user reminded that their temporary greetingRussell Bryant
2006-05-05 Fix 4 bugs in voicemail. #7064 ( supczinskib and jcollie ) BJ Weschke
2006-05-03Bug 6989 - updates to the ODBC storage mechanism for compatibility with the n...Tilghman Lesher
2006-05-01Merged revisions 23988 via svnmerge from BJ Weschke
2006-05-01Merged revisions 23985 via svnmerge from BJ Weschke
2006-04-29- convert the list of zones to use the list macros, and add locking (issue #7...Russell Bryant
2006-04-26Merged revisions 22596 via svnmerge from Matt O'Gorman
2006-04-24Deprecate prefixed options in voicemailTilghman Lesher
2006-04-21convert to use ast_strem_and_waitLuigi Rizzo
2006-04-15Allow the attachment format to be specified differently for different mailbox...Joshua Colp
2006-04-14use ast_strdup instead of strdupLuigi Rizzo
2006-04-14constification and code simplificationsLuigi Rizzo
2006-04-14This rather large commit changes the way modules are loaded. Luigi Rizzo
2006-04-13Merged revisions 19891 via svnmerge from Tilghman Lesher
2006-04-11Merged revisions 19394 via svnmerge from Tilghman Lesher
2006-04-11Merged revisions 19008 via svnmerge from BJ Weschke
2006-04-09Issue 6919 - clarify error messageOlle Johansson
2006-04-08since the module API is changing, it's a good time to const-ify the descripti...Kevin P. Fleming
2006-04-08Merged revisions 18494 via svnmerge from Tilghman Lesher
2006-04-05Bug 6873 - Finish moving from the non-threadsafe (and poor randomness) rand()...Tilghman Lesher
2006-03-30as discussed with Mark a few weeks ago, the 'newstack' argumentLuigi Rizzo
2006-03-25Merged revisions 14830 via svnmerge from Tilghman Lesher
2006-03-25Merged revisions 14821 via svnmerge from Tilghman Lesher
2006-03-24Merged revisions 14659 via svnmerge from BJ Weschke
2006-03-22Merged revisions 14276 via svnmerge from Joshua Colp
2006-03-22Merged revisions 14275 via svnmerge from Joshua Colp
2006-03-21Merged revisions 13748 via svnmerge from Tilghman Lesher
2006-03-14add a couple of variables to clarify some code (issue #6700)Russell Bryant
2006-03-14Small fixes to the messagecount function (while trying to understandOlle Johansson