aboutsummaryrefslogtreecommitdiffstats
path: root/main
AgeCommit message (Expand)AuthorFilesLines
2009-03-02Fix issue where changing the volume of both directions of audio did not work.file1-2/+4
2009-02-27Merged revisions 178956 via svnmerge from murf1-1/+1
2009-02-26Sound confirmation of call pickup success.tilghman1-0/+14
2009-02-26Merged revisions 178804 via svnmerge from murf1-2/+9
2009-02-26Fix an issue where the timer for file playback would not be stopped if DAHDI ...file1-2/+0
2009-02-26Ensure there is a valid tone part before trying to play tones.file1-0/+5
2009-02-25Picky, picky buildbotstilghman1-1/+1
2009-02-25Use notification when timezone files change and re-scan then.tilghman1-0/+159
2009-02-25Merged revisions 178508 via svnmerge from russell1-1/+1
2009-02-24Apparently, a void cast doesn't override warn_unused_result.tilghman1-1/+4
2009-02-24The 3 possible errors with pipe(2) are all impossible in this situation.tilghman1-1/+1
2009-02-24Merged revisions 178373 via svnmerge from russell1-2/+4
2009-02-24Use a SIGPIPE to kill the process, instead of depending upon the astcanary pr...tilghman1-1/+17
2009-02-23Merged revisions 178141 via svnmerge from russell1-6/+3
2009-02-23Fix a regression in scheduler entry ordering, and add a regression test for it.russell1-1/+1
2009-02-21add extra check for sysinfo/sysctlmvanbaak1-0/+2
2009-02-21Trailing whitespace, minor coding guideline fixes, and start beefing up theseanbright1-67/+68
2009-02-20Merged revisions 177786 via svnmerge from tilghman1-11/+11
2009-02-20Allow semicolons to be escaped, when passing arguments to the System command.tilghman1-0/+27
2009-02-19Merged revisions 177540 via svnmerge from murf2-1940/+166
2009-02-19Fix mismerge from revision 176708 pointed out by Kaloyan Kovachev on thejpeeler1-1/+0
2009-02-18Handle negative length and eliminate a condition that is always true.tilghman1-6/+5
2009-02-18fix two very minor bugs: if anyone ever uses SLINEAR16 as a format in RTP, en...kpfleming1-2/+2
2009-02-18Locking issue in action_bridge and bridge_execdvossel1-30/+45
2009-02-18Fixed error where a check for an zero length, terminated string was needed.dbailey1-1/+1
2009-02-18Need to take into account the \0 terminator of the old string to determine th...dbailey1-1/+1
2009-02-18This patch fixes merge_contexts_and_delete so it does not deadlock when hints...murf1-17/+110
2009-02-18Fix a number of incorrect uses of strncpy().russell1-8/+15
2009-02-18suppress smoothers for Siren codecs as well as Speex and G.723.1kpfleming1-8/+19
2009-02-17Merged revisions 176701 via svnmerge from jpeeler2-14/+31
2009-02-17Update the timing API to have better support for multiple timing interfaces.russell2-86/+120
2009-02-17Significantly improve scheduler performance under high load.russell1-81/+71
2009-02-17Add an implementation of the heap data structure.russell2-1/+285
2009-02-17Merge a large set of updates to the Asterisk indications API.russell6-303/+846
2009-02-17Fix a race condition that caused device states to become incorrect for hints.russell1-1/+1
2009-02-17If there are no realtime engines, there's no reason to check for realtime fam...oej1-0/+3
2009-02-16Might want to update the buffer pointer after a realloc (or we crash)tilghman1-0/+6
2009-02-16Merged revisions 176216 via svnmerge from kpfleming1-18/+38
2009-02-16Assist proper thread synchronization when stopping the logger thread.mmichelson1-2/+7
2009-02-16Make the causes array static, and remove the type name as it is not needed.russell1-1/+1
2009-02-15Make ast_sched_report() and ast_sched_dump() thread safe.russell1-2/+5
2009-02-15Fix a number of problems with ast_sched_report().russell1-22/+15
2009-02-13add missing </para>russell1-1/+1
2009-02-13Add basic (passthrough, playback, record) support for ITU G.722.1 and G.722.1...kpfleming2-64/+125
2009-02-12Merged revisions 175311 via svnmerge from tilghman1-23/+51
2009-02-12Merged revisions 175294 via svnmerge from jpeeler1-1/+8
2009-02-12Merged revisions 175187 via svnmerge from jpeeler1-1/+2
2009-02-12Merged revisions 175124 via svnmerge from russell1-0/+15
2009-02-12Make lock information for ao2_trylock be more useful and gnarlymmichelson1-1/+10
2009-02-11Fix 'd' option for app_dial and add new option to Answer applicationmmichelson2-6/+36