summaryrefslogtreecommitdiff
path: root/apps/app_voicemail.c
AgeCommit message (Expand)Author
2005-12-22Merged revisions 7601 via svnmerge fromTilghman Lesher
2005-12-11Merged revisions 7404,7406,7425,7427,7429-7430 via svnmerge from Russell Bryant
2005-12-08Bug 5960Tilghman Lesher
2005-12-04convert most of the option_*'s to a single ast_flags structure. Also, fix someRussell Bryant
2005-12-03Merging from 1.2, bug 5925 - app_voicemail should check for the callerid it s...Tilghman Lesher
2005-12-02Merged revisions 7265-7266,7268-7275 via svnmerge from Kevin P. Fleming
2005-11-30issue #5887Josh Roberson
2005-11-29remove extraneous svn:executable propertiesKevin P. Fleming
2005-11-23issue #5829Josh Roberson
2005-11-20issue #5774Josh Roberson
2005-11-16Make voicemail not terminate asterisk if no config fileJeremy McNamara
2005-11-12issue #5704Kevin P. Fleming
2005-11-12issue #5718Kevin P. Fleming
2005-11-12issue #5721Kevin P. Fleming
2005-11-12issue #5663 againKevin P. Fleming
2005-11-11issue #5663Kevin P. Fleming
2005-11-11clean up descriptions for the voicemail applicationsRussell Bryant
2005-11-08issue #5649Kevin P. Fleming
2005-11-08issue #5648Kevin P. Fleming
2005-11-07application doc updateKevin P. Fleming
2005-11-06issue #5605Russell Bryant
2005-11-06alphabetize option listsRussell Bryant
2005-11-06Handle ODBC forwarding properly (bug #5606)Mark Spencer
2005-11-03major update to arg/option parsing APIs and documentationKevin P. Fleming
2005-11-01when going through new user setup, don't change the password if they don'tRussell Bryant
2005-10-31handle comments containing what appear to be context names during voicemail.c...Kevin P. Fleming
2005-10-31don't use 'rowcount' after SELECT statements, since the ODBC API does not say...Kevin P. Fleming
2005-10-26remove unnecessary checks before calls to ast_strlen_zeroRussell Bryant
2005-10-24Doxygen documentation update from oej (issue #5505)Russell Bryant
2005-10-19Massive cleanups to applications for LOCAL_USER handling and some other things.Russell Bryant
2005-10-18it's a good idea to unregister everything before calling STANDARD_HANGUP_LOCA...Russell Bryant
2005-10-14ensure that message envelopes are retrieved from ODBC storage when advanced o...Kevin P. Fleming
2005-09-25correct logic errors (issue #5258)Kevin P. Fleming
2005-09-24fix copy-and-paste errorKevin P. Fleming
2005-09-14update MANY more files with proper copyright/license info (thanks Ian!)Kevin P. Fleming
2005-09-14allow channel receive gain to be adjusted while recording messages/greetings ...Kevin P. Fleming
2005-09-09Set filaneme BEFORE we return from open_mailbox() if we don't have positive m...Josh Roberson
2005-09-07convert a bunch of apps to use ast_goto_if_exists() (issue #5138)Kevin P. Fleming
2005-09-07eliminate signedness warnings (issue #5129)Kevin P. Fleming
2005-08-29fix mem leak from not destrying config (issue #5048)Russell Bryant
2005-08-25add optional 'extended ODBC storage' mode (issue #4403)Kevin P. Fleming
2005-08-23do expensive 'next message number' calculation before playing sounds (issue #...Kevin P. Fleming
2005-08-22make pager messages configurable (issue #4829)Kevin P. Fleming
2005-08-22add 'restart' character to ast_control_playback function and ControlPlayback(...Kevin P. Fleming
2005-08-17Fix password change bug (bug #4976)Mark Spencer
2005-08-03Fix voicemail crash (bug #4800)Mark Spencer
2005-08-01Make sure we don't close a mailbox if we didn't open one (bug #4800)Mark Spencer
2005-08-01Minor voicemail fixup (related to 4800, but not the fix yet)Mark Spencer
2005-07-28Remove per-context maxmsg which should never have made it in (bug #4843)Mark Spencer
2005-07-20add OGG/Vorbis file format support (bug #4296)Kevin P. Fleming