aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_alsa.c
AgeCommit message (Expand)AuthorFilesLines
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
2004-12-26Fix CLI to report "N/A" when appropriate for time, chan_features updates, ALS...markster1-0/+2
2004-12-19Merge Olle's comment patch (bug #3097)markster1-7/+7
2004-11-28Add ability to store voicemail in ODBC databasemarkster1-4/+4
2004-10-26Pass concept of status back, permit "leaveempty" to work with static agents w...markster1-1/+3
2004-10-03Major PBX revamps (including labels, update examples)markster1-1/+1
2004-08-17Fix minor typos (bug #2260)markster1-1/+1
2004-08-08Merge BSD stack size work (bug #2067)markster1-1/+2
2004-07-27Merge ALSA fixes (bug #2145)markster1-26/+34
2004-07-16Last set of strncpy/snprintf updates (bug #2049)markster1-4/+4
2004-06-26Add peercontext parameter for default outbound context (bug #1929)markster1-0/+1
2004-06-26Minor alsa fixes, add "delayreject" option to IAX to implement request of bug...markster1-1/+0
2004-06-26Zap NSF merge, major ALSA improvementsmarkster1-243/+182
2004-06-26Merge source cleanups (bug #1911)markster1-0/+3
2004-06-24Make sure other drivers also zero delivery (thanks to steven davies)markster1-0/+3
2004-06-09Merge FreeBSD locking fixes (bug #1411)markster1-1/+1
2004-04-11Revert earlier jcdutton ALSA improvements which are not disclaimedmarkster1-312/+329
2004-04-08Remove more needlock stuffcitats1-1/+1
2004-04-07First pass at fixing chan_alsamarkster1-7/+7