summaryrefslogtreecommitdiff
path: root/channels/chan_unistim.c
AgeCommit message (Expand)Author
2009-05-21Const-ify the world (or at least a good part of it)Kevin P. Fleming
2009-05-07Send DTMF frame before playing back audio.Tilghman Lesher
2009-04-24Convert the ast_channel data structure over to the astobj2 framework.Russell Bryant
2009-04-22Do not continue to receive DTMF, when the channel is hungup and about to be d...Tilghman Lesher
2009-04-10Fix some uninitialized memory notices that appeared under valgrind.Joshua Colp
2009-04-03This commit introduces COLP/CONP and Redirecting party information into Aster...Mark Michelson
2009-04-02Merge in the RTP engine API.Joshua Colp
2009-03-25Improve performance of the ast_event cache functionality.Russell Bryant
2009-02-17Merge a large set of updates to the Asterisk indications API.Russell Bryant
2009-02-16Merged revisions 175921 via svnmerge from Michiel van Baak
2009-01-13Merged revisions 168561 via svnmerge from Russell Bryant
2008-09-28Merge the cli_cleanup branch.Michiel van Baak
2008-09-12Create a new config file status, CONFIG_STATUS_FILEINVALID for differentiatingTilghman Lesher
2008-08-09More RSW merges. This should do it for the channels/ dir.Sean Bright
2008-07-14Swap "static" and "const", so that "static" appears at the beginning of eachTilghman Lesher
2008-07-02Keep ast_app_inboxcount API compatible with 1.6.0.Tilghman Lesher
2008-05-22- revert change to ast_queue_hangup and create ast_queue_hangup_with_causeMichiel van Baak
2008-05-09Adding support for "urgent" voicemail messages. Messages which areMark Michelson
2008-04-24Pass the hangup cause all the way to the calling app/channel.Michiel van Baak
2008-04-21(closes issue #6113)Jeff Peeler
2008-04-18Make sure ADSI is marked as unavailable on Unistim channels so voicemail does...Joshua Colp
2008-04-15Shorten the mac address pattern, since some phones use different identifiers ...Jason Parker
2008-04-10Fix spelling of existent in a few places.Joshua Colp
2008-03-05Merged revisions 106235 via svnmerge from Joshua Colp
2008-02-05Get rid of any remaining ast_verbose calls in the code in favor of Mark Michelson
2007-12-18remove unnecessary (char *) casts for ast_config_AST_* variables.Luigi Rizzo
2007-12-18You... will... build! I say so and therefore you will.Joshua Colp
2007-12-18minor cleanupsKevin P. Fleming
2007-12-17fix building under cygwin.Luigi Rizzo
2007-12-17remove some unnecessary includesLuigi Rizzo
2007-12-17make the configure script detect that it is running on a Windows platform, an...Kevin P. Fleming
2007-12-17If no timezone is available use the default message.Joshua Colp
2007-12-17Make chan_unistim actually be able to unload. When creating a thread that you...Joshua Colp
2007-12-16HUGE improvements to QoS/CoS handling by IgorGOlle Johansson
2007-12-14Solaris compat fixesTilghman Lesher
2007-11-21remove another set of redundant #include "asterisk/options.h"Luigi Rizzo
2007-11-21Fix some code that was supposed to ensure that a buffer was terminated, but wasRussell Bryant
2007-11-20move asterisk/paths.h outside asterisk.h and into those filesLuigi Rizzo
2007-11-19include "logger.h" and errno.h from asterisk.h - usage shows that theyLuigi Rizzo
2007-11-17more removal of duplicate #include linesLuigi Rizzo
2007-11-16Start untangling header inclusion in a way that does not affectLuigi Rizzo
2007-11-12Doxygen fixes.Jason Parker
2007-11-12Fix building on FreeBSD by including/not including some headers.Joshua Colp
2007-11-08initialize a variable to silence compiler.Luigi Rizzo
2007-11-06Set up detection of IP_PKTINFO in autoconf for chan_unistimTilghman Lesher
2007-11-06convert uses of LOG_DEBUG to use ast_debug()Russell Bryant
2007-11-06Add jitterbuffer support to chan_unistim.Russell Bryant
2007-11-05Fix memory leaks and deadlocks in chan_unistim.Joshua Colp
2007-11-02fix some issues with crashing on unload, when it didn't completely load cleanlyRussell Bryant
2007-11-02Convert the CLI commands to the new formatRussell Bryant