Commit Graph

9218 Commits (5837bed6754205fe302ef0a0be90cb3584b70a8d)
 

Author SHA1 Message Date
Joshua Colp 5837bed675 Blocked revisions 38501 via svnmerge
19 years ago
Mark Spencer f2a6636210 Allow updates to match specific lines, allow specification of object or
19 years ago
Kevin P. Fleming 193aab348c update cleancount because the channel structure changed today
19 years ago
Kevin P. Fleming 21e3c3a561 play a beep tone into the spied-on channel if we are about to whisper to them
19 years ago
Kevin P. Fleming 4bc6613648 add ExtenSpy variant of ChanSpy
19 years ago
Russell Bryant 99f9d827c1 the pure attribute was not implemented before gcc 2.96. Since we have this
19 years ago
Russell Bryant 450db95711 add macros for the pure and const attributes to compiler.h, in case they ever
19 years ago
Russell Bryant d6246e579f Add the function attribute "pure" or "const" to various functions that perform
19 years ago
Kevin P. Fleming 88cea437ab just for fun, let's lock the whisper buffer for writing AND reading :-)
19 years ago
Russell Bryant b04f059b4a As discussed and decided on the asterisk-dev mailing list ...
19 years ago
Kevin P. Fleming 3314ea0d59 move slinfactory structure definition back to header... it's just easier to use this way
19 years ago
Joshua Colp 48c09ef517 Merged revisions 38420 via svnmerge from
19 years ago
Kevin P. Fleming d079b1c49f more slinfactory structure definition to inside implementation module
19 years ago
Kevin P. Fleming a8b85fda84 more simplification, and correct a bug i introduced in the last commit
19 years ago
Kevin P. Fleming 94fa23aaa1 remove local channel finding wrappers
19 years ago
Kevin P. Fleming 878e8fb901 block this patch from 1.2, it's already fixed here as part of a larger commit
19 years ago
Kevin P. Fleming 8af55b34ad restore infinite timeout for ast_waitfor() call
19 years ago
Kevin P. Fleming 22d37976f2 various cleanups:
19 years ago
Kevin P. Fleming 01e006c33c Merged revisions 38347 via svnmerge from
19 years ago
Russell Bryant 03356c2a4d fix seg fault when the parked call that timed out was the last one in the list
19 years ago
Russell Bryant 2842015aca Merged revisions 38328 via svnmerge from
19 years ago
Kevin P. Fleming 8b603fe8a5 Merged revisions 38310 via svnmerge from
19 years ago
Russell Bryant 1df50be628 Merged revisions 38288 via svnmerge from
19 years ago
Russell Bryant 7b8d8c9bb5 fix crashes with MALLOC_DEBUG enabled that were a result of my recent thread
19 years ago
Russell Bryant a43a350c3e fix some breakage of ast_cli() that resulted in seg faults on Josh's machine.
19 years ago
Russell Bryant c1bd5cfe39 fix setting the CFLAGS for building codec libs so that they are built with
19 years ago
Tilghman Lesher cc3029e871 Typo found on the -dev list
19 years ago
Tilghman Lesher a60a9b6637 Only unlock these if they were locked on entry
19 years ago
Joshua Colp 6d52c0b559 Merged revisions 38234 via svnmerge from
19 years ago
Russell Bryant d3a4d776df merge the changes from my ast_cli_tls branch ...
19 years ago
Russell Bryant d86d8ebdff This exact deadlock situation that I observed can't happen in trunk due to the
19 years ago
Steve Murphy 1bb760f347 Added a small fix to exclude the AMD optimized assembly file from being included in the compile.
19 years ago
Steve Murphy 921336593b blocked rev 38167 on the 1.2 branch from trunk, because it's
19 years ago
Joshua Colp cbf79ca489 Start out with cleared RTP payload structures instead of defaults. This should prevent issues where if a stream (audio/stream) is not present and it's RTP payload structure is combined with the overall capability then the capability would be every codec that Asterisk supports.
19 years ago
Luigi Rizzo 2c3bc8b1b3 move middle-of-the-block declaration at the top.
19 years ago
Luigi Rizzo d0ef036696 fix uninitialized variable
19 years ago
Joshua Colp 6810884f60 Only deal with getting the supported payloads on audio if an audio RTP stream exists
19 years ago
Russell Bryant fb94a4933b ast_malloc is sufficient here, since snprintf is called on the buffer
19 years ago
Russell Bryant a1fb7a2da3 Merge team/russell/ast_cli_tls into the trunk.
19 years ago
Russell Bryant 4103a6d8d7 fix a seg fault in this application if no context paramater is given
19 years ago
Russell Bryant ee4c121dec resolve another XXX comment by implementing proper handling of control frames
19 years ago
Russell Bryant 02077a8cae take the advice of an XXX comment and use an atomic operation to decrement a
19 years ago
Russell Bryant 0b6a420520 remove a stray newline
19 years ago
Russell Bryant 8f08d7cc13 update to mention svn instead of cvs
19 years ago
Russell Bryant 5830e9cb4f various cleanups regarding coding guidelines issues
19 years ago
Russell Bryant f21d43ad5e ast_pbx_outgoing_cdr_failed() is not used outside of pbx.c so make it static
19 years ago
Russell Bryant d897bd41c2 use ast_atomic_fetchadd_int in chan_zap, sip, and iax2 for usecount handling
19 years ago
Russell Bryant 41ab9c5015 remove an XXX comment and document that ast_autoservice_start() will return -1
19 years ago
Russell Bryant 8dad7e730e slightly simplify a loop and replace an open coded version of ast_skip_blanks
19 years ago
Russell Bryant 83749437a9 make ast_state2str thread safe by using thread local storage instead of a
19 years ago