aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_local.c
AgeCommit message (Expand)AuthorFilesLines
2008-01-28Merged revisions 100581 via svnmerge from russell1-18/+17
2008-01-22Merged revisions 99594 via svnmerge from oej1-1/+1
2008-01-21Merged revisions 99426 via svnmerge from mmichelson1-0/+11
2008-01-16Merged revisions 98964 via svnmerge from mmichelson1-1/+9
2007-12-04Merged revisions 90735 via svnmerge from mmichelson1-0/+1
2007-11-21remove another set of redundant #include "asterisk/options.h"rizzo1-1/+0
2007-11-19include "logger.h" and errno.h from asterisk.h - usage shows that theyrizzo1-2/+0
2007-11-17trim more redundant headersrizzo1-4/+0
2007-11-17more removal of duplicate #include linesrizzo1-1/+0
2007-11-16Start untangling header inclusion in a way that does not affectrizzo1-4/+0
2007-10-26Correctly use defined return values in (some) load_module functions.qwell1-2/+2
2007-10-22Switch from AST_CLI (formerly NEW_CLI) to AST_CLI_DEFINE, since the former di...qwell1-1/+1
2007-10-19Convert NEW_CLI to AST_CLI.qwell1-1/+1
2007-10-09Add jitterbuffer support for chan_local. To enable it, you use the 'j' optionrussell1-0/+20
2007-09-18(issue #10724)qwell1-13/+18
2007-09-17convert various places that access the channel lock directly to use the chann...russell1-8/+8
2007-08-17Merged revisions 79902 via svnmerge from qwell1-0/+6
2007-08-13Merged revisions 79174 via svnmerge from file1-2/+0
2007-08-01Convert code that checks the _softhangup member of ast_channel directory to userussell1-4/+4
2007-07-23Merge the dialplan_aesthetics branch. Most of this patch simply converts app...tilghman1-2/+2
2007-07-19After some study, thought, comparing, etc. I've backed out the previous unive...murf1-1/+1
2007-07-17via 10206, I have added an option (e) to Dial to allow the h exten to get run...murf1-1/+1
2007-07-09Implementation of a feature that will disable "missed calls" counters on SIP ...oej1-0/+2
2007-07-05Merged revisions 73319 via svnmerge from file1-3/+3
2007-06-14Add a massive set of changes for converting to use the ast_debug() macro.russell1-4/+2
2007-06-06Issue 9869 - replace malloc and memset with ast_calloc, and other coding guid...tilghman1-3/+3
2007-05-14Merged revisions 64193 via svnmerge from murf1-2/+14
2007-05-02Update the device state functionality of chan_local such that it will returnrussell1-2/+14
2007-04-10Merged revisions 60989 via svnmerge from murf1-2/+2
2007-04-09Merged revisions 60847 via svnmerge from tilghman1-16/+19
2007-03-01Merged revisions 57318 via svnmerge from file1-1/+1
2007-01-19Merged revisions 51311 via svnmerge from russell1-2/+3
2006-12-06Constify a bunch of usage strings for CLI commands.russell1-1/+1
2006-11-16Merged revisions 47751 via svnmerge from file1-0/+27
2006-11-15Merged revisions 47712 via svnmerge from file1-0/+4
2006-11-07A fair number of changes for the sake of bug 7506murf1-7/+2
2006-11-07Merged revisions 47287 via svnmerge from file1-1/+1
2006-11-07Merged revisions 47284 via svnmerge from file1-8/+16
2006-11-02Merged revisions 47051 via svnmerge from tilghman1-2/+2
2006-09-26Merged revisions 43697 via svnmerge from file1-1/+5
2006-09-21Lots more removal of deprecated thingstilghman1-6/+1
2006-09-18merge qwell's CLI verbification workkpfleming1-6/+13
2006-09-07Use flags instead of variables on the private structure for thingsfile1-21/+23
2006-09-07Code cleaning/updates/potential bug fixesfile1-75/+64
2006-08-31Merge in VLDTMF support with Zaptel/Core done by the ever great Darumkilla Ru...file1-4/+23
2006-08-29Merge team/russell/frame_cachingrussell1-2/+2
2006-08-21merge new_loader_completion branch, including (at least):kpfleming1-20/+12
2006-06-16 Quit early and print a LOG_WARNING if we are trying to check devicestate on ...bweschke1-5/+12
2006-06-14make Local channel return sensible device state valueskpfleming1-2/+2
2006-06-12Merged revisions 33638 via svnmerge from kpfleming1-1/+13