summaryrefslogtreecommitdiff
path: root/channels/chan_alsa.c
AgeCommit message (Expand)Author
2010-07-20Add load priority order, such that preload becomes unnecessary in most casesTilghman Lesher
2010-03-02fixes adaptive jitterbuffer configurationDavid Vossel
2009-11-12Add mute functionality. Add config option to not try to open capture device.Jason Parker
2009-11-04Expand codec bitfield from 32 bits to 64 bits.Tilghman 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-27Display an error message when chan_alsa fails to load due to a missingSean Bright
2009-05-21Const-ify the world (or at least a good part of it)Kevin P. Fleming
2009-03-18Merged revisions 182810 via svnmerge from Russell Bryant
2009-01-12Merged revisions 167095 via svnmerge from Tilghman Lesher
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-09-12Create a new config file status, CONFIG_STATUS_FILEINVALID for differentiatingTilghman Lesher
2008-08-09Merge more changes from the resolve-shadow-warnings branch (henceforth knownSean Bright
2008-05-29Merged revisions 118953 via svnmerge from Tilghman Lesher
2008-05-22- revert change to ast_queue_hangup and create ast_queue_hangup_with_causeMichiel van Baak
2008-05-13Merged revisions 115944 via svnmerge from Joshua Colp
2008-04-24Pass the hangup cause all the way to the calling app/channel.Michiel van Baak
2008-03-05Merged revisions 106235 via svnmerge from Joshua Colp
2008-01-03coding guidelines cleanupKevin P. Fleming
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-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-09-27Merged revisions 83974 via svnmerge from Kevin P. Fleming
2007-09-18(issue #10724)Jason Parker
2007-09-17convert various places that access the channel lock directly to use the chann...Russell Bryant
2007-08-16Don't reload a configuration file if nothing has changed.Tilghman Lesher
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-14Add a massive set of changes for converting to use the ast_debug() macro.Russell Bryant
2007-05-14Merged revisions 64306 via svnmerge from Russell Bryant
2007-04-10Merged revisions 60989 via svnmerge from Steve Murphy
2007-02-26Merged revisions 56888 via svnmerge from Russell Bryant
2007-01-23Merged revisions 51788 via svnmerge from Joshua Colp
2007-01-19Merged revisions 51311 via svnmerge from Russell Bryant
2006-12-06Constify a bunch of usage strings for CLI commands.Russell Bryant
2006-11-07A fair number of changes for the sake of bug 7506Steve Murphy
2006-11-03remove useless usecnt stuffLuigi Rizzo
2006-10-25Merged revisions 46200 via svnmerge from Kevin P. Fleming
2006-10-04Merged revisions 44378 via svnmerge from Kevin P. Fleming
2006-10-03bug #8076 check option_debug before printing to debug channel.Matt O'Gorman
2006-09-21Clean up chan_alsa load module function (issue #8000 reported by Mithraen)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_alsa (issue #7807 reported by Mithraen with more mo...Joshua Colp
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