aboutsummaryrefslogtreecommitdiffstats
path: root/main
AgeCommit message (Expand)AuthorFilesLines
2008-06-03When listing the manager users, managers in users.conf are not shown, eventilghman1-1/+66
2008-06-02Improve CLI command blacklist checking for the command manager action. Previ...russell1-9/+50
2008-05-30Fix a bug I found while testing for another issue.file1-14/+13
2008-05-29Fix a race condition in channel autoservice. There was still a small window ...russell1-60/+83
2008-05-29Add some debugging code that ensures that when we do deadlock avoidance, wetilghman1-0/+28
2008-05-29(closes issue #10668)murf1-33/+40
2008-05-27When showing an error message for a command, don't shorten the command output,tilghman1-1/+1
2008-05-27NULL character should terminate only commands back to the core, not logtilghman1-7/+14
2008-05-23Don't declare a function that takes variable arguments as inline, because it'srussell1-0/+14
2008-05-22Also remove preamble from asynchronous events (reported by jsmith on #asteris...tilghman1-0/+9
2008-05-21Strip the preamble from the output also when -rx is not being usedtilghman1-0/+8
2008-05-21Don't filter the magic character in the network verboser. It gets filteredrussell1-3/+0
2008-05-211) Don't print the verbose marker in front of every message from ast_verbose()russell1-0/+3
2008-05-21Don't display the verbose marker for calls to ast_verbose() that do not includerussell1-1/+5
2008-05-14Add ast_assert(), which can be used to handle fatal errors. It is only compiledrussell5-13/+8
2008-05-14Add linux-gnueabi in.file1-1/+1
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