aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_oss.c
AgeCommit message (Expand)AuthorFilesLines
2006-07-05Spell extension correctly in documentation for chan_oss dial (issue #7487 rep...file1-1/+1
2006-02-08Make logger report error,warning,notice if logger.confmogorman1-0/+3
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@7221 f38db490-d61...kpfleming1-0/+0
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
2004-08-31Merge NetBSD and Courtesty tone with modifications (bug #2329)markster1-3/+3
2004-08-17Fix minor typos (bug #2260)markster1-1/+1
2004-08-12Fix duplex code for FreeBSDmarkster1-1/+5
2004-08-08Merge BSD stack size work (bug #2067)markster1-1/+2
2004-07-16Last set of strncpy/snprintf updates (bug #2049)markster1-4/+4
2004-06-24Make sure other drivers also zero delivery (thanks to steven davies)markster1-0/+4
2004-06-09Merge FreeBSD locking fixes (bug #1411)markster1-1/+1
2004-05-27Merge OSS fixes for FreeBSD, implement rtptimeout and rtpholdtimeoutmarkster1-1/+1
2004-05-02Let OSS know how to deal with indication -1markster1-0/+3
2004-04-07Fix compile warningmarkster1-1/+1
2004-04-07fix chan_oss for revised queue structure.markster1-7/+7
2004-03-04Add support for parking with IAX2markster1-1/+1
2003-10-22Make getaddrfor work with openbsd (bug #415)markster1-0/+4
2003-10-21FreeBSD patch, take 2markster1-0/+2
2003-10-16Revert the previous patch since it's braking compilationmartinp1-2/+0
2003-10-16Sane FreeBSD patchmarkster1-0/+2
2003-08-13Totally revamp thread debugging to support locating and removing deadlocksmarkster1-7/+7