aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_voicemail.c
AgeCommit message (Expand)AuthorFilesLines
2005-11-16Make voicemail not terminate asterisk if no config filejeremy1-2/+2
2005-11-12issue #5704kpfleming1-2/+2
2005-11-12issue #5718kpfleming1-5/+10
2005-11-12issue #5721kpfleming1-75/+56
2005-11-12issue #5663 againkpfleming1-1/+1
2005-11-11issue #5663kpfleming1-7/+9
2005-11-11clean up descriptions for the voicemail applicationsrussell1-65/+72
2005-11-08issue #5649kpfleming1-16/+54
2005-11-08issue #5648kpfleming1-1/+1
2005-11-07application doc updatekpfleming1-2/+1
2005-11-06issue #5605russell1-47/+53
2005-11-06alphabetize option listsrussell1-3/+3
2005-11-06Handle ODBC forwarding properly (bug #5606)markster1-1/+4
2005-11-03major update to arg/option parsing APIs and documentationkpfleming1-19/+23
2005-11-01when going through new user setup, don't change the password if they don'trussell1-20/+25
2005-10-31handle comments containing what appear to be context names during voicemail.c...kpfleming1-46/+84
2005-10-31don't use 'rowcount' after SELECT statements, since the ODBC API does not say...kpfleming1-121/+53
2005-10-26remove unnecessary checks before calls to ast_strlen_zerorussell1-9/+9
2005-10-24Doxygen documentation update from oej (issue #5505)russell1-5/+3
2005-10-19Massive cleanups to applications for LOCAL_USER handling and some other things.russell1-9/+20
2005-10-18it's a good idea to unregister everything before calling STANDARD_HANGUP_LOCA...russell1-3/+6
2005-10-14ensure that message envelopes are retrieved from ODBC storage when advanced o...kpfleming1-0/+2
2005-09-25correct logic errors (issue #5258)kpfleming1-2/+2
2005-09-24fix copy-and-paste errorkpfleming1-2/+2
2005-09-14update MANY more files with proper copyright/license info (thanks Ian!)kpfleming1-11/+23
2005-09-14allow channel receive gain to be adjusted while recording messages/greetings ...kpfleming1-620/+671
2005-09-09Set filaneme BEFORE we return from open_mailbox() if we don't have positive m...twisted1-1/+6
2005-09-07convert a bunch of apps to use ast_goto_if_exists() (issue #5138)kpfleming1-6/+2
2005-09-07eliminate signedness warnings (issue #5129)kpfleming1-18/+21
2005-08-29fix mem leak from not destrying config (issue #5048)russell1-1/+2
2005-08-25add optional 'extended ODBC storage' mode (issue #4403)kpfleming1-31/+279
2005-08-23do expensive 'next message number' calculation before playing sounds (issue #...kpfleming1-6/+13
2005-08-22make pager messages configurable (issue #4829)kpfleming1-3/+67
2005-08-22add 'restart' character to ast_control_playback function and ControlPlayback(...kpfleming1-1/+1
2005-08-17Fix password change bug (bug #4976)markster1-1/+1
2005-08-03Fix voicemail crash (bug #4800)markster1-2/+4
2005-08-01Make sure we don't close a mailbox if we didn't open one (bug #4800)markster1-1/+2
2005-08-01Minor voicemail fixup (related to 4800, but not the fix yet)markster1-3/+6
2005-07-28Remove per-context maxmsg which should never have made it in (bug #4843)markster1-18/+1
2005-07-20add OGG/Vorbis file format support (bug #4296)kpfleming1-1/+6
2005-07-15add a library of timeval manipulation functions, and change a large number of...kpfleming1-1/+1
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