aboutsummaryrefslogtreecommitdiffstats
path: root/main
AgeCommit message (Expand)AuthorFilesLines
2008-03-03It is possible for no audio to pass between the current digit and next digit ...file1-1/+8
2008-02-29Fix a major bug in autoservice. There was a race condition in the handling ofrussell1-0/+18
2008-02-28Fix a bug in the lock tracking code that was discovered by mmichelson. The i...russell1-5/+9
2008-02-28Make pbx_exec pass an empty string into applications, if we get NULL.qwell2-8/+4
2008-02-28Compatibility fix for PPC64tilghman1-1/+1
2008-02-27Two fixes:mmichelson1-5/+31
2008-02-27Bump a couple of more buffers up by 2 so that annoying warnings aren't generatedmmichelson1-2/+2
2008-02-27Ensure the session ID can't be 0.tilghman1-1/+6
2008-02-27Bump up the buffer by 2.file1-1/+1
2008-02-27Use the lock (which already existed, it just wasn't used) on the updaters lis...file1-6/+6
2008-02-27fallback to standard English prompts properly when using new prompt directory...kpfleming1-14/+22
2008-02-25Improve the lock tracking code a bit so that a bunch of old locks that threadsrussell1-1/+10
2008-02-25Allow the use of #include and #exec in situations where the max include depth...qwell1-1/+2
2008-02-21reduce the likelihood that HTTP Manager session ids will consist of primarily...kpfleming1-1/+1
2008-02-20Compat fix for Solaristilghman1-0/+2
2008-02-18Ensure that emulated DTMFs do not get interrupted by another begin frame.file1-1/+1
2008-02-18There was an invalid assumption when calculating the duration of a file that ...mmichelson1-1/+1
2008-02-18When a SIP channel is being auto-destroyed, it's possible for it to still betilghman1-0/+8
2008-02-18Backport fix from issue #9325.file1-2/+3
2008-02-15In the case that you try to directly reload a module has returned russell1-2/+10
2008-02-15Don't attempt to execute the reload callback for a module that returnedrussell1-1/+1
2008-02-12revert accidental change from last commit. oopsqwell1-3/+2
2008-02-12Remove condition that was impossible.qwell1-2/+3
2008-02-06Add missing header file and ASTERISK_FILE_VERSION usage.file1-0/+4
2008-02-04Cross-platform fix: OS X now deprecates the use of the daemon(3) API.tilghman1-0/+4
2008-02-01Compatibility fix for OpenWRT (reported by Brian Capouch via the mailing list)tilghman1-1/+9
2008-01-31Fix a couple of places where ast_frfree() was not called on a frame that camerussell2-0/+3
2008-01-31closes issue #11845; that's the one where there's a 1004 byte cdr leak with e...murf1-1/+2
2008-01-30Fix an issue where if a frame of higher sample size preceeded a frame of lowe...file1-2/+2
2008-01-29Fix the last couple of issues related to building from a path that contains s...russell1-2/+2
2008-01-28WaitExten didn't handle AbsoluteTimeout properly (went to 't' instead of 'T')tilghman1-1/+5
2008-01-28Make some deadlock related fixes. These bugs were discovered and reportedrussell1-2/+13
2008-01-27When deleting a task from the scheduler, ignoring the return value couldtilghman4-32/+13
2008-01-24Update main Asterisk copyright info to 2008russell1-5/+5
2008-01-24Fix compilation on Solaris.qwell1-3/+6
2008-01-23Just confirmed that all current platforms need this header filetilghman1-4/+1
2008-01-22Fix the defines for OS X (and Solaris, too)tilghman1-13/+13
2008-01-22Ensure that we can get an address even when we don't have a default route.tilghman1-2/+157
2008-01-19Fix a couple of memory leaks with frame handling. Specifically,russell1-1/+10
2008-01-18Revert adding the packed attribute, as it really doesn't make sense why thatrussell1-3/+3
2008-01-17missed that one while revertingpari1-1/+1
2008-01-17reverting 99001 - We need the Max-Age for extending the life of cookie manse...pari1-6/+2
2008-01-17Have IAX2 optimize the codec translation path just like chan_sip does it. Ifrussell1-1/+37
2008-01-17we should only send the Set-Cookie header to the browser on the first respons...kpfleming1-2/+6
2008-01-16Replace current spy architecture with backport of audiohooks. This should tak...file4-575/+687
2008-01-16Introduce a lock into the dialing API that protects it when destroying the st...file1-0/+15
2008-01-16Add two more SDP names for ulaw and alaw.file1-0/+2
2008-01-15Commit a fix for some memory access errors pointed out by the valgrind2.txtrussell4-11/+45
2008-01-14Revert a change that introduces an unacceptable performance hit and is causingrussell1-4/+2
2008-01-11Comment explaining how to force browser to always read some html files from s...pari1-0/+5