summaryrefslogtreecommitdiff
path: root/channels/chan_oss.c
AgeCommit message (Expand)Author
2013-10-03Cache string values of formats on ast_format_cap() to save processing.Mark Michelson
2013-08-02Get rid of ast_bridged_channel() and the bridged_channel field on ast_channels.Mark Michelson
2012-10-14Doxygen Updates - Title updateAndrew Latham
2012-10-01Doxygen CleanupAndrew Latham
2012-08-21Fix misuses of asprintf throughout the code.Mark Michelson
2012-07-24chan_oss: fix "sample rate" error messageTzafrir Cohen
2012-05-14Commit framework for HANGUPCAUSE (replacement for SIP_CAUSE)Kinsey Moore
2012-03-08Eliminate a bunch of shadow warnings.Sean Bright
2012-02-29Opaquify ast_channel structs and listsTerry Wilson
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-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-02-03Asterisk media architecture conversion - no more format bitfieldsDavid Vossel
2010-08-15Support for GNU/kFreeBSDTzafrir Cohen
2010-07-14Expand the caller ANI field to an ast_party_idRichard Mudgett
2010-07-14ast_callerid restructuringRichard Mudgett
2010-06-09Merged revisions 269495 via svnmerge from Russell Bryant
2010-04-03Consolidate ast_channel.cid.cid_rdnis into ast_channel.redirecting.from.number.Richard Mudgett
2010-03-02fixes adaptive jitterbuffer configurationDavid Vossel
2009-11-12Fix mute toggling on OSS channels.Jason Parker
2009-11-04Expand codec bitfield from 32 bits to 64 bits.Tilghman Lesher
2009-08-10AST-2009-005Tilghman Lesher
2009-07-28Define side-effect-safe MIN and MAX macros and remove duplicate definitions f...Kevin P. Fleming
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-01-25Merged revisions 171187 via svnmerge from Tilghman Lesher
2008-12-18Numerous documentation updates.Joshua Colp
2008-12-05Janitor, use ARRAY_LEN() when possible.Eliel C. Sardanons
2008-11-04improve configure script to remember the previous value of each dependency in...Kevin P. Fleming
2008-11-02bring over all the fixes for the warnings found by gcc 4.3.x from the 1.4 bra...Kevin P. Fleming
2008-10-09(closes issue #13557)Steve Murphy
2008-09-28Merge the cli_cleanup branch.Michiel van Baak
2008-09-25(closes issue #13557)Steve Murphy
2008-09-12Create a new config file status, CONFIG_STATUS_FILEINVALID for differentiatingTilghman Lesher
2008-09-09Fix a memory leak in chan_ossMark Michelson
2008-06-30implement the 'freeze' function for incoming frames;Luigi Rizzo
2008-06-29implement a 'toggle' option for 'console mute' and 'console unmute'Luigi Rizzo
2008-05-22- revert change to ast_queue_hangup and create ast_queue_hangup_with_causeMichiel van Baak
2008-04-24Pass the hangup cause all the way to the calling app/channel.Michiel van Baak
2008-03-14Merged revisions 108796 via svnmerge from Russell Bryant
2008-03-05Merged revisions 106235 via svnmerge from Joshua Colp
2008-01-09make get_video_desc() return the active console ifLuigi Rizzo
2008-01-03eliminiate sound_thread() and other stuff from chan_oss since Asterisk indica...Kevin P. Fleming
2007-12-27remove useless castsLuigi Rizzo