summaryrefslogtreecommitdiff
path: root/channels/chan_oss.c
AgeCommit message (Expand)Author
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
2007-12-22Build console_video support by linking in, as opposed to including,Luigi Rizzo
2007-12-20add some macros to simplify parsing the config file,Luigi Rizzo
2007-12-17surprising as it may be, chan_oss compiles correctly under cygwin as well,Luigi Rizzo
2007-12-17make the configure script detect that it is running on a Windows platform, an...Kevin P. Fleming
2007-12-15remove some redundant headersLuigi Rizzo
2007-11-23put in the necessary hooks for video support in the console.Luigi Rizzo
2007-11-21remove another set of redundant #include "asterisk/options.h"Luigi Rizzo
2007-11-19include "logger.h" and errno.h from asterisk.h - usage shows that theyLuigi Rizzo
2007-11-16Start untangling header inclusion in a way that does not affectLuigi Rizzo
2007-11-16move the inner part of config file parsing to a separate function,Luigi Rizzo
2007-11-14make the 'name' and 'value' fields in ast_variable const char *Luigi Rizzo
2007-10-22Switch from AST_CLI (formerly NEW_CLI) to AST_CLI_DEFINE, since the former di...Jason Parker
2007-10-19Convert NEW_CLI to AST_CLI.Jason Parker
2007-10-11Merge a ton of NEW_CLI conversions. Thanks to everyone that helped out! :)Russell Bryant
2007-08-16Don't reload a configuration file if nothing has changed.Tilghman Lesher
2007-08-13Merged revisions 79174 via svnmerge from Joshua Colp
2007-08-08Add support for using epoll instead of poll. This should increase scalability...Joshua Colp
2007-07-26Do a massive conversion for using the ast_verb() macroRussell Bryant