summaryrefslogtreecommitdiff
path: root/channels/chan_oss.c
AgeCommit message (Expand)Author
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...Kevin P. Fleming
2006-06-01- add the ability to configure forced jitterbuffers on h323, jingle,Russell Bryant
2006-05-31move the includes of abstract_jb.h to be with the rest of the asterisk includes.Russell Bryant
2006-05-31Add support for using a jitterbuffer for RTP on bridged calls. This includesRussell Bryant
2006-05-10ensure that control frames with payload can be sent to channel drivers via ->...Kevin P. Fleming
2006-05-09Make menuselect be able to show what the modules areMark Spencer
2006-04-30use proper method of detecting OSS support on Linux and FreeBSDKevin P. Fleming
2006-04-24Thanks to the fine work of Russell Bryant and Dancho Lazarov, we now have aut...Kevin P. Fleming
2006-04-14This rather large commit changes the way modules are loaded. Luigi Rizzo
2006-04-08since the module API is changing, it's a good time to const-ify the descripti...Kevin P. Fleming
2006-03-30don't use 8000, use DEFAULT_SAMPLE_RATELuigi Rizzo
2006-03-28another batch of cli simplificationsLuigi Rizzo
2006-03-28fix documentationLuigi Rizzo
2006-02-10Add boost gain option to microphone, also minor bug fixes (#6388)Matthew Fredrickson
2006-02-08Merged revisions 9232 via svnmerge from Matt O'Gorman
2006-02-01use string fields for some stuff in ast_channelKevin P. Fleming
2006-01-18constify arguments in more places where strings should not be modified (issue...Russell Bryant
2006-01-11convert some channels to use the memory allocation wrappers.Russell Bryant
2005-12-30update doxygen docs to specify authorsRussell Bryant
2005-11-29remove extraneous svn:executable propertiesKevin P. Fleming
2005-11-21issue #5800Russell Bryant
2005-11-12fix a lil' typoRussell Bryant
2005-11-06issue #5605Russell Bryant
2005-11-06Fix chan_oss buglets (bug #5618)Mark Spencer
2005-10-27Remove unnecessary checks before calls to ast_strlen_zero. Also, changeRussell Bryant
2005-10-24Doxygen documentation update from oej (issue #5505)Russell Bryant
2005-10-16Make alsa/oss ignore VIDUPDATE control framesMark Spencer
2005-09-27Fix "console" help (thanks to Andy Dvorak)Mark Spencer
2005-09-14update MANY more files with proper copyright/license info (thanks Ian!)Kevin P. Fleming
2005-08-05Fix newline issue (bug #4632)Mark Spencer
2005-08-03Fix documentation of overridecontext (bug #4379)Mark Spencer
2005-08-03Move to rizzo's new chan_oss, but leave the old one just in case... (bug #437...Mark Spencer
2005-07-10define an AST_MAX_CONTEXT for use instead of AST_MAX_EXTENSIONRussell Bryant
2005-06-24don't use locks when reading usecounts (reading only, not writing)Kevin P. Fleming
2005-06-06more file version tagsKevin P. Fleming
2005-06-06another round of version tag updates, along with 'show version files' pattern...Kevin P. Fleming
2005-04-21fix various compiler warningsKevin P. Fleming
2005-04-21use double-quotes instead of angle-brackets for non-system include files (bug...Kevin P. Fleming
2005-03-29Simplify endianness and fix for unaligned reads (bug #3867)Mark Spencer
2005-03-24Fix OSS endian issues in OSS (bug #3846)Mark Spencer
2005-03-24fix endianness of OSS/Alsa (bug #3839)Mark Spencer
2005-03-04Rework channel structure to eliminate "pvt" portion of channel (bug #3573)Mark Spencer
2005-01-25Merge config updates (bug #3406)Mark Spencer
2005-01-21Add optional one way playback (bug #3397)Mark Spencer
2005-01-21update copyright headers for 2005Russell Bryant
2004-12-26Fix CLI to report "N/A" when appropriate for time, chan_features updates, ALS...Mark Spencer
2004-12-23Add "flash" capability to command lineMark Spencer
2004-10-26Pass concept of status back, permit "leaveempty" to work with static agents w...Mark Spencer
2004-10-23First pass at making transfer work within agent (not tested, shouldn't break ...Mark Spencer
2004-10-03Major PBX revamps (including labels, update examples)Mark Spencer