aboutsummaryrefslogtreecommitdiffstats
path: root/main
AgeCommit message (Expand)AuthorFilesLines
2008-03-11check for compiler support for -fno-strict-overflow before using it (tested w...kpfleming1-1/+1
2008-03-11fix up various compiler warnings found with gcc-4.3:kpfleming3-3/+9
2008-03-10Use non-global storage for eswitchtilghman1-11/+12
2008-03-10Fix another bug specifically related to asynchronous call origination. Once therussell1-1/+1
2008-03-10Fix some bugs related to originating calls. If the code failed to start a PBXrussell1-1/+8
2008-03-10Resolve a compiler warning.russell1-1/+1
2008-03-10Fix a race condition where the generator can go awayrussell1-1/+5
2008-03-10Move where unanswered CDRs are dropped to the CDR core, not everything uses a...file1-5/+6
2008-03-07Fix hardcoded grep in editline, were GNU grep is required.qwell1-1/+1
2008-03-07Ignore source update control frame.file1-0/+1
2008-03-07Properly initialize rtp->schedidtilghman1-0/+1
2008-03-07Safely use the strncat() function.tilghman4-9/+10
2008-03-06Quell an annoying message that is likely to print every single time that mmichelson1-3/+1
2008-03-05Add a control frame to indicate the source of media has changed. Depending on...file4-2/+21
2008-03-05Fix a bug that I just noticed in the RTP code. The calculation for setting therussell2-12/+4
2008-03-04In addition to setting the marker bit let's change our ssrc so they know for ...file1-0/+1
2008-03-04When a new source of audio comes in (such as music on hold) make sure the mar...file1-0/+14
2008-03-04Backport a minor bug fix from trunk that I found while doing random coderussell1-6/+10
2008-03-03Update the copyright information for autoservice. Most of the code in this filerussell1-1/+3
2008-03-03Merge in some changes from team/russell/autoservice-nochans-1.4russell3-5/+20
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