summaryrefslogtreecommitdiff
path: root/channels/chan_alsa.c
AgeCommit message (Expand)Author
2015-11-09ast_format_cap_get_names: To display all formats, the buffer was increased.Alexander Traud
2014-07-25Add module support level to ast_module_info structure. Print it in CLI "modul...Mark Michelson
2014-07-20media formats: re-architect handling of media for performance improvementsMatthew Jordan
2014-05-09Allow Asterisk to compile under GCC 4.10Kinsey Moore
2014-03-07uniqueid: channel linkedid, ami, ari object creation with id'sScott Griepentrog
2013-12-18channel locking: Add locking for channel snapshot creationKevin Harwell
2013-12-18channels: Return allocated channels locked.Joshua Colp
2013-12-05Reverting r403311. It's causing ARI tests to hang.David M. Lee
2013-12-03Add channel locking for channel snapshot creation.Mark Michelson
2013-10-03Cache string values of formats on ast_format_cap() to save processing.Mark Michelson
2013-10-02Reduce channel snapshot creation and publishing by up to 50%.Joshua Colp
2013-04-14Don't attempt to create a voice frame on a read errorMatthew Jordan
2012-10-14Doxygen Updates - Title updateAndrew Latham
2012-10-01Doxygen CleanupAndrew Latham
2012-07-31Clean up and ensure proper usage of alloca()Kinsey Moore
2012-05-14Commit framework for HANGUPCAUSE (replacement for SIP_CAUSE)Kinsey Moore
2012-04-17Avoid cppcheck warnings; removing unused vars and a bit of cleanup.Walter Doekes
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-26Merged revisions 320947 via svnmerge from Russell Bryant
2011-05-05Merged revisions 317478 via svnmerge from Russell Bryant
2011-02-03Asterisk media architecture conversion - no more format bitfieldsDavid Vossel
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