Commit Graph

739 Commits (70d43ff1d2e489faf83bbf2be3ddfda66d6d0964)

Author SHA1 Message Date
Russell Bryant 679cc09b1d Fix a major bug in autoservice. There was a race condition in the handling of
19 years ago
Russell Bryant 12e5fb358a Fix a bug in the lock tracking code that was discovered by mmichelson. The issue
19 years ago
Jason Parker 6c3d62c1fa Make pbx_exec pass an empty string into applications, if we get NULL.
19 years ago
Tilghman Lesher a032456cb8 Compatibility fix for PPC64
19 years ago
Mark Michelson 55b49506fa Two fixes:
19 years ago
Mark Michelson 45079917ec Bump a couple of more buffers up by 2 so that annoying warnings aren't generated
19 years ago
Tilghman Lesher 11550c7be6 Ensure the session ID can't be 0.
19 years ago
Joshua Colp 451ee5b1d4 Bump up the buffer by 2.
19 years ago
Joshua Colp 97869f4771 Use the lock (which already existed, it just wasn't used) on the updaters list to protect the contents instead of the overall module list lock.
19 years ago
Kevin P. Fleming 8a9e7e213b fallback to standard English prompts properly when using new prompt directory layout
19 years ago
Russell Bryant ac15754e9a Improve the lock tracking code a bit so that a bunch of old locks that threads
19 years ago
Jason Parker e1fb43d32a Allow the use of #include and #exec in situations where the max include depth was only 1.
19 years ago
Kevin P. Fleming d105ba22fa reduce the likelihood that HTTP Manager session ids will consist of primarily '1' bits
19 years ago
Tilghman Lesher 494aeb94ac Compat fix for Solaris
19 years ago
Joshua Colp 0433ee65ae Ensure that emulated DTMFs do not get interrupted by another begin frame.
19 years ago
Mark Michelson 1726d5ef4e There was an invalid assumption when calculating the duration of a file that the filestream in question
19 years ago
Tilghman Lesher 4306df31b1 When a SIP channel is being auto-destroyed, it's possible for it to still be
19 years ago
Joshua Colp ba72af8c11 Backport fix from issue #9325.
19 years ago
Russell Bryant 468e53a6de In the case that you try to directly reload a module has returned
19 years ago
Russell Bryant 97bf3c5ace Don't attempt to execute the reload callback for a module that returned
19 years ago
Jason Parker 335e583040 revert accidental change from last commit. oops
19 years ago
Jason Parker 3bc94a27ca Remove condition that was impossible.
19 years ago
Joshua Colp 82db5adb94 Add missing header file and ASTERISK_FILE_VERSION usage.
19 years ago
Tilghman Lesher 0dafcac660 Cross-platform fix: OS X now deprecates the use of the daemon(3) API.
19 years ago
Tilghman Lesher df1dc7741d Compatibility fix for OpenWRT (reported by Brian Capouch via the mailing list)
19 years ago
Russell Bryant e4ee2274a1 Fix a couple of places where ast_frfree() was not called on a frame that came
19 years ago
Steve Murphy 595ab7340d closes issue #11845; that's the one where there's a 1004 byte cdr leak with every AMI Redirect to a zap channel
19 years ago
Joshua Colp 7b31f51cf9 Fix an issue where if a frame of higher sample size preceeded a frame of lower sample size and ast_slinfactory_read was called with a sample size of the combined values or higher a crash would happen.
19 years ago
Russell Bryant f8c69c7d92 Fix the last couple of issues related to building from a path that contains spaces.
19 years ago
Tilghman Lesher 44cdbc7d00 WaitExten didn't handle AbsoluteTimeout properly (went to 't' instead of 'T')
19 years ago
Russell Bryant ef78f25e8a Make some deadlock related fixes. These bugs were discovered and reported
19 years ago
Tilghman Lesher 7060a6888d When deleting a task from the scheduler, ignoring the return value could
19 years ago
Russell Bryant 8f27d3ce7c Update main Asterisk copyright info to 2008
19 years ago
Jason Parker 9bc4c3e533 Fix compilation on Solaris.
19 years ago
Tilghman Lesher d9f3861f72 Just confirmed that all current platforms need this header file
19 years ago
Tilghman Lesher fa20a738d7 Fix the defines for OS X (and Solaris, too)
19 years ago
Tilghman Lesher a0608084a9 Ensure that we can get an address even when we don't have a default route.
19 years ago
Russell Bryant a6b9a0e774 Fix a couple of memory leaks with frame handling. Specifically,
19 years ago
Russell Bryant 06d3c61a2e Revert adding the packed attribute, as it really doesn't make sense why that
19 years ago
Pari Nannapaneni f7eae72a2e missed that one while reverting
19 years ago
Pari Nannapaneni 0fed0a955f reverting 99001 - We need the Max-Age for extending the life of cookie mansession_id
19 years ago
Russell Bryant 6d0ee62540 Have IAX2 optimize the codec translation path just like chan_sip does it. If
19 years ago
Kevin P. Fleming af7670bca8 we should only send the Set-Cookie header to the browser on the first response after creating a manager session, not on every response (doing so causes the browser to clear any local cookies it may have associated with the session)
19 years ago
Joshua Colp fa640604de Replace current spy architecture with backport of audiohooks. This should take care of current known spy issues.
19 years ago
Joshua Colp a93c14cbfe Introduce a lock into the dialing API that protects it when destroying the structure.
19 years ago
Joshua Colp 1379764f4c Add two more SDP names for ulaw and alaw.
19 years ago
Russell Bryant 7a007060bd Commit a fix for some memory access errors pointed out by the valgrind2.txt
19 years ago
Russell Bryant 9a241dd2b9 Revert a change that introduces an unacceptable performance hit and is causing
19 years ago
Pari Nannapaneni ee32b1246d Comment explaining how to force browser to always read some html files from server.
19 years ago
Joshua Colp aa95b890ea If the incoming RTP stream changes codec force the bridge to break if the other side does not support it.
19 years ago