Commit Graph

717 Commits (cb8ffc789efb08bc85ffa95d2ff6cae03381bc06)

Author SHA1 Message Date
Joshua Colp 82db5adb94 Add missing header file and ASTERISK_FILE_VERSION usage.
18 years ago
Tilghman Lesher 0dafcac660 Cross-platform fix: OS X now deprecates the use of the daemon(3) API.
18 years ago
Tilghman Lesher df1dc7741d Compatibility fix for OpenWRT (reported by Brian Capouch via the mailing list)
18 years ago
Russell Bryant e4ee2274a1 Fix a couple of places where ast_frfree() was not called on a frame that came
18 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
18 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.
18 years ago
Russell Bryant f8c69c7d92 Fix the last couple of issues related to building from a path that contains spaces.
18 years ago
Tilghman Lesher 44cdbc7d00 WaitExten didn't handle AbsoluteTimeout properly (went to 't' instead of 'T')
18 years ago
Russell Bryant ef78f25e8a Make some deadlock related fixes. These bugs were discovered and reported
18 years ago
Tilghman Lesher 7060a6888d When deleting a task from the scheduler, ignoring the return value could
18 years ago
Russell Bryant 8f27d3ce7c Update main Asterisk copyright info to 2008
18 years ago
Jason Parker 9bc4c3e533 Fix compilation on Solaris.
18 years ago
Tilghman Lesher d9f3861f72 Just confirmed that all current platforms need this header file
18 years ago
Tilghman Lesher fa20a738d7 Fix the defines for OS X (and Solaris, too)
18 years ago
Tilghman Lesher a0608084a9 Ensure that we can get an address even when we don't have a default route.
18 years ago
Russell Bryant a6b9a0e774 Fix a couple of memory leaks with frame handling. Specifically,
18 years ago
Russell Bryant 06d3c61a2e Revert adding the packed attribute, as it really doesn't make sense why that
18 years ago
Pari Nannapaneni f7eae72a2e missed that one while reverting
18 years ago
Pari Nannapaneni 0fed0a955f reverting 99001 - We need the Max-Age for extending the life of cookie mansession_id
18 years ago
Russell Bryant 6d0ee62540 Have IAX2 optimize the codec translation path just like chan_sip does it. If
18 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)
18 years ago
Joshua Colp fa640604de Replace current spy architecture with backport of audiohooks. This should take care of current known spy issues.
18 years ago
Joshua Colp a93c14cbfe Introduce a lock into the dialing API that protects it when destroying the structure.
18 years ago
Joshua Colp 1379764f4c Add two more SDP names for ulaw and alaw.
18 years ago
Russell Bryant 7a007060bd Commit a fix for some memory access errors pointed out by the valgrind2.txt
18 years ago
Russell Bryant 9a241dd2b9 Revert a change that introduces an unacceptable performance hit and is causing
18 years ago
Pari Nannapaneni ee32b1246d Comment explaining how to force browser to always read some html files from server.
18 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.
18 years ago
Mark Michelson d97e842d55 Properly report the hangup cause as no answer when someone does not answer
18 years ago
Russell Bryant 45f3890926 Backport the ability to set the ToS bits on Linux when not running as root.
18 years ago
Russell Bryant f826e84059 Fix samples vs. length calculations for g722
18 years ago
Russell Bryant 97ac0d3d1c Simplify this code with a suggestion from Luigi on the asterisk-dev list.
18 years ago
Russell Bryant 8fd3d8a51b Fix various timing calculations that made assumptions that the audio being
18 years ago
Tilghman Lesher 7f61492a42 1) When we get a translated frame out, clone it, because if the
18 years ago
Steve Murphy 9eeca94298 This is a fix for 2 things: a problem Terry was having in OSX with null pointers, which was my fault, as I probably forgot to run the sed script last time I made mods. So, I moved the fix into the flex input itself. Then, I found when I used flex 2.5.33, that it was using __STDC_VERSION__, and that's not real good; so I added back in a DIFFERENT sed script to fix that little mess. Tested everything, a couple different ways. Hope I did no harm, at the least.
18 years ago
Jason Parker 3b966ed04e Correctly display a message if a command could not be found.
18 years ago
Jason Parker 5583996b22 Fix some locking and return value funkiness. We really shouldn't be unlocking this lock inside of a function, unless we locked it there too.
18 years ago
Tilghman Lesher 1f14e0cf39 Allow filename completion on zero-length modules, remove a memory leak, remove
18 years ago
Tilghman Lesher 3acbb032f8 Increase constants to where we're less likely to hit them while debugging.
18 years ago
Tilghman Lesher 1b289c2998 Apply multiple crash fixes, found in issue #11386, but not completely
18 years ago
Russell Bryant b11422fe8f Don't pass an empty string as the device name.
18 years ago
Tilghman Lesher 8770045be8 Fix the problem of notification of a device state change to a device with a '-'
18 years ago
Mark Michelson 8fded490ce Avoiding a potentially bad locking situation. ast_merge_contexts_and_delete writelocks the conlock, then
18 years ago
Russell Bryant 8b3f41409e Don't report a syntax error when an empty string is passed to ast_get_group.
18 years ago
Mark Michelson 5dc1371bf2 Fixing a typo in a comment.
18 years ago
Russell Bryant c03ccc41f2 Now that the contexts lock is a read/write lock, it should not be locked here
18 years ago
Russell Bryant 67df6e008d Use the constant that I really meant to use here ...
18 years ago
Russell Bryant c792659cc7 Change ast_translator_best_choice() to only pay attention to audio formats.
18 years ago
Kevin P. Fleming eb4d447b78 make this comment explain the situation in an even more explicit fashion
18 years ago
Tilghman Lesher 3c3eb75062 Workaround for what is probably a glibc bug (but we'll see this crop up again
18 years ago