aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_voicemail.c
AgeCommit message (Expand)AuthorFilesLines
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.0@7221 f38db490-d61...kpfleming1-0/+0
2005-08-24fix crash related to saving a changed password (bug #4976)russell1-1/+1
2005-08-04fix potential crash in close_mailbox (bug #4800)russell1-3/+5
2005-07-12fix compiler warning (bug #4682)russell1-1/+1
2005-07-12update the password in memory as well when using externpass (bug #4602)russell1-2/+3
2005-05-31fix recording of voicemail duration (bug #4288)russell1-11/+7
2005-05-15ensure that calls to gethostbyname are null terminated,russell1-4/+4
2005-03-02prevent crash with some extra checks while doing authentication (bug #3686)russell1-5/+10
2005-01-29fix simultaneous voicemail messages -- Thanks Robert! (bug #3394)russell1-16/+29
2005-01-17working on the correct fix (bug #3080)russell1-1/+0
2005-01-13fix global operator=yes (bug #3080)russell1-1/+2
2005-01-05Add option to save a file after pressing '0' to go to the operator (bug #3057)russell1-2/+11
2005-01-04I got a crash in iax that I think is related to this timestamp patch, so I am...russell1-1/+1
2004-12-27prevent seg faultsrussell1-3/+3
2004-12-19fix language handling (bug #3023)russell1-90/+67
2004-12-15don't allow '#' as a voicemail password (bug #3066)russell1-11/+16
2004-12-03canceled voicemail emails corrupt wav (bug 2957)russell1-1/+2
2004-11-08fix voicemail debug output (bug #2789)russell1-1/+1
2004-10-26fix short message issue (bug #2723)russell1-2/+2
2004-10-25fix debug message for voicemail email (bug #2675)russell1-1/+1
2004-10-23make operator=no work correctly, fix typo (bug #2665)russell1-19/+21
2004-10-12add check for incorrect voicemail sequencing (bug #2436)russell1-8/+74
2004-10-08voicemail beep shouldn't be played till we get next message number (bug #2594)russell1-6/+6
2004-09-30update description for VoiceMailMain (bug #2546)russell1-1/+4
2004-09-20Fixup vm user struct (bug #2472)markster1-0/+1
2004-09-17Move routines from voicemail to app for general use (part of bug #752)markster1-645/+202
2004-09-15Make ADSI in voicemail configurable (bug #2209)markster1-9/+24
2004-09-06Add Czech digit/voicemail supportmarkster1-0/+78
2004-09-06Allow "-" in password to make it unchangable (bug #2386)markster1-2/+11
2004-09-05Don't prompt for password if one is not needed (bug #2385)markster1-9/+14
2004-09-05Fix some small voicemail password bugs (bug #2373)markster1-1/+5
2004-09-03Make sure shell version happens even if MySQL mailboxes are there (bug #2367)markster1-7/+7
2004-09-03Allow external program to be used to change password (bug #2357)markster1-4/+22
2004-09-03Use exitcontext when available (bug #2363)markster1-2/+8
2004-09-02If '#' is sent for username, use callerid if available (bug #2301)markster1-4/+16
2004-09-02Improve voicemail verbosity (bug #2351)markster1-0/+9
2004-08-16Merge MOG's first serious patch (new message patch) (bug #2071)markster1-82/+110
2004-08-06Fix pager voicemail notification from string (bug #2142), MOG's first patch!markster1-1/+21
2004-07-18Grab the Message-ID toomarkster1-1/+1
2004-07-17Make bound more unique (bug #2072)markster1-1/+1
2004-07-17Voicemail fixes (bug #1982)markster1-5/+11
2004-07-14Merge rgagnon's pedantic string changes (apps n-z) (bug #2038)markster1-42/+48
2004-07-09Add "skipaftercmd" option to voicemail to move to the next message automatica...markster1-2/+29
2004-07-08Don't free until after externnotify (bug #1993)markster1-2/+2
2004-07-08Re-fix bug #1977 (bug #1997)markster1-3/+2
2004-07-08Merge matt's voicemail patch with some restructuring (bug #1971)markster1-9/+15
2004-07-07Deprecate emailtitle since emailsubject is more powerful.markster1-1/+3
2004-07-07voicemail cleanups from rgagnon (bug #1977)markster1-86/+85
2004-07-01Fix missing context when calling app_hasvoicemail (bug #1962)markster1-3/+4
2004-07-01Reverse login on voicemail email sending. Last change made it send email onl...citats1-1/+1