Commit Graph

1106 Commits (bae41357596e6ec24c1d1a222bc1036c469413c7)

Author SHA1 Message Date
Russell Bryant 5fdc354155 Fulfull a feature request from Qwell on the "core show locks" output. It will
18 years ago
Russell Bryant 2cc21a3e83 Show rwlocks in the "core show locks" output. Before, it only showed mutexes.
18 years ago
Russell Bryant 2ef9410363 Fix the AST_MODULE_INFO macro for C++ modules. The load and reload parameters
18 years ago
Dwayne M. Hubbard 7c4e477fde if an Agent is redirected, the base channel should actually be redirected. This was causing multiple issues, especially issue 7706 and BE-160
18 years ago
Russell Bryant d6b8fb4dc0 gcc 4.2 has a new set of warnings dealing with cosnt pointers. This set of
18 years ago
Russell Bryant 0f23b76a39 Add a new patch to handle interrupting the fgets() call when using FastAGI.
18 years ago
Russell Bryant 5213f548f5 Add checking for libusb here, so nobody has to deal with conflicts in the
18 years ago
Russell Bryant c8dd4e7430 Only compile in tracking astobj2 statistics if dev-mode is enabled. Also, when
18 years ago
Tilghman Lesher e28d1357de Working on issue #10531 exposed a rather nasty 64-bit issue on ast_mktime, so we
18 years ago
Tilghman Lesher 2fc5a853d4 Fix inline compiles on really old compilers (who uses gcc 2.7 anymore, really?)
18 years ago
Jason Parker 82c701b0eb This should fix a build issue that people building against uClibc were seeing with the addition of astobj2
18 years ago
Philippe Sultan 8e10babcbd Various string length fixes. Removed an unused variable in aji_client structure (context)
18 years ago
Russell Bryant aa3b7e22f5 Fix an issue that can occur when you do an attended transfer to parking. If
18 years ago
Tilghman Lesher f0cf18cc75 Solaris x86 compatibility fix
18 years ago
Russell Bryant c95389856a Remove the typedefs on ao2_container and ao2_iterator. This is simply because
18 years ago
Mark Michelson e0b90d3b06 Making match_by_addr into ao2_match_by_addr and making it available
18 years ago
Russell Bryant abc5bbdc36 Remove references to a debugging parameter that does not exist
18 years ago
Russell Bryant ed6d4ec72c When executing a dynamic feature, don't look it up a second time by digit pattern
18 years ago
Russell Bryant b2c65cf51d This is a hack to maintain old behavior of chan_iax2. This ensures that if
18 years ago
Russell Bryant e8c2f715b5 Add some more documentation on iterating ao2 containers. The documentation
18 years ago
Russell Bryant 566371bd50 Merge changes from team/russell/iax_refcount.
18 years ago
Steve Murphy b84f9590a0 ugh. removing the diffs from ulaw.h and alaw.h for now; accidentally added them in 80166
18 years ago
Steve Murphy 4b5a9ae533 This patch solves problem 1 in 8126; it should not slow down the alaw codec, but should prevent signal degradation via multiple trips thru the codec. Fossil estimates the twice thru this codec will prevent fax from working. 4-6 times thru would result hearable, noticeable, voice degradation.
18 years ago
Jason Parker f1cb3f70b7 Don't send a semicolon over the wire in sip notify messages.
18 years ago
Joshua Colp 924c88d3d0 Instead of accepting a single DTMF character accept a full string.
18 years ago
Joshua Colp 4f8857d608 Add an API call to allow the engine to know that DTMF was received.
18 years ago
Steve Murphy 241769b53c From a user complaint on #asterisk, I have forced pbx_spool to explain what reason codes mean, when they are logged
18 years ago
Russell Bryant d21e1596f8 The last set of changes that I made to "core show locks" made it not able to
18 years ago
Russell Bryant ad13307328 Fix the return value of AST_LIST_REMOVE(). This shouldn't be causing any
18 years ago
Russell Bryant 38a51a53db Fix compilation failure when MALLOC_DEBUG is enabled, but DEBUG_THREADS is not
18 years ago
Mark Michelson 05ba4d90d4 Changed the behavior of sip's realtime_peer function to match the corresponding way of matching for non-realtime peers.
18 years ago
Russell Bryant 2f41cceb1f Add some improvements to lock debugging. These changes take effect
18 years ago
Joshua Colp 68c221f69a Add some fixes for building on Solaris.
18 years ago
Joshua Colp bc7150c380 Extend autoconf logic to determine which version of gethostbyname_r is on the system.
18 years ago
Joshua Colp 35ceaca691 Add a flag to the speech API that allows an engine to set whether it received results or not.
18 years ago
Tilghman Lesher e5c3ef3388 Merged revisions 76934 via svnmerge from
18 years ago
Joshua Colp 5f37fa26d2 Instead of figuring out kernel versions that have compiler.h and not... let's just use autoconf to check for it's presence. (issue #10174 reported by francesco_r)
18 years ago
Jason Parker d4a7eb584f Merged revisions 74373 via svnmerge from
18 years ago
Russell Bryant ef2ae2f856 regenerate the configure script for rizzo
18 years ago
Russell Bryant cbdc6b5b2d To prevent 92138749238754 more reports of "I have unixodbc installed, but
18 years ago
Kevin P. Fleming ae82d97c6d use ast_localtime() in every place localtime_r() was being used
18 years ago
Jason Parker 0f45225441 Solaris 10 sometimes (?) needs this include in order to have NULL defined.
18 years ago
Olle Johansson ff2943dd59 Issue #9738 - Make sure we can unload res_jabber. Patch by phsultan - thanks!
18 years ago
Russell Bryant e7dd69eea8 Merged revisions 67715 via svnmerge from
18 years ago
Russell Bryant fe9a3bef4e This bug has been hanging over my head ever since I wrote this SLA code.
18 years ago
Russell Bryant d5fd0cff73 When shutting down "gracefully", go through and run the unload() callbacks for
18 years ago
Russell Bryant 35e7f6e86e Fix some compiler warnings in C++ modules.
18 years ago
Russell Bryant 19a2be29f3 Change a couple of header files to not use "new", which is a reserved keyword
18 years ago
Russell Bryant c061b86966 Checking for the strip application needs to be done with AC_PATH_TOOL
18 years ago
Jason Parker b4ea07a7eb Fix handling of zero-length frames when a codec is capable of native PLC.
18 years ago