aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_voicemail.c
AgeCommit message (Expand)AuthorFilesLines
2006-03-25automerge commitroot1-5/+9
2006-03-24automerge commitroot1-1/+1
2006-03-22automerge commitroot1-20/+39
2006-03-21automerge commitroot1-2/+4
2006-02-19automerge commitroot1-1/+1
2006-02-16automerge commitroot1-2/+2
2006-02-09automerge commitroot1-30/+44
2006-01-13updating to current 1.2kpfleming1-6/+12
2006-01-09fix breakage introduced in revision 7871kpfleming1-1/+1
2006-01-09fix seg fault when using greek syntax in VoicemMailMain (issue #6142)russell1-2/+2
2005-12-22Bug 6050 SQL requires the use of single ticks to delimit values, not quotestilghman1-3/+3
2005-12-11Bug 5967tilghman1-1/+1
2005-12-08Bug 5960tilghman1-2/+2
2005-12-03Bug 5925: check for "Unknown", as that's what app_voicemail puts into the fie...tilghman1-4/+3
2005-12-02allow previous context-searching behavior to be used if desired (issue #5899)kpfleming1-9/+17
2005-12-02properly handle password changes when mailbox is last line of config file and...kpfleming1-70/+68
2005-11-30backport fix from trunktwisted1-2/+6
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@7221 f38db490-d61...kpfleming1-0/+0
2005-11-23issue #5829russell1-1/+0
2005-11-20issue #5774russell1-1/+2
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