aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_alsa.c
AgeCommit message (Expand)AuthorFilesLines
2007-05-14Properly handle AST_CONTROL_PROGRESS by just ignoring it. An unknown indicationrussell1-0/+1
2007-04-09This is a big improvement over the current CDR fixes. It may still need refin...murf1-1/+1
2007-02-26Restore the behavior of Asterisk 1.2 where if a device was not specified inrussell1-2/+2
2007-01-23Update channel drivers to use module referencing so that unloading them while...file1-9/+2
2007-01-19Merge the changes from the /team/group/vldtmf_fixup branch.russell1-3/+4
2006-11-07These mods are to solve the problem in bug 7506. It's a lot of rework to solv...murf1-3/+1
2006-10-25apparently developers are still not aware that they should be use ast_copy_st...kpfleming1-6/+6
2006-10-04update thread creation code a bitkpfleming1-1/+1
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
2005-03-24fix endianness of OSS/Alsa (bug #3839)markster1-0/+6
2005-03-04Rework channel structure to eliminate "pvt" portion of channel (bug #3573)markster1-19/+40
2005-01-25Merge config updates (bug #3406)markster1-2/+2
2005-01-21update copyright headers for 2005russell1-1/+1
2005-01-19Fix "send text" crash (bug #3378)markster1-1/+1
2004-12-27Housekeeping updatesmattf1-4/+1