Commit Graph

852 Commits (37d56a983f3f81dad28bb148ed93f460114b0534)

Author SHA1 Message Date
Tilghman Lesher e9d086a277 Fix the 'dialplan remove extension' logic, so that it a) works with cidmatch,
18 years ago
Kevin P. Fleming 0e91ad574f a couple of small Solaris-related fixes
18 years ago
Kevin P. Fleming 3b34ed635e ensure that DAHDI_INCLUDE and ZAPTEL_INCLUDE are added in all the places needed
18 years ago
Steve Murphy e9f5152eba The CDRfix4/5/6 omnibus cdr fixes.
18 years ago
Tilghman Lesher 65d72fd813 Merged revisions 127466 via svnmerge from
18 years ago
Tilghman Lesher db4ae54745 In this debugging function, copy to a buffer instead of using potentially unsafe pointers.
18 years ago
Jason Parker a9d6021211 Make sure to unlock the lock_info lock (huh?). Possible deadlock?
18 years ago
Tilghman Lesher 9b4a5d8310 Check for rtcp structure before trying to delete schedule.
18 years ago
Tilghman Lesher 634d72f549 If the last character in a string to be parsed is the delimiter, then we should
18 years ago
Brett Bryant f35ccc37be Merge revision 124064 from trunk. Add errors that report any locks held by threads when they are being closed.
18 years ago
Tilghman Lesher 64151b28f3 Change informative messages to use the _multiple variant when multiple formats
18 years ago
Tilghman Lesher f03638747b The RDTSC instruction was introduced on the Pentium line of microprocessors,
18 years ago
Tilghman Lesher 92047fec99 Add support for saying numbers in Hebrew.
18 years ago
Russell Bryant 82cf65f89a Fix a memory leak in astobj2 that was pointed out by seanbright. When a container
18 years ago
Mark Michelson 5cc15b3468 Short circuit the loop in autoservice_run if there are no channels to poll.
18 years ago
Jeff Peeler f9818af8dd Adds DAHDI support alongside Zaptel. DAHDI usage favored, but all Zap stuff should continue working. Release announcement to follow.
18 years ago
Tilghman Lesher 4767c11e8b Occasionally, the alertpipe loses its nonblocking status, so detect and correct
18 years ago
Steve Murphy 50449140e8 Arkadia tried to warn me, but the code added to ast_cdr_busy, _failed, and _noanswer was redundant. Didn't spot it until I was resolving conflicts in trunk. Ugh. Redundant code removed. It wasn't harmful. Just dumb.
18 years ago
Steve Murphy 5c2cf0f3c0 (closes issue #10668)
18 years ago
Terry Wilson c340004d76 Backport fix for 11520--for some reason I didn't do this back in February when I patched for trunk.
18 years ago
Tilghman Lesher 1c7d9e4c9a Make calls to ast_assert() actually test something, so that the error message
18 years ago
Joshua Colp 88f21bd666 Update BRIDGEPEER variable before we do a generic bridge in case we just broke out of a native bridge and fell through to generic.
18 years ago
Russell Bryant a3e4233c7d Do not attempt to do emulation if an END digit is received and the length is
18 years ago
Joshua Colp 7b230ded04 Fix a log message and add a message for when the dialplan is done reloading.
18 years ago
Jeff Peeler 27855de29f (closes issue #11594)
18 years ago
Tilghman Lesher 98b11ad0ee When listing the manager users, managers in users.conf are not shown, even
18 years ago
Russell Bryant 8a9d52bc7f Improve CLI command blacklist checking for the command manager action. Previously,
18 years ago
Joshua Colp 9f123152fa Fix a bug I found while testing for another issue.
18 years ago
Russell Bryant 9a01bdae26 Fix a race condition in channel autoservice. There was still a small window of opportunity
18 years ago
Tilghman Lesher 65808210e9 Add some debugging code that ensures that when we do deadlock avoidance, we
18 years ago
Steve Murphy e58b5c63c6 (closes issue #10668)
18 years ago
Tilghman Lesher 1a73396c9d When showing an error message for a command, don't shorten the command output,
18 years ago
Tilghman Lesher 7ca3880d4e NULL character should terminate only commands back to the core, not log
18 years ago
Russell Bryant a3d59980ea Don't declare a function that takes variable arguments as inline, because it's
18 years ago
Tilghman Lesher 2454daba41 Also remove preamble from asynchronous events (reported by jsmith on #asterisk-dev)
18 years ago
Tilghman Lesher 0b0f6a1a58 Strip the preamble from the output also when -rx is not being used
18 years ago
Russell Bryant 67634386e9 Don't filter the magic character in the network verboser. It gets filtered
18 years ago
Russell Bryant 2c4b2d92dd 1) Don't print the verbose marker in front of every message from ast_verbose()
18 years ago
Russell Bryant 8183ebfbcc Don't display the verbose marker for calls to ast_verbose() that do not include
18 years ago
Russell Bryant 4b2a679f9e Add ast_assert(), which can be used to handle fatal errors. It is only compiled
18 years ago
Joshua Colp 66bf888d62 Add linux-gnueabi in.
18 years ago
Mark Michelson 1167869a80 A change to the way channel locks are handled when DEBUG_CHANNEL_LOCKS is defined.
18 years ago
Russell Bryant 92ff649dd6 Fix an issue that I noticed in autoservice while mmichelson and I were debugging
18 years ago
Tilghman Lesher 2fc71fe563 If the socket dies (read returns 0=EOF), return immediately.
18 years ago
Mark Michelson f1696e2133 If a thread holds no locks, do not print any information on the thread when issuing
18 years ago
Russell Bryant 4a1081e590 Don't use a channel before checking for channel allocation failure.
18 years ago
Tilghman Lesher 273afe2080 Don't print the terminating NUL. (Closes issue #12589)
18 years ago
Tilghman Lesher 869b7b2b4d Separate verbose output from CLI output, by using a preamble.
18 years ago
Tilghman Lesher dceb0835da '#' is another reserved character for URIs that also needs to be escaped.
18 years ago
Russell Bryant 2f6cbc76ec Improve some broken cookie parsing code. Previously, manager login over HTTP
18 years ago