aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_oss.c
AgeCommit message (Expand)AuthorFilesLines
2007-04-13A fix for chan_oss that resulted from the CDR changes; it helps to use the ri...murf1-1/+1
2007-04-09This is a big improvement over the current CDR fixes. It may still need refin...murf1-5/+1
2007-04-08Off by one error, resulting in a crash (Issue 9500)tilghman1-1/+1
2007-01-23Update channel drivers to use module referencing so that unloading them while...file1-11/+2
2007-01-19Merge the changes from the /team/group/vldtmf_fixup branch.russell1-3/+4
2006-12-24Fix a typo in an error message that indicated that the MGCP channel type couldrussell1-1/+1
2006-11-07These mods are to solve the problem in bug 7506. It's a lot of rework to solv...murf1-4/+6
2006-10-04update thread creation code a bitkpfleming1-1/+1
2006-09-21Some more clean up in the load function for chan_oss (issue #8002 reported by...file1-20/+20
2006-09-18merge qwell's CLI verbification workkpfleming1-49/+380
2006-09-08Formatting fixes for chan_oss (issue #7808 reported by Mithraen)file1-241/+211
2006-08-31everything that loads a config that needs a config file to runmogorman1-1/+1
2006-08-31Merge in VLDTMF support with Zaptel/Core done by the ever great Darumkilla Ru...file1-3/+10
2006-08-21merge new_loader_completion branch, including (at least):kpfleming1-15/+3
2006-08-16move the calls to ast_jb_configure() to before the PBX thread is started on therussell1-2/+1
2006-07-24fix uninitialized variablerizzo1-1/+2
2006-07-19merge Russell's 'hold_handling' branch, finally implementing music-on-hold ha...kpfleming1-0/+22
2006-07-05Merged revisions 36998 via svnmerge from file1-1/+1
2006-07-03Blocked revisions 36725 via svnmergerussell1-6/+3
2006-06-23revert my changes that converted the jb on the channel to be dynamicallyrussell1-12/+9
2006-06-22- dynamically allocate the ast_jb structure that is on the channel structurerussell1-9/+12
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...kpfleming1-9/+7
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