aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_oss.c
AgeCommit message (Expand)AuthorFilesLines
2009-08-10AST-2009-005tilghman1-1/+1
2009-01-26Merged revisions 171188 via svnmerge from tilghman1-10/+11
2008-12-18Merged revisions 165792 via svnmerge from file1-2/+3
2008-11-02import gcc 4.3.2 warning fixes from trunk, with a few changes specific to thi...kpfleming1-4/+9
2008-10-09Merged revisions 147807 via svnmerge from murf1-1/+1
2008-09-25Merged revisions 144569 via svnmerge from murf1-1/+1
2008-09-09Merged revisions 141995 via svnmerge from mmichelson1-3/+7
2008-06-30implement the 'freeze' function for incoming frames;rizzo1-0/+5
2008-06-29implement a 'toggle' option for 'console mute' and 'console unmute'rizzo1-6/+13
2008-05-22- revert change to ast_queue_hangup and create ast_queue_hangup_with_causemvanbaak1-6/+6
2008-04-24Pass the hangup cause all the way to the calling app/channel.mvanbaak1-1/+1
2008-03-14Merged revisions 108796 via svnmerge from russell1-1/+1
2008-03-05Merged revisions 106235 via svnmerge from file1-0/+1
2008-01-09make get_video_desc() return the active console ifrizzo1-2/+3
2008-01-03eliminiate sound_thread() and other stuff from chan_oss since Asterisk indica...kpfleming1-235/+14
2007-12-27remove useless castsrizzo1-1/+1
2007-12-22Build console_video support by linking in, as opposed to including,rizzo1-34/+30
2007-12-20add some macros to simplify parsing the config file,rizzo1-45/+17
2007-12-17surprising as it may be, chan_oss compiles correctly under cygwin as well,rizzo1-2/+1
2007-12-17make the configure script detect that it is running on a Windows platform, an...kpfleming1-0/+1
2007-12-15remove some redundant headersrizzo1-12/+4
2007-11-23put in the necessary hooks for video support in the console.rizzo1-2/+80
2007-11-21remove another set of redundant #include "asterisk/options.h"rizzo1-1/+0
2007-11-19include "logger.h" and errno.h from asterisk.h - usage shows that theyrizzo1-2/+0
2007-11-16Start untangling header inclusion in a way that does not affectrizzo1-4/+0
2007-11-16move the inner part of config file parsing to a separate function,rizzo1-22/+27
2007-11-14make the 'name' and 'value' fields in ast_variable const char *rizzo1-4/+4
2007-10-22Switch from AST_CLI (formerly NEW_CLI) to AST_CLI_DEFINE, since the former di...qwell1-10/+10
2007-10-19Convert NEW_CLI to AST_CLI.qwell1-10/+10
2007-10-11Merge a ton of NEW_CLI conversions. Thanks to everyone that helped out! :)russell1-51/+67
2007-08-16Don't reload a configuration file if nothing has changed.tilghman1-1/+2
2007-08-13Merged revisions 79174 via svnmerge from file1-2/+0
2007-08-08Add support for using epoll instead of poll. This should increase scalability...file1-2/+2
2007-07-26Do a massive conversion for using the ast_verb() macrorussell1-6/+3
2007-06-06Issue 9869 - replace malloc and memset with ast_calloc, and other coding guid...tilghman1-5/+5
2007-04-13Merged revisions 61644 via svnmerge from murf1-1/+1
2007-04-10Merged revisions 60989 via svnmerge from murf1-5/+1
2007-02-18add -Wundef to the --enable-dev-mode flags, so that mistyped macro names in #...kpfleming1-1/+1
2007-01-23Merged revisions 51788 via svnmerge from file1-0/+2
2007-01-19Merged revisions 51311 via svnmerge from russell1-3/+4
2007-01-15Feature: allow soundcard to be used in both modes (autoanswer and not),tilghman1-3/+28
2006-12-29Convert various comments to doxygen format.russell1-54/+60
2006-12-24Merged revisions 48948 via svnmerge from russell1-1/+1
2006-12-06Constify a bunch of usage strings for CLI commands.russell1-2/+2
2006-11-18prevent the sound thread from consuming all the available CPUrizzo1-12/+16
2006-11-17remove an unused functionrizzo1-7/+0
2006-11-17use the regexp cli support on some of the commandrizzo1-13/+11
2006-11-16convert two entries to new stylerizzo1-33/+22
2006-11-16convert some handlers to new style.rizzo1-101/+117
2006-11-16fix indentationrizzo1-42/+46