aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_oss.c
AgeCommit message (Expand)AuthorFilesLines
2006-06-01- add the ability to configure forced jitterbuffers on h323, jingle,russell1-9/+5
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/+48
2006-05-10ensure that control frames with payload can be sent to channel drivers via ->...kpfleming1-2/+2
2006-05-09Make menuselect be able to show what the modules aremarkster1-1/+2
2006-04-30use proper method of detecting OSS support on Linux and FreeBSDkpfleming1-1/+1
2006-04-24Thanks to the fine work of Russell Bryant and Dancho Lazarov, we now have aut...kpfleming1-0/+6
2006-04-14This rather large commit changes the way modules are loaded. rizzo1-9/+6
2006-04-08since the module API is changing, it's a good time to const-ify the descripti...kpfleming1-2/+2
2006-03-30don't use 8000, use DEFAULT_SAMPLE_RATErizzo1-1/+1
2006-03-28another batch of cli simplificationsrizzo1-13/+3
2006-03-28fix documentationrizzo1-16/+43
2006-02-10Add boost gain option to microphone, also minor bug fixes (#6388)mattf1-18/+85
2006-02-08Merged revisions 9232 via svnmerge from mogorman1-0/+3
2006-02-01use string fields for some stuff in ast_channelkpfleming1-19/+16
2006-01-18constify arguments in more places where strings should not be modified (issue...russell1-1/+1
2006-01-11convert some channels to use the memory allocation wrappers.russell1-10/+9
2005-12-30update doxygen docs to specify authorsrussell1-0/+3
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7221 f38db490-d61c-443f-...kpfleming1-0/+0
2005-11-21issue #5800russell1-0/+16
2005-11-12fix a lil' typorussell1-1/+1
2005-11-06issue #5605russell1-0/+4
2005-11-06Fix chan_oss buglets (bug #5618)markster1-0/+3
2005-10-27Remove unnecessary checks before calls to ast_strlen_zero. Also, changerussell1-3/+3
2005-10-24Doxygen documentation update from oej (issue #5505)russell1-2/+2
2005-10-16Make alsa/oss ignore VIDUPDATE control framesmarkster1-0/+3
2005-09-27Fix "console" help (thanks to Andy Dvorak)markster1-2/+7
2005-09-14update MANY more files with proper copyright/license info (thanks Ian!)kpfleming1-4/+17
2005-08-05Fix newline issue (bug #4632)markster1-0/+1
2005-08-03Fix documentation of overridecontext (bug #4379)markster1-3/+3
2005-08-03Move to rizzo's new chan_oss, but leave the old one just in case... (bug #437...markster1-709/+995
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-12/+18
2005-04-21fix various compiler warningskpfleming1-2/+2
2005-04-21use double-quotes instead of angle-brackets for non-system include files (bug...kpfleming1-12/+12
2005-03-29Simplify endianness and fix for unaligned reads (bug #3867)markster1-17/+1
2005-03-24Fix OSS endian issues in OSS (bug #3846)markster1-1/+18
2005-03-24fix endianness of OSS/Alsa (bug #3839)markster1-0/+7
2005-03-04Rework channel structure to eliminate "pvt" portion of channel (bug #3573)markster1-19/+39
2005-01-25Merge config updates (bug #3406)markster1-2/+2
2005-01-21Add optional one way playback (bug #3397)markster1-2/+7
2005-01-21update copyright headers for 2005russell1-1/+1
2004-12-26Fix CLI to report "N/A" when appropriate for time, chan_features updates, ALS...markster1-0/+2
2004-12-23Add "flash" capability to command linemarkster1-0/+22
2004-10-26Pass concept of status back, permit "leaveempty" to work with static agents w...markster1-1/+3
2004-10-23First pass at making transfer work within agent (not tested, shouldn't break ...markster1-4/+4
2004-10-03Major PBX revamps (including labels, update examples)markster1-1/+1
2004-10-02Huge callerid rework (might break H.323, others)markster1-3/+3