aboutsummaryrefslogtreecommitdiffstats
path: root/main
AgeCommit message (Expand)AuthorFilesLines
2008-03-27For FreeBSD, at least, the ifa_addr element could be NULL.tilghman1-1/+1
2008-03-27These small documentation updates made in response to a query inmurf1-0/+3
2008-03-27Put this flag back so we don't change the API.qwell1-0/+1
2008-03-26Remove excessive smoother optimization that was causing audio glitches (small...qwell1-17/+1
2008-03-25Add an option (transmit_silence) which transmits silence during both Record()...file2-2/+11
2008-03-20Shorten the ast_waitfor() timeout from 500 ms to 50 ms in the autoservice thr...russell1-1/+1
2008-03-19Make sure that the mark bit does not incorrectly cause video frame timestamps...file1-2/+2
2008-03-19(closes issue #11442)murf1-10/+21
2008-03-19Tweak spacing in a recent change because I'm very picky.russell1-1/+1
2008-03-18Put a maximum limit on the number of payloads accepted, and also make sure a ...file1-0/+3
2008-03-17Fix a logic flaw in the code that stores lock info which is displayedmmichelson1-1/+1
2008-03-17Backport revision 106439 from trunk. I didn't realize this was broken in 1.4...qwell1-41/+71
2008-03-16add missing break to case AST_CONTROL_SRCUPDATEmvanbaak1-0/+1
2008-03-13Fix another issue that was causing crashes in chanspy. This introduces a newrussell1-1/+7
2008-03-12(closes issue #12187, reported by atis, fixed by me after some brainstormingrussell1-8/+13
2008-03-12Add a trigger mode that triggers on both read and write. The actual function ...file1-14/+38
2008-03-12Destroy the channel lock after the channel datastores.russell1-1/+2
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