aboutsummaryrefslogtreecommitdiffstats
path: root/main
AgeCommit message (Expand)AuthorFilesLines
2008-05-21merge main/asterisk.c portion of 117519russell1-0/+8
2008-05-21merge 117479 from 1.4russell1-1/+5
2008-05-13A change to the way channel locks are handled when DEBUG_CHANNEL_LOCKS is def...mmichelson1-5/+15
2008-05-13Fix an issue that I noticed in autoservice while mmichelson and I were debuggingrussell1-5/+9
2008-05-13If the socket dies (read returns 0=EOF), return immediately.tilghman1-1/+1
2008-05-12If a thread holds no locks, do not print any information on the thread when i...mmichelson1-38/+40
2008-05-08Don't use a channel before checking for channel allocation failure.russell1-6/+6
2008-05-06Don't print the terminating NUL. (Closes issue #12589)tilghman1-1/+1
2008-05-05Separate verbose output from CLI output, by using a preamble.tilghman2-5/+41
2008-05-01'#' is another reserved character for URIs that also needs to be escaped.tilghman1-1/+1
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