aboutsummaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
2005-12-13properly reset the 'next' pointer when duplicating the cdr (issue #5921)russell1-0/+1
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.0@7221 f38db490-d61...kpfleming73-0/+0
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.0@7220 f38db490-d61...kpfleming1-1/+0
2005-11-04add a couple missing queue_log entries (issue #5422)russell1-0/+2
2005-09-13ensure that user events are correctly identified (issue #5200)russell1-2/+2
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-08-04fix broken logic (bug #4879)russell1-1/+1
2005-08-03Fix memory leakmarkster1-1/+1
2005-07-25don't set the account code if one wasn't supplied (bug #4751)russell1-1/+3
2005-07-25remove some unnecessary checksrussell1-7/+3
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-07-11if the first user hangs up while being prompted for a pin, don't hold therussell1-22/+41
2005-07-07ensure buffer policy is restored after RAS is done with a channel (bug #4648)russell1-15/+12
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