Commit Graph

12305 Commits (2bf8f9fca312d9e738ed4e9dda6256cc286cc54c)
 

Author SHA1 Message Date
Joshua Colp 1156daa2e4 Add missing NULLs at end of two ast_load_realtimes.
18 years ago
Mark Michelson 7decb0d343 Fix a deadlock in chan_local in local_hangup. There was contention because
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
Joshua Colp d35f5e39a2 Don't drop the old record route information when dealing with packets related to a reinvite.
18 years ago
Joshua Colp a0c14dbda3 Add autoconf logic for speexdsp. Later versions use a separate library for some things so we need to use it if present in codec_speex.
18 years ago
Russell Bryant 48a72bba86 Change a buffer in check_auth() to be a thread local dynamically allocated
18 years ago
Russell Bryant 7a007060bd Commit a fix for some memory access errors pointed out by the valgrind2.txt
18 years ago
Joshua Colp d355eb9c84 Based on the boundary found move over the correct amount.
18 years ago
Joshua Colp e3458a4976 Accept "; boundary=" not just ";boundary=" in the multipart mixed content type.
18 years ago
Mark Michelson d186a861cf Adding in appropriate unlocks for the locks I added. Thanks to joetester on IRC
18 years ago
Russell Bryant 9a241dd2b9 Revert a change that introduces an unacceptable performance hit and is causing
18 years ago
Mark Michelson 8e3c058e44 Fixing another compilation error. I'm a bit off today :(
18 years ago
Mark Michelson 1a95cfaf45 Oops. Last commit had compilation error.
18 years ago
Mark Michelson aa320d23a9 Adding explicit defaults for missing options to init_queue. This is necessary because
18 years ago
Tilghman Lesher 6efee0907d Add a connection timeout attribute, as that was what was intended with the
18 years ago
Russell Bryant 665c498c52 Fix up setting the EID on BSD based systems.
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
Joshua Colp ebdf2940b8 If the channel is hungup during RECORD FILE send a result code of -1 to be uniform with everything else.
18 years ago
Mark Michelson d97e842d55 Properly report the hangup cause as no answer when someone does not answer
18 years ago
Tilghman Lesher 42d3e979f6 Add another exception (which doesn't work) for -march optimization flag.
18 years ago
Russell Bryant 45f3890926 Backport the ability to set the ToS bits on Linux when not running as root.
18 years ago
Joshua Colp 441b809159 Ensure the return value of ast_bridge_call is passed back up as the application return value. This is needed for transfers to function so the PBX core knows to continue execution.
18 years ago
Tilghman Lesher 0b289ed1b6 Back out changes from revision 97077, since it wasn't perfect
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
Mark Michelson 87a55d5882 Let us leave a voicemail for ourself if we have logged into VoiceMailMain and chosen
18 years ago
Steve Murphy b04af32888 Applied the same fixes for ael.flex as was done in 97849 for ast_expr2.fl; overrode the normally generate yyfree func with our own version that checks the pointer for non-null before passing to free(). Also takes care of a little problem with 2.5.33 and the use of the __STDC_VERSION__ macro.
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 00b8f86349 Fix a comment that is no longer true.
18 years ago
Russell Bryant 142e5dd457 Remove other remnants of pbx_kdeconsole
18 years ago
Russell Bryant 742fd8127c Remove pbx_kdeconsole from the tree. It hasn't worked in ages, and nobody has
18 years ago
Joshua Colp 91762636b9 Don't try to copy the category from the group if no category exists.
18 years ago
Russell Bryant 3378ef39fd Strip terminal sequences from the verbose messages
18 years ago
Russell Bryant d8004449d5 Make pbx_gtkconsole build ... but doesn't actually load on my system still
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
Mark Michelson 2da89b6120 Part 2 of app_queue doxygen improvements. Some smaller functions this time
18 years ago
Russell Bryant eebd74ee97 Fix saying the parking space number to the caller doing the parking ...
18 years ago
Kevin P. Fleming ce81b232e3 report the same message whether Zaptel does not have transcoder support loaded or no transcoders were found
18 years ago
Philippe Sultan 863ef8d7d2 Set the caller id within the gtalk_alloc function.
18 years ago
Joshua Colp 7a3ee5a7fc Don't do conferencing totally in Zaptel if Monitor is running on the channel.
18 years ago
Kevin P. Fleming d235974bd6 pass the right variable to get an error string... oops
18 years ago
Kevin P. Fleming 7bfd21933f add error number output to ioctl failure messages to help with debugging
18 years ago
Tilghman Lesher 1f14e0cf39 Allow filename completion on zero-length modules, remove a memory leak, remove
18 years ago
Mark Michelson 34f994f017 use the \retval doxygen command properly
18 years ago
Mark Michelson 2a0748b0fe Part 1 of N of adding doxygen comments to app_queue. I picked some of the most common functions
18 years ago