aboutsummaryrefslogtreecommitdiffstats
path: root/main
AgeCommit message (Expand)AuthorFilesLines
2008-06-12Adds DAHDI support alongside Zaptel. DAHDI usage favored, but all Zap stuff s...jpeeler6-67/+138
2008-06-12Occasionally, the alertpipe loses its nonblocking status, so detect and correcttilghman1-3/+26
2008-06-12Arkadia tried to warn me, but the code added to ast_cdr_busy, _failed, and _n...murf1-12/+0
2008-06-12(closes issue #10668)murf1-0/+20
2008-06-11Backport fix for 11520--for some reason I didn't do this back in February whe...twilson2-4/+46
2008-06-11Make calls to ast_assert() actually test something, so that the error messagetilghman3-8/+7
2008-06-10Update BRIDGEPEER variable before we do a generic bridge in case we just brok...file1-0/+6
2008-06-09Do not attempt to do emulation if an END digit is received and the length isrussell1-1/+4
2008-06-04Fix a log message and add a message for when the dialplan is done reloading.file1-1/+1
2008-06-03(closes issue #11594)jpeeler1-0/+4
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