aboutsummaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
2005-06-14remove pointless dereference (bug #4353)russell1-10/+5
2005-05-31fix recording of voicemail duration (bug #4288)russell1-11/+7
2005-05-31remove seemingly bogus line (bug #4299)russell1-1/+0
2005-05-31fix distinctive ring for queue members (bug #3978)russell1-0/+22
2005-05-31fix mem leak (bug #4318)russell1-2/+11
2005-05-16only initialize random number generators in one place (bug #4017)russell1-1/+0
2005-05-15ensure that calls to gethostbyname are null terminated,russell1-4/+4
2005-05-12remove unnecessary declaration (bug #4040)russell1-2/+0
2005-05-12*** empty log message ***russell3-4/+8
2005-05-10fix queue URL passing (bug #3543)russell1-3/+17
2005-04-15add some newlines and fix some misspellings (bug #4027)russell3-3/+3
2005-04-13add missing newline (bug #4018)russell1-1/+1
2005-04-05fix timeout with no password (bug #3589)russell1-8/+10
2005-04-04fix compile warning for FreeBSD (bug #3937)russell1-0/+1
2005-03-02prevent crash with some extra checks while doing authentication (bug #3686)russell1-5/+10
2005-02-27fix seg fault with combination of 'g' and # transfer (bug #3650)russell1-1/+1
2005-02-19fix misspelling of separate (bug #3607)russell2-2/+2
2005-02-09preserve original callerid functionality for 1.0 (bug #3490)russell1-6/+1
2005-01-29fix simultaneous voicemail messages -- Thanks Robert! (bug #3394)russell1-16/+29
2005-01-29fix DIALEDPEERNUMBER (bug #3427)russell1-2/+6
2005-01-23fix penalty behavior, thanks florian!! (bug #3114)russell1-27/+45
2005-01-17give outbound channels callerid of their extension after calling (bug #2489)russell1-1/+6
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-08cosmetic fixes (bug #3271)russell1-5/+5
2005-01-05fix an incorrect discription and some formatting (bug #3226)russell1-5/+8
2005-01-05change option to be consistent (old option still works, too) (bug #3163)russell1-1/+1
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-30update 'show app' output (bug #3170)russell1-5/+6
2004-12-27prevent seg faultsrussell1-3/+3
2004-12-20don't return -1 if user enters nothing (bug #3042)russell1-1/+2
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-15Make macro processing consistent with regular exten processing (bug #3044)russell1-1/+2
2004-12-06Add missing free's in rare circumstances (bug #2985)russell1-0/+3
2004-12-03canceled voicemail emails corrupt wav (bug 2957)russell1-1/+2
2004-11-25fix MEETMESECS (bug 2936)russell1-5/+6
2004-11-25get rid of stray '\n' (bug 2922)russell1-1/+1
2004-11-25Segfault if head caller times out of queue with moh running (bug 2891)russell1-1/+1
2004-11-09fix spelling error (bug 2810)russell1-1/+1
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 show applications output for forkcdr (bug #2677)russell1-2/+3
2004-10-25fix debug message for voicemail email (bug #2675)russell1-1/+1
2004-10-25Fix user event body (bug #2713)russell1-1/+1
2004-10-24Sending SMS with no hangup supervision will hang the channel (bug #2708)russell1-0/+1
2004-10-23fix potential segfault in MeetMeAdmin (bug #2681)russell1-2/+5
2004-10-23make operator=no work correctly, fix typo (bug #2665)russell1-19/+21
2004-10-16call ast_destroy on cfg appropriately (bug #2661)russell1-1/+5