aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_console.c
AgeCommit message (Expand)AuthorFilesLines
2011-07-14Merged revisions 328247 via svnmerge from lmadsen1-0/+1
2011-05-05Merged revisions 317478 via svnmerge from russell1-4/+5
2011-05-05Merged revisions 317474 via svnmerge from russell1-1/+1
2011-02-03Asterisk media architecture conversion - no more format bitfieldsdvossel1-17/+16
2010-12-03Merged revisions 297535 via svnmerge from seanbright1-1/+1
2010-07-20Add load priority order, such that preload becomes unnecessary in most casestilghman1-1/+2
2010-07-14ast_callerid restructuringrmudgett1-1/+3
2010-05-13Fix an off by one error that causes a crash.russell1-1/+1
2010-05-10fixes crash in chan_consoledvossel1-1/+8
2010-03-02fixes adaptive jitterbuffer configurationdvossel1-1/+2
2009-11-09Fix various problems detected with Valgrind.tilghman1-0/+1
2009-11-04Expand codec bitfield from 32 bits to 64 bits.tilghman1-17/+14
2009-10-06Recorded merge of revisions 222152 via svnmerge from kpfleming1-1/+7
2009-07-30Fixes numerous spelling errors. Patch submitted by alecdavis.dbrooks1-1/+1
2009-07-28Define side-effect-safe MIN and MAX macros and remove duplicate definitions f...kpfleming1-7/+0
2009-06-26Merge the new Channel Event Logging (CEL) subsystem.russell1-7/+7
2009-05-28Eliminate several needless checks and fix a few memory leakstilghman1-2/+1
2009-05-21Const-ify the world (or at least a good part of it)kpfleming1-1/+2
2008-11-25This is basically a complete rollback of r155401, as it was determined thatseanbright1-4/+4
2008-11-15Use the new case insensitive hash function for console interfaces. The compa...russell1-1/+1
2008-11-07Add ability to pass arbitrary data to the ao2_callback_fn (called fromseanbright1-4/+4
2008-09-28Merge the cli_cleanup branch.mvanbaak1-8/+6
2008-09-12Create a new config file status, CONFIG_STATUS_FILEINVALID for differentiatingtilghman1-0/+3
2008-08-29Merged revisions 140488 via svnmerge from mmichelson1-1/+1
2008-08-09Merge more changes from the resolve-shadow-warnings branch (henceforth knownseanbright1-14/+14
2008-08-04Be explicit that we don't want a result from this callback. The callback wouldrussell1-1/+1
2008-06-08This was accidentally reverted.jpeeler1-1/+1
2008-05-22chan_console fixes because of ast_frame.data => ast_frame.data.ptrmvanbaak1-3/+3
2008-05-22- revert change to ast_queue_hangup and create ast_queue_hangup_with_causemvanbaak1-1/+1
2008-04-30Merged revisions 114891 via svnmerge from russell1-1/+1
2008-04-30Fixes a bug where if a stream monitor thread was not created (caused from fai...jpeeler1-1/+1
2008-04-25Speaking of building...seanbright1-1/+1
2008-04-21(closes issue #6113)jpeeler1-1/+7
2008-03-05Merged revisions 106235 via svnmerge from file1-0/+1
2008-01-21Remove compiler warning for uninitialized variableoej1-1/+1
2008-01-20Add a "console active" CLI command, which lets you find out which console devicerussell1-19/+82
2008-01-20Merge changes from team/russell/console_devicesrussell1-99/+446
2008-01-17Make the output of "console list devices" a bit prettier.russell1-8/+14
2008-01-17List which devices are inputs and outputs in "console list devices"russell1-1/+3
2008-01-08Change reference to external library so it appears on the extref listingoej1-1/+1
2008-01-05Add the URL to the home page for portaudio. Also add the location of therussell1-0/+5
2008-01-02Add support for generating a ringing sound on an incoming call. This is a bitrussell1-5/+8
2008-01-02Note that this module doesn't actually play a ringing sound for an incoming callrussell1-0/+1
2008-01-02Show the correct CLI command to answer the callrussell1-1/+1
2007-12-31Update chan_console to natively use a 16 kHz sample rate. If it is talkingrussell1-20/+12
2007-12-31Merge the main set of changes from team/russell/chan_console.russell1-0/+1094