Commit Graph

701 Commits (d0d93be4f4b042adef86bee5ca4eef5322908eb3)

Author SHA1 Message Date
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
Russell Bryant e6a8750fe7 Just in case the AST_FLAG_END_DTMF_ONLY flag was already set before starting
18 years ago
Russell Bryant 52df524ba0 When a channel is in autoservice, mark a flag on the channel that says that
18 years ago
Russell Bryant 1deba2c9ed Don't store DTMF BEGIN frames while a channel is in autoservice. It's just
18 years ago
Tilghman Lesher 540077b7b1 Race: we need to wait to queue a NewChannel event until after the channel is
18 years ago
Mark Michelson 8c7948fd44 Since we are freeing list elements within a list traversal, we need to use the safe
18 years ago
Russell Bryant 5977f8d5be Convert the contexts lock to a read/write lock to resolve a deadlock. This
18 years ago
Mark Michelson eac09a0cd0 Fixing Portuguese syntax for saying dates and times. Also some coding guidelines cleanup.
18 years ago
Tilghman Lesher 2f24e1b1bf Fix for restart-as-user problem reported via the -dev list
18 years ago
Mark Michelson 62fa8dfbfa Rework deadlock avoidance used in ast_write, since it meant that agent channels which were being monitored
18 years ago
Jason Parker 6fa23de8ac Missed a spot..
18 years ago
Jason Parker 7e7db434e4 What was I thinking when I wrote this masterpiece?
18 years ago
Joshua Colp 0a584613d6 Do not try to access information about a lock when printing out a trylock attempt. It is possible for the lock that it references to no longer be valid. This would have caused segfaults or deadlocks.
18 years ago
Russell Bryant 4965b39719 There are a lot of existing systems that #include non-existent files. So, to
18 years ago
Jason Parker 65cbfa5d0d Make application help text a little more clear about the use of extensions in a filename.
18 years ago
Jason Parker 8771f23fff If a typo is found in a config file, we previous continued on with what was already loaded.
18 years ago
Joshua Colp 7a1b94082c Fix potential memory leak with the dialed interfaces list if another memory allocation fails.
18 years ago