aboutsummaryrefslogtreecommitdiffstats
path: root/main
AgeCommit message (Expand)AuthorFilesLines
2008-04-23Improve some broken cookie parsing code. Previously, manager login over HTTPrussell1-48/+39
2008-04-23Fix an issue that caused getting the correct next channel to not always work.russell1-1/+1
2008-04-23Store the manager session ID explicitly as 4 byte ID instead of a ulong. Therussell1-7/+7
2008-04-23Instead of stopping dialplan execution when SayNumber attempts to say a large...file1-1/+6
2008-04-22I thought I was going to be able to leave 1.4 alone, but that was not the case.russell3-11/+43
2008-04-18Don't destroy a manager session if poll() returns an error of EAGAIN.russell1-1/+1
2008-04-18Clearing up error messages so they make a bit more sense. Also removing a red...mmichelson1-2/+2
2008-04-17Remove redundant safety net. The check for the autoservice channel list staterussell1-4/+0
2008-04-17Add prototype for ast_dsp_frame_freed. I'm not sure how this wasmmichelson1-0/+1
2008-04-17It was possible for a reference to a frame which was part of a freed DSP to s...mmichelson2-1/+35
2008-04-14Increase the retry count when attempting to show channels. This apparentlymmichelson1-2/+2
2008-04-14Save a local copy of the generate callback prior to unlocking the channel inmmichelson1-1/+5
2008-04-14Don't change the SSRC when a new source comes into play, this might happen qu...file1-1/+0
2008-04-11It's possible that a channel can have an async goto on the successful executi...qwell1-2/+4
2008-04-10Fix 1.4 build when LOW_MEMORY is enabled.mmichelson1-0/+2
2008-04-10Only try to prefix language if we are not using an absolute path (suffix it o...qwell1-6/+1
2008-04-08Work around some silliness caused by sys/capability.h - this should fix compi...qwell1-5/+6
2008-04-08If audio suddenly gets fed into one side of a channel after a lapse of frames...file2-4/+31
2008-04-07This fix prevents a deadlock that was experienced in chan_local. There wasmmichelson1-0/+10
2008-04-04Pass in the path to Zaptel for systems that install Zaptel headers in a separ...file1-0/+1
2008-04-04One thing at a time... let's get 1.4 building.file1-1/+5
2008-04-03add a Zaptel timer check to verify the timer is responding when Zaptel suppor...dhubbard1-1/+29
2008-04-02Fix a race condition in the manager. It is possible that a new manager eventmmichelson1-0/+13
2008-04-01Disable Packet2Packet bridging when we need to feed DTMF frames into the core...file1-3/+3
2008-04-01Initialize the __res_state structure used for dns purposesmmichelson1-0/+1
2008-04-01Ensure that we do not exceed the hold's maximum size with a single frame.file1-0/+3
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