aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_unistim.c
AgeCommit message (Expand)AuthorFilesLines
2010-03-02Merged revisions 249893 via svnmerge from dvossel1-2/+3
2009-05-07Merged revisions 192938 via svnmerge from tilghman1-6/+5
2009-04-22Merged revisions 189911 via svnmerge from tilghman1-3/+3
2009-03-25Merged revisions 184339 via svnmerge from russell1-1/+0
2009-02-17Merge a large set of updates to the Asterisk indications API.russell1-7/+16
2009-02-16Merged revisions 175921 via svnmerge from mvanbaak1-3/+3
2009-01-13Merged revisions 168561 via svnmerge from russell1-3/+3
2008-09-28Merge the cli_cleanup branch.mvanbaak1-12/+12
2008-09-12Create a new config file status, CONFIG_STATUS_FILEINVALID for differentiatingtilghman1-0/+3
2008-08-09More RSW merges. This should do it for the channels/ dir.seanbright1-31/+35
2008-07-14Swap "static" and "const", so that "static" appears at the beginning of eachtilghman1-51/+51
2008-07-02Keep ast_app_inboxcount API compatible with 1.6.0.tilghman1-9/+10
2008-05-22- revert change to ast_queue_hangup and create ast_queue_hangup_with_causemvanbaak1-5/+5
2008-05-09Adding support for "urgent" voicemail messages. Messages which aremmichelson1-2/+2
2008-04-24Pass the hangup cause all the way to the calling app/channel.mvanbaak1-5/+5
2008-04-21(closes issue #6113)jpeeler1-0/+4
2008-04-18Make sure ADSI is marked as unavailable on Unistim channels so voicemail does...file1-0/+1
2008-04-15Shorten the mac address pattern, since some phones use different identifiers ...qwell1-1/+1
2008-04-10Fix spelling of existent in a few places.file1-3/+3
2008-03-05Merged revisions 106235 via svnmerge from file1-0/+1
2008-02-05Get rid of any remaining ast_verbose calls in the code in favor of mmichelson1-160/+137
2007-12-18remove unnecessary (char *) casts for ast_config_AST_* variables.rizzo1-4/+4
2007-12-18You... will... build! I say so and therefore you will.file1-0/+1
2007-12-18minor cleanupskpfleming1-3/+0
2007-12-17fix building under cygwin.rizzo1-0/+14
2007-12-17remove some unnecessary includesrizzo1-27/+2
2007-12-17make the configure script detect that it is running on a Windows platform, an...kpfleming1-0/+4
2007-12-17If no timezone is available use the default message.file1-2/+2
2007-12-17Make chan_unistim actually be able to unload. When creating a thread that you...file1-1/+2
2007-12-16HUGE improvements to QoS/CoS handling by IgorGoej1-2/+22
2007-12-14Solaris compat fixestilghman1-77/+57
2007-11-21remove another set of redundant #include "asterisk/options.h"rizzo1-1/+0
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