aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2006-10-02Shrink when current_ioc is unused. It is set to -1 when unused, not 0. (issue...file1-1/+1
2006-10-02fixed the hold/retrieve/transfer issues, removed a useless bc field, added se...crichter3-88/+170
2006-10-01Fix the name of the "eventmemberstatus" option in the sample queues.confrussell1-2/+2
2006-09-29proper fix for ast_group_t changekpfleming1-3/+3
2006-09-28Put in missing \ns on the end of ast_logs (issue #7936 reported by wojtekka)file13-24/+21
2006-09-28fix buggy (and overly complex) loop used during reload of app_queue for stati...kpfleming1-17/+15
2006-09-28 app_queue is comparing the device names incorrectly while checking their sta...bweschke1-2/+16
2006-09-28eliminate compiler warning introduced by recent changeskpfleming1-1/+1
2006-09-28Stop the stream after waitstream returns so that our formats get restored. (i...file1-1/+6
2006-09-28 Fix race condion crash with get_member_status (#7864 - tim_ringenbach report...bweschke1-1/+4
2006-09-27Avoid inability to lock directory log message by creating the directory ahead...tilghman1-1/+3
2006-09-27Playback() wasn't setting PLAYBACKSTATUS under several circumstances.qwell2-5/+6
2006-09-27Fix a problem that occurred if a user entered a digit that matched a bridgerussell2-9/+12
2006-09-27fixed a bug which led to chan_list zombies, when the call could not be proper...crichter3-26/+9
2006-09-26Back in revision 4798, this message was changed from using ast_cli() to directlyrussell1-1/+1
2006-09-26I changed the channel structure... let's be sure this gets updated!file1-1/+1
2006-09-26Use proper type to represent the group variable (issue #8025 reported by makoto)file2-3/+3
2006-09-26When parsing the sections of voicemail.conf that contain mailbox definitions,russell1-2/+3
2006-09-25Two bugs when forwarding voicemail (Issue 7824):tilghman1-78/+1
2006-09-24Check to see if the channel that is activating the IAXPEER function is actuallyrussell1-0/+5
2006-09-22Yay another 'round of spy fixes! This fixes a small logic flaw with the clean...file2-93/+85
2006-09-21Whitespace change... really just an excuse to test repotoolstilghman1-48/+47
2006-09-21TDS 0.64 updatestilghman2-8/+16
2006-09-20make some more functions statickpfleming3-7/+7
2006-09-19fixes some verbose vs debug issues. patch from bug 2617mogorman8-17/+18
2006-09-19cid is passed to a destructive function; thus a copy is needed (issue 7961)tilghman1-2/+2
2006-09-18Issue #7682 - don't add contacts to 4xx responses. oej1-1/+1
2006-09-18Add deprecation notice about app_math (issue #7957 reported by k-egg)file1-1/+2
2006-09-18Clarified what "callwaiting" does in zapata.conf.murf1-1/+4
2006-09-18Add number unobtainable tone for New Zealand (issue #7969 reported by nic_bel...file1-0/+1
2006-09-17Directory used the wrong context for delivery of 0- and *- keypressestilghman1-2/+2
2006-09-16When a realtime peer expires, reset the ipaddress in the realtime database ba...tilghman1-0/+2
2006-09-16When the marked user enters the conference, we should no longer timeouttilghman1-0/+2
2006-09-14Error message references wrong argument (Issue 7951)tilghman1-1/+1
2006-09-13Backport bugfix patch from 7918 to 1.2 - msg_cfg destroyed before usedtilghman1-4/+11
2006-09-11When paging, only wait 5 seconds for the marked user to enter the conference.tilghman2-9/+27
2006-09-11Spelling/grammar fixes (Issue 7929)tilghman15-37/+37
2006-09-11Two grammar issues (bug 7927)tilghman1-2/+2
2006-09-09Only truly consider the channel in the same format if the format matches the ...file1-1/+1
2006-09-09- Reset proper flagoej1-6/+4
2006-09-08Swap spies during masqueradingfile1-0/+23
2006-09-08Jump logic was backwards: goto returns 0 if it succeeds, and we should jump ...tilghman1-1/+1
2006-09-08Use ast_best_codec to set the read/write formatfile1-9/+10
2006-09-07Format vulnerability fix - allowing the user to specify a format is not a goo...tilghman1-1/+29
2006-09-07Let's use the same thing we use in other places to calculate our time for ast...file1-3/+4
2006-09-07This should fix the problem reported in 7564: logger config file errors getti...murf1-63/+69
2006-09-06added hours,minutes,seconds .gsm files to the install portion of the makefile...murf1-1/+1
2006-09-06Don't close the second file descriptor if it's the same as the first one, as ...file1-1/+2
2006-09-06 Look ma! No more deadlocks! <sic>bweschke1-2/+15
2006-09-06fixed pipe consuming bug when using chanIsAvail (#7878), also moved a debug l...crichter1-3/+7