aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_alsa.c
AgeCommit message (Expand)AuthorFilesLines
2007-06-14Add a massive set of changes for converting to use the ast_debug() macro.russell1-12/+6
2007-05-14Merged revisions 64306 via svnmerge from russell1-0/+1
2007-04-10Merged revisions 60989 via svnmerge from murf1-1/+1
2007-02-26Merged revisions 56888 via svnmerge from russell1-2/+2
2007-01-23Merged revisions 51788 via svnmerge from file1-0/+2
2007-01-19Merged revisions 51311 via svnmerge from russell1-3/+4
2006-12-06Constify a bunch of usage strings for CLI commands.russell1-4/+4
2006-11-07A fair number of changes for the sake of bug 7506murf1-3/+1
2006-11-03remove useless usecnt stuffrizzo1-9/+0
2006-10-25Merged revisions 46200 via svnmerge from kpfleming1-3/+3
2006-10-04Merged revisions 44378 via svnmerge from kpfleming1-1/+1
2006-10-03bug #8076 check option_debug before printing to debug channel.mogorman1-10/+20
2006-09-21Clean up chan_alsa load module function (issue #8000 reported by Mithraen)file1-40/+40
2006-09-21Lots more removal of deprecated thingstilghman1-213/+5
2006-09-18merge qwell's CLI verbification workkpfleming1-24/+246
2006-09-08Formatting fixes for chan_alsa (issue #7807 reported by Mithraen with more mo...file1-253/+247
2006-08-31Merge in VLDTMF support with Zaptel/Core done by the ever great Darumkilla Ru...file1-1/+1
2006-08-21merge new_loader_completion branch, including (at least):kpfleming1-14/+3
2006-08-16move the calls to ast_jb_configure() to before the PBX thread is started on therussell1-2/+1
2006-07-19merge Russell's 'hold_handling' branch, finally implementing music-on-hold ha...kpfleming1-13/+28
2006-06-23revert my changes that converted the jb on the channel to be dynamicallyrussell1-11/+7
2006-06-22- dynamically allocate the ast_jb structure that is on the channel structurerussell1-7/+11
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...kpfleming1-4/+4
2006-05-31move the includes of abstract_jb.h to be with the rest of the asterisk includes.russell1-2/+2
2006-05-31Add support for using a jitterbuffer for RTP on bridged calls. This includesrussell1-0/+22
2006-05-10ensure that control frames with payload can be sent to channel drivers via ->...kpfleming1-2/+2
2006-04-24Thanks to the fine work of Russell Bryant and Dancho Lazarov, we now have aut...kpfleming1-11/+9
2006-04-17more module loader related fixeskpfleming1-5/+5
2006-04-08since the module API is changing, it's a good time to const-ify the descripti...kpfleming1-2/+2
2006-02-01use string fields for some stuff in ast_channelkpfleming1-10/+9
2006-01-20Change chan_alsa to default open the first sound card devicemattf1-2/+2
2006-01-11convert some channels to use the memory allocation wrappers.russell1-2/+2
2005-12-30update doxygen docs to specify authorsrussell1-0/+2
2005-12-21Merged revisions 7582 via svnmerge fromtilghman1-2/+4
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7221 f38db490-d61c-443f-...kpfleming1-0/+0
2005-11-15issue #5672kpfleming1-2/+8
2005-11-06issue #5605russell1-0/+5
2005-10-27Remove unnecessary checks before calls to ast_strlen_zero. Also, changerussell1-10/+10
2005-10-24Doxygen documentation update from oej (issue #5505)russell1-0/+4
2005-10-16Make alsa/oss ignore VIDUPDATE control framesmarkster1-0/+3
2005-09-14update MANY more files with proper copyright/license info (thanks Ian!)kpfleming1-3/+11
2005-08-05Fix newline issue (bug #4632)markster1-0/+1
2005-07-10define an AST_MAX_CONTEXT for use instead of AST_MAX_EXTENSIONrussell1-2/+2
2005-06-24don't use locks when reading usecounts (reading only, not writing)kpfleming1-5/+1
2005-06-06more file version tagskpfleming1-1/+1
2005-06-06another round of version tag updates, along with 'show version files' pattern...kpfleming1-11/+16
2005-04-21use double-quotes instead of angle-brackets for non-system include files (bug...kpfleming1-11/+11
2005-04-13Fixed chan_alsa.c unload bug (bug #4019)mattf1-2/+2
2005-03-29Allow functions to be written to (bug #2278, with mods)markster1-2/+2
2005-03-29Simplify endianness and fix for unaligned reads (bug #3867)markster1-1/+1