summaryrefslogtreecommitdiff
path: root/channels/chan_oss.c
AgeCommit message (Expand)Author
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
2007-06-06Issue 9869 - replace malloc and memset with ast_calloc, and other coding guid...Tilghman Lesher
2007-04-13Merged revisions 61644 via svnmerge from Steve Murphy
2007-04-10Merged revisions 60989 via svnmerge from Steve Murphy
2007-02-18add -Wundef to the --enable-dev-mode flags, so that mistyped macro names in #...Kevin P. Fleming
2007-01-23Merged revisions 51788 via svnmerge from Joshua Colp
2007-01-19Merged revisions 51311 via svnmerge from Russell Bryant
2007-01-15Feature: allow soundcard to be used in both modes (autoanswer and not),Tilghman Lesher
2006-12-29Convert various comments to doxygen format.Russell Bryant
2006-12-24Merged revisions 48948 via svnmerge from Russell Bryant
2006-12-06Constify a bunch of usage strings for CLI commands.Russell Bryant
2006-11-18prevent the sound thread from consuming all the available CPULuigi Rizzo
2006-11-17remove an unused functionLuigi Rizzo
2006-11-17use the regexp cli support on some of the commandLuigi Rizzo
2006-11-16convert two entries to new styleLuigi Rizzo
2006-11-16convert some handlers to new style.Luigi Rizzo
2006-11-16fix indentationLuigi Rizzo
2006-11-15fix indentationLuigi Rizzo
2006-11-07A fair number of changes for the sake of bug 7506Steve Murphy
2006-10-31remove old/useless usecount management code.Luigi Rizzo
2006-10-04Merged revisions 44378 via svnmerge from Kevin P. Fleming
2006-09-21Merged revisions 43456 via svnmerge from Joshua Colp
2006-09-21Lots more removal of deprecated thingsTilghman Lesher
2006-09-18merge qwell's CLI verbification workKevin P. Fleming
2006-09-08Formatting fixes for chan_oss (issue #7808 reported by Mithraen)Joshua Colp
2006-08-31everything that loads a config that needs a config file to runMatt O'Gorman
2006-08-31Merge in VLDTMF support with Zaptel/Core done by the ever great Darumkilla Ru...Joshua Colp
2006-08-21merge new_loader_completion branch, including (at least):Kevin P. Fleming
2006-08-16move the calls to ast_jb_configure() to before the PBX thread is started on theRussell Bryant
2006-07-24fix uninitialized variableLuigi Rizzo
2006-07-19merge Russell's 'hold_handling' branch, finally implementing music-on-hold ha...Kevin P. Fleming
2006-07-05Merged revisions 36998 via svnmerge from Joshua Colp
2006-07-03Blocked revisions 36725 via svnmergeRussell Bryant
2006-06-23revert my changes that converted the jb on the channel to be dynamicallyRussell Bryant
2006-06-22- dynamically allocate the ast_jb structure that is on the channel structureRussell Bryant
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...Kevin P. Fleming
2006-06-01- add the ability to configure forced jitterbuffers on h323, jingle,Russell Bryant
2006-05-31move the includes of abstract_jb.h to be with the rest of the asterisk includes.Russell Bryant
2006-05-31Add support for using a jitterbuffer for RTP on bridged calls. This includesRussell Bryant
2006-05-10ensure that control frames with payload can be sent to channel drivers via ->...Kevin P. Fleming
2006-05-09Make menuselect be able to show what the modules areMark Spencer