aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_voicemail.c
AgeCommit message (Expand)AuthorFilesLines
2005-12-27Bug 5382 - Allow VM_CATEGORY in voicemail emailstilghman1-14/+18
2005-12-25Bug 5727 - reduce duplicate codetilghman1-94/+64
2005-12-22Merged revisions 7601 via svnmerge fromtilghman1-3/+3
2005-12-11Merged revisions 7404,7406,7425,7427,7429-7430 via svnmerge from russell1-1/+1
2005-12-08Bug 5960tilghman1-2/+2
2005-12-04convert most of the option_*'s to a single ast_flags structure. Also, fix somerussell1-3/+3
2005-12-03Merging from 1.2, bug 5925 - app_voicemail should check for the callerid it s...tilghman1-5/+4
2005-12-02Merged revisions 7265-7266,7268-7275 via svnmerge from kpfleming1-79/+85
2005-11-30issue #5887twisted1-2/+6
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7221 f38db490-d61c-443f-...kpfleming1-0/+0
2005-11-23issue #5829twisted1-1/+0
2005-11-20issue #5774twisted1-0/+1
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