summaryrefslogtreecommitdiff
path: root/channels/chan_alsa.c
AgeCommit message (Expand)Author
2006-09-18merge qwell's CLI verbification workKevin P. Fleming
2006-09-08Formatting fixes for chan_alsa (issue #7807 reported by Mithraen with more mo...Joshua Colp
2006-08-31Merge in VLDTMF support with Zaptel/Core done by the ever great Darumkilla Ru...Joshua Colp
2006-08-21merge new_loader_completion branch, including (at least):Kevin P. Fleming
2006-08-16move the calls to ast_jb_configure() to before the PBX thread is started on theRussell Bryant
2006-07-19merge Russell's 'hold_handling' branch, finally implementing music-on-hold ha...Kevin P. Fleming
2006-06-23revert my changes that converted the jb on the channel to be dynamicallyRussell Bryant
2006-06-22- dynamically allocate the ast_jb structure that is on the channel structureRussell Bryant
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...Kevin P. Fleming
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-04-24Thanks to the fine work of Russell Bryant and Dancho Lazarov, we now have aut...Kevin P. Fleming
2006-04-17more module loader related fixesKevin P. Fleming
2006-04-08since the module API is changing, it's a good time to const-ify the descripti...Kevin P. Fleming
2006-02-01use string fields for some stuff in ast_channelKevin P. Fleming
2006-01-20Change chan_alsa to default open the first sound card deviceMatthew Fredrickson
2006-01-11convert some channels to use the memory allocation wrappers.Russell Bryant
2005-12-30update doxygen docs to specify authorsRussell Bryant
2005-12-21Merged revisions 7582 via svnmerge fromTilghman Lesher
2005-11-29remove extraneous svn:executable propertiesKevin P. Fleming
2005-11-15issue #5672Kevin P. Fleming
2005-11-06issue #5605Russell Bryant
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-14update MANY more files with proper copyright/license info (thanks Ian!)Kevin P. Fleming
2005-08-05Fix newline issue (bug #4632)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-21use double-quotes instead of angle-brackets for non-system include files (bug...Kevin P. Fleming
2005-04-13Fixed chan_alsa.c unload bug (bug #4019)Matthew Fredrickson
2005-03-29Allow functions to be written to (bug #2278, with mods)Mark Spencer
2005-03-29Simplify endianness and fix for unaligned reads (bug #3867)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-21update copyright headers for 2005Russell Bryant
2005-01-19Fix "send text" crash (bug #3378)Mark Spencer
2004-12-27Housekeeping updatesMatthew Fredrickson
2004-12-26Fix CLI to report "N/A" when appropriate for time, chan_features updates, ALS...Mark Spencer
2004-12-19Merge Olle's comment patch (bug #3097)Mark Spencer
2004-11-28Add ability to store voicemail in ODBC databaseMark Spencer
2004-10-26Pass concept of status back, permit "leaveempty" to work with static agents w...Mark Spencer
2004-10-03Major PBX revamps (including labels, update examples)Mark Spencer
2004-08-17Fix minor typos (bug #2260)Mark Spencer
2004-08-08Merge BSD stack size work (bug #2067)Mark Spencer
2004-07-27Merge ALSA fixes (bug #2145)Mark Spencer