aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_voicemail.c
AgeCommit message (Expand)AuthorFilesLines
2006-05-13Bug 7134 - File descriptor leak with ODBC storage of voicemailtilghman1-2/+2
2006-05-09 Correct memory leak in find_user_realtime #7118 (fnordian)bweschke1-0/+1
2006-05-05 Voicemail fixes along with an API change approved by russellb to fix the bug...bweschke1-24/+36
2006-05-01 Correct a condition from the prior patch that could happen in rare circumsta...bweschke1-1/+1
2006-05-01 Make sure that when someone 0's out while recording a msg and then chooses t...bweschke1-1/+6
2006-04-26do not allow for users to forward voicemail tomogorman1-2/+2
2006-04-13Bug 6947 - Allow vm broadcasts to more than 256 characters worth of mailboxestilghman1-2/+8
2006-04-11Bug 6061 - Fix ODBC storage of VM on PGSQL and MSSQLtilghman1-1/+1
2006-04-11 When using the silence detector in ast_play_and_record() and ast_play_and_pr...bweschke1-1/+1
2006-04-08Bug 6914 - .txt file fails to rename on operator outtilghman1-1/+3
2006-03-25Fix incorrect size of zeroing (left over from when maxmsg was hardcoded at 100)tilghman1-3/+3
2006-03-25Bug 6783 - When context is specified, voicemail should look for mailboxes in ...tilghman1-2/+6
2006-03-24 Fix a typo in the app descriptionbweschke1-1/+1
2006-03-22Fix a minor code issuefile1-2/+3
2006-03-22Issue #6781 - Verbose levels not enforced in app_voicemail (Reported by flobi)file1-18/+36
2006-03-21Bug 6714 - Workaround to avoid retrieving incomplete voicemail messagetilghman1-2/+4
2006-02-19Fix possible lack of initialization of useadsitilghman1-1/+1
2006-02-16when executing the Directory application from voicemail and a context is notrussell1-2/+2
2006-02-09Revert behavior change from previous commit (fixes only)tilghman1-2/+2
2006-02-09Backport 5929 to 1.2tilghman1-30/+44
2006-01-12Bug 6211 - Add option deletevoicemail as equivalent to option delete for Real...tilghman1-2/+2
2006-01-11fix temp greetings with ODBC storage (issue #6078)russell1-1/+3
2006-01-11Bug 6192 - behave correctly when mailbox is specified as argumenttilghman1-3/+7
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