aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_voicemail.c
AgeCommit message (Expand)AuthorFilesLines
2006-06-09there is no reason to define our own 'maximum path length' when the POSIX hea...kpfleming1-3/+3
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...kpfleming1-4/+4
2006-06-07remove the WITH_SMDI definerussell1-14/+0
2006-06-06Merged revisions 32605 via svnmerge from tilghman1-1/+2
2006-06-05- Add headers to e-mail with caller ID name and number to simplify automatic ...oej1-14/+22
2006-05-19let's use the proper variable here, instead of segfaulting (don't know how th...kpfleming1-1/+1
2006-05-19As requested by kpfleming, renaming messagecount to inboxcount and messagecou...tilghman1-67/+28
2006-05-19Merged revisions 28651 via svnmerge from file1-2/+2
2006-05-18Bug 7167 - Fix VMCOUNT if using USE_ODBC_STORAGE (different fix for trunk tha...tilghman1-73/+86
2006-05-18Merged revisions 28212 via svnmerge from file1-2/+3
2006-05-18Merged revisions 28169 via svnmerge from file1-5/+6
2006-05-17Merged revisions 27847 via svnmerge from file1-1/+1
2006-05-17Merged revisions 27636 via svnmerge from tilghman1-103/+112
2006-05-13Merged revisions 27093 via svnmerge from tilghman1-2/+2
2006-05-10remove almost all of the checks of the result from ast_strdupa() or alloca().russell1-48/+32
2006-05-10fix indentation of two large blocksrizzo1-101/+101
2006-05-10fix a couple of misindented lines;rizzo1-6/+9
2006-05-10use 'switch' insteaf of multiple 'if'rizzo1-6/+8
2006-05-09Merged revisions 26050 via svnmerge from bweschke1-0/+1
2006-05-09Bug 7009 - use the actual path, so that a table index can be usedtilghman1-6/+6
2006-05-08Warn user if the custom format is not one of the optionstilghman1-1/+5
2006-05-06add Polish language support to Voicemail, with some minor modifications thatrussell1-28/+178
2006-05-05modify the handling of the new temporary greeting reminder feature so thatrussell1-11/+12
2006-05-05add support for having the user reminded that their temporary greetingrussell1-8/+29
2006-05-05 Fix 4 bugs in voicemail. #7064 ( supczinskib and jcollie ) bweschke1-24/+36
2006-05-03Bug 6989 - updates to the ODBC storage mechanism for compatibility with the n...tilghman1-18/+76
2006-05-01Merged revisions 23988 via svnmerge from bweschke1-1/+1
2006-05-01Merged revisions 23985 via svnmerge from bweschke1-1/+6
2006-04-29- convert the list of zones to use the list macros, and add locking (issue #7...russell1-32/+32
2006-04-26Merged revisions 22596 via svnmerge from mogorman1-2/+2
2006-04-24Deprecate prefixed options in voicemailtilghman1-5/+17
2006-04-21convert to use ast_strem_and_waitrizzo1-32/+10
2006-04-15Allow the attachment format to be specified differently for different mailbox...file1-1/+8
2006-04-14use ast_strdup instead of strduprizzo1-4/+4
2006-04-14constification and code simplificationsrizzo1-53/+30
2006-04-14This rather large commit changes the way modules are loaded. rizzo1-15/+8
2006-04-13Merged revisions 19891 via svnmerge from tilghman1-2/+8
2006-04-11Merged revisions 19394 via svnmerge from tilghman1-1/+1
2006-04-11Merged revisions 19008 via svnmerge from bweschke1-1/+1
2006-04-09Issue 6919 - clarify error messageoej1-6/+5
2006-04-08since the module API is changing, it's a good time to const-ify the descripti...kpfleming1-2/+2
2006-04-08Merged revisions 18494 via svnmerge from tilghman1-1/+3
2006-04-05Bug 6873 - Finish moving from the non-threadsafe (and poor randomness) rand()...tilghman1-2/+2
2006-03-30as discussed with Mark a few weeks ago, the 'newstack' argumentrizzo1-1/+1
2006-03-25Merged revisions 14830 via svnmerge from tilghman1-3/+3
2006-03-25Merged revisions 14821 via svnmerge from tilghman1-2/+6
2006-03-24Merged revisions 14659 via svnmerge from bweschke1-1/+1
2006-03-22Merged revisions 14276 via svnmerge from file1-2/+3
2006-03-22Merged revisions 14275 via svnmerge from file1-18/+36
2006-03-21Merged revisions 13748 via svnmerge from tilghman1-2/+4