aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_console.c
AgeCommit message (Expand)AuthorFilesLines
2010-05-13Merged revisions 262897 via svnmerge from russell1-1/+1
2010-05-10Merged revisions 262236 via svnmerge from dvossel1-1/+8
2010-03-02Merged revisions 249893 via svnmerge from dvossel1-1/+2
2010-02-19Merged revisions 228798 via svnmerge from tilghman1-0/+1
2010-01-07Merged revisions 209400 via svnmerge from tilghman1-7/+0
2009-10-06Merged revisions 222176 via svnmerge from kpfleming1-1/+7
2009-07-30Merged revisions 209554 via svnmerge from dbrooks1-1/+1
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