aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_voicemail.c
AgeCommit message (Expand)AuthorFilesLines
2005-07-15restore count_messages for ODBC storage to proper behavior (bug #4711)kpfleming1-7/+1
2005-07-15clean up maxmsg parsing, and ensure default applies to Realtime voicemail userskpfleming1-21/+21
2005-07-13fix up lock breakage from bug #4245kpfleming1-198/+210
2005-07-12get rid of compiler warning (bug #4682)russell1-1/+1
2005-07-12clean up and reorganize vm_intro_it (bug #4683, with formatting changes)kpfleming1-49/+31
2005-07-12correct arguments being passed to external notify function (bug #4595)kpfleming1-4/+10
2005-07-12support a configurable number of mailboxes per folder (bug #4229)kpfleming1-37/+100
2005-07-12update the password in memory as well when using externpass (bug #4602)russell1-2/+3
2005-07-12fix voicemail path locking problems (bug #4245)kpfleming1-174/+288
2005-07-11properly handle the return of the rowcount from ast_update_realtime (bug #4452)russell1-1/+5
2005-07-10define an AST_MAX_CONTEXT for use instead of AST_MAX_EXTENSIONrussell1-5/+5
2005-07-07ast_copy_string conversionkpfleming1-92/+95
2005-07-07allow user-configurable date formats in voicemail message body (bug #4554)kpfleming1-1/+10
2005-06-23support Swedish grammar for voicemail message counts (bug #4227)kpfleming1-1/+10
2005-06-06the last round of file version tagskpfleming1-14/+17
2005-06-06major Makefile and build process improvements, including removal of all hardc...kpfleming1-1/+0
2005-05-17remove extra LOCAL_USER_REMOVE (bug #4308)russell1-1/+0
2005-05-16clean up message duration writing code (bug #4285)kpfleming1-12/+9
2005-05-15support Swedish and Norwegian mailbox intros (bug #4227)kpfleming1-6/+113
2005-05-15add silent option to VMAuthenticate application (bug #4157)kpfleming1-15/+32
2005-05-10Fix to bug 4118mattf1-6/+9
2005-05-08Fix gethostname calls (bug #4198, with mods)markster1-4/+4
2005-04-29don't use '%i' at all, since we have no current use cases that need non base-...kpfleming1-4/+4
2005-04-27support old single-column options for realtime voicemail (bug #4080)kpfleming1-0/+4
2005-04-21use double-quotes instead of angle-brackets for non-system include files (bug...kpfleming1-19/+19
2005-04-13support postfix options in voicemail apps (prefix options still supported usi...kpfleming1-45/+72
2005-04-02add VM_MESSAGEFILE channel variable to hold path to message left by caller (b...kpfleming1-0/+4
2005-03-27Add VM_CONTEXT for substitution (bug #3872)markster1-11/+12
2005-03-04Rework channel structure to eliminate "pvt" portion of channel (bug #3573)markster1-1/+0
2005-03-01Add some extra checks & verbosity (bug #3686)markster1-5/+10
2005-03-01Fix seg in authenticate (bug #3686)markster1-1/+1
2005-02-19Fix ODBC storage (bug #3625, with mods)markster1-14/+14
2005-02-16Optimize vm storage (bug #3605)markster1-16/+6
2005-01-25Merge config updates (bug #3406)markster1-10/+10
2005-01-23Make sure two voicemails can't take the same message space (bug #3394)markster1-21/+35
2005-01-21update copyright headers for 2005russell1-2/+2
2005-01-10Truncate file as appropriate (bug #3304)markster1-1/+2
2005-01-10Fix voicemail symlinks (bug #3024)markster1-71/+24
2005-01-08Warn if flags is signed instead of unsigned (bug #3279)markster1-1/+1
2005-01-03Fix "0" auto deleting messages from voicemail (bug #3057)markster1-2/+11
2005-01-03Merge josh's strlen fix (thanks!) (bug #2893)markster1-2/+2
2004-12-31Make voicemail registration apps register (bug #3034)markster1-3/+129
2004-12-30Make sure all options get copied from general (bug #3194)markster1-1/+1
2004-12-27fix logging issuerussell1-3/+3
2004-12-24fix flag error (bug #3130)russell1-1/+1
2004-12-23Merge remainder of Greek support (bug 3107)markster1-2/+33
2004-12-23Use flags for voicemail (bug #3130)markster1-131/+68
2004-12-22Add partial greek support (bug #3107)markster1-0/+86
2004-12-21display new/old messages in voicemail event (bug #3117)markster1-1/+5
2004-12-19Merge Olle's comment patch (bug #3097)markster1-4/+2