Commit Graph

9201 Commits (22d37976f2b31ae56963a526f530b985e346e1df)
 

Author SHA1 Message Date
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
BJ Weschke f2611e36c3 This corrects the crash condition present in #7575, but I'm not really sure if it's the "right" fix. Please review and make any adjustments you see necessary.
19 years ago
Russell Bryant ca9ba719b6 Merge a new implementation of ast_inet_ntoa, our thread safe replacement for
19 years ago
Joshua Colp 1861dcdff5 Only bitmaskify the RTP payload structure for video if an RTP structure exists for it... otherwise the default values will cause codec combination madness
19 years ago
Russell Bryant 233aab68a6 add a verbose message to the AGI command, STREAM FILE, similar to the
19 years ago
North Antara 346c291a2d Remove "initialization from incompatible pointer type" warnings.
19 years ago
North Antara 1edb21b423 Fix a few doxygen warnings.
19 years ago
Russell Bryant 9dac8f0f09 add menuselect_stub.c to deps list
19 years ago
Russell Bryant 377ae8d648 add notes on the changes to music on hold handling
19 years ago
Kevin P. Fleming 6d0742fc16 merge Russell's 'hold_handling' branch, finally implementing music-on-hold handling the way it was decided at AstriDevCon Europe 2006 (and the way people really want it to be)
19 years ago
Kevin P. Fleming 54e1f06c46 make installation of French and Spanish sounds work properly
19 years ago
Kevin P. Fleming dce498f8ce use new sound file version
19 years ago
Mark Spencer 2b30934535 Fix some reinitialization of prev!
19 years ago
Kevin P. Fleming a353387ea7 restore buildability
19 years ago
Kevin P. Fleming 5aad4439e9 Merged revisions 37949 via svnmerge from
19 years ago
Kevin P. Fleming 886a6bd6f9 restore buildability (bad marko!)
19 years ago
Kevin P. Fleming e8d711723a revert this morning's incorrect indentation change
19 years ago
Mark Spencer 837910062b First pass at in-place file manipulation via manager
19 years ago