aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_unistim.c
AgeCommit message (Expand)AuthorFilesLines
2007-11-21Fix some code that was supposed to ensure that a buffer was terminated, but wasrussell1-30/+7
2007-11-20move asterisk/paths.h outside asterisk.h and into those filesrizzo1-0/+1
2007-11-19include "logger.h" and errno.h from asterisk.h - usage shows that theyrizzo1-2/+0
2007-11-17more removal of duplicate #include linesrizzo1-1/+0
2007-11-16Start untangling header inclusion in a way that does not affectrizzo1-4/+0
2007-11-12Doxygen fixes.qwell1-1/+1
2007-11-12Fix building on FreeBSD by including/not including some headers.file1-0/+1
2007-11-08initialize a variable to silence compiler.rizzo1-1/+1
2007-11-06Set up detection of IP_PKTINFO in autoconf for chan_unistimtilghman1-4/+0
2007-11-06convert uses of LOG_DEBUG to use ast_debug()russell1-6/+6
2007-11-06Add jitterbuffer support to chan_unistim.russell1-1/+22
2007-11-05Fix memory leaks and deadlocks in chan_unistim.file1-37/+53
2007-11-02fix some issues with crashing on unload, when it didn't completely load cleanlyrussell1-3/+9
2007-11-02Convert the CLI commands to the new formatrussell1-78/+116
2007-11-02Merge the code from asterisk/team/group/chan_unistim:russell1-0/+5628