summaryrefslogtreecommitdiff
path: root/channels/chan_unistim.c
AgeCommit message (Expand)Author
2012-04-06Add missing newlines to CLI loggingKinsey Moore
2012-03-13Finalize ast_channel opaquificationTerry Wilson
2012-03-12Massive changes in chan_unistim channel driver. Include many fixes in channel...Igor Goncharovskiy
2012-03-01Opaquify ast_channel typedefs, fd arrays, and softhangup flagTerry Wilson
2012-02-29Opaquify ast_channel structs and listsTerry Wilson
2012-02-27Prefer ast_set_qos() over ast_netsock_set_qos()Sean Bright
2012-02-24Opaquification for ast_format structs in struct ast_channelTerry Wilson
2012-02-20ast_channel opaquification of pointers and integral typesTerry Wilson
2012-02-13Opaquify char * and char[] in ast_channelTerry Wilson
2012-02-01Constify some more channel driver technology callback parameters.Richard Mudgett
2012-01-24Opaquify channel stringfieldsTerry Wilson
2012-01-09Replace direct access to channel name with accessor functionsTerry Wilson
2011-11-30Remove the few places where we try to ast_verbose() without a newline.Tilghman Lesher
2011-10-09Merged revisions 339942 via svnmerge from Igor Goncharovskiy
2011-10-08Merged revisions 339885 via svnmerge from Igor Goncharovskiy
2011-10-08Merged revisions 339831 via svnmerge from Igor Goncharovskiy
2011-09-09Merged revisions 335078 via svnmerge from Matthew Jordan
2011-07-14Merged revisions 328247 via svnmerge from Leif Madsen
2011-05-05Merged revisions 317478 via svnmerge from Russell Bryant
2011-05-03Merged revisions 316265 via svnmerge from Russell Bryant
2011-04-22Merged revisions 314779 via svnmerge from Tzafrir Cohen
2011-02-03Asterisk media architecture conversion - no more format bitfieldsDavid Vossel
2010-12-20Some scheduler API cleanup and improvements.Russell Bryant
2010-07-14ast_callerid restructuringRichard Mudgett
2010-07-10Add support for devices with less than 3 lines on the LCD.Russell Bryant
2010-07-08Add IPv6 to Asterisk.Mark Michelson
2010-03-02fixes adaptive jitterbuffer configurationDavid Vossel
2009-12-01More 32->64 bit codec conversions.Tilghman Lesher
2009-11-04Expand codec bitfield from 32 bits to 64 bits.Tilghman Lesher
2009-08-12Always specify which RTP engine is desired for a new RTP instance.Russell Bryant
2009-06-26Merge the new Channel Event Logging (CEL) subsystem.Russell Bryant
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