Commit Graph

31 Commits (1ac2518c09db7a10d2810e8825d6561a64ffa890)

Author SHA1 Message Date
Joshua Colp feda76658e Merged revisions 114271 via svnmerge from
17 years ago
Jason Parker 8a9eb5810c Merged revisions 114141 via svnmerge from
17 years ago
Joshua Colp f850d7d9c0 Merged revisions 114024 via svnmerge from
17 years ago
Russell Bryant 90046983f7 Merged revisions 106239 via svnmerge from
17 years ago
Mark Michelson fe9821cc10 Get rid of any remaining ast_verbose calls in the code in favor of
18 years ago
Luigi Rizzo fd88390af7 remove unnecessary (char *) casts for ast_config_AST_* variables.
18 years ago
Joshua Colp acd40b76a3 You... will... build! I say so and therefore you will.
18 years ago
Kevin P. Fleming 98307c16ed minor cleanups
18 years ago
Luigi Rizzo 535705ca86 fix building under cygwin.
18 years ago
Luigi Rizzo 0b34b8e56c remove some unnecessary includes
18 years ago
Kevin P. Fleming 01f8a6959b make the configure script detect that it is running on a Windows platform, and report that information so that menuselect can use it (all information that is used to decide whether to build modules or not must be fed to menuselect so the user knows what will be built and why... don't make module build decisions in the makefiles, please)
18 years ago
Joshua Colp 97b3e7ec72 If no timezone is available use the default message.
18 years ago
Joshua Colp 6267956bda Make chan_unistim actually be able to unload. When creating a thread that you want to pthread_join you have to explicitly create it as joinable, and also if using pthread_cancel you have to have a pthread_testcancel to see if it has been called.
18 years ago
Olle Johansson 17afebc1a6 HUGE improvements to QoS/CoS handling by IgorG
18 years ago
Tilghman Lesher 7029e8fdd1 Solaris compat fixes
18 years ago
Luigi Rizzo 7e8835e0d7 remove another set of redundant #include "asterisk/options.h"
18 years ago
Russell Bryant 6d8d66e9e7 Fix some code that was supposed to ensure that a buffer was terminated, but was
18 years ago
Luigi Rizzo a23c055c3d move asterisk/paths.h outside asterisk.h and into those files
18 years ago
Luigi Rizzo 0595b5e2aa include "logger.h" and errno.h from asterisk.h - usage shows that they
18 years ago
Luigi Rizzo d82a631f9c more removal of duplicate #include lines
18 years ago
Luigi Rizzo fdb7f7ba3d Start untangling header inclusion in a way that does not affect
18 years ago
Jason Parker cfbc4f5fb8 Doxygen fixes.
18 years ago
Joshua Colp 098728eb64 Fix building on FreeBSD by including/not including some headers.
18 years ago
Luigi Rizzo 4216934121 initialize a variable to silence compiler.
18 years ago
Tilghman Lesher 32701f5031 Set up detection of IP_PKTINFO in autoconf for chan_unistim
18 years ago
Russell Bryant ca33f1e364 convert uses of LOG_DEBUG to use ast_debug()
18 years ago
Russell Bryant b164d5a675 Add jitterbuffer support to chan_unistim.
18 years ago
Joshua Colp b543e84ef6 Fix memory leaks and deadlocks in chan_unistim.
18 years ago
Russell Bryant 286840b7cb fix some issues with crashing on unload, when it didn't completely load cleanly
18 years ago
Russell Bryant a99e6015b2 Convert the CLI commands to the new format
18 years ago
Russell Bryant 267683eb19 Merge the code from asterisk/team/group/chan_unistim:
18 years ago