summaryrefslogtreecommitdiff
path: root/channels/chan_local.c
AgeCommit message (Expand)Author
2008-01-28Merged revisions 100581 via svnmerge from Russell Bryant
2008-01-22Merged revisions 99594 via svnmerge from Olle Johansson
2008-01-21Merged revisions 99426 via svnmerge from Mark Michelson
2008-01-16Merged revisions 98964 via svnmerge from Mark Michelson
2007-12-04Merged revisions 90735 via svnmerge from Mark Michelson
2007-11-21remove another set of redundant #include "asterisk/options.h"Luigi Rizzo
2007-11-19include "logger.h" and errno.h from asterisk.h - usage shows that theyLuigi Rizzo
2007-11-17trim more redundant headersLuigi Rizzo
2007-11-17more removal of duplicate #include linesLuigi Rizzo
2007-11-16Start untangling header inclusion in a way that does not affectLuigi Rizzo
2007-10-26Correctly use defined return values in (some) load_module functions.Jason Parker
2007-10-22Switch from AST_CLI (formerly NEW_CLI) to AST_CLI_DEFINE, since the former di...Jason Parker
2007-10-19Convert NEW_CLI to AST_CLI.Jason Parker
2007-10-09Add jitterbuffer support for chan_local. To enable it, you use the 'j' optionRussell Bryant
2007-09-18(issue #10724)Jason Parker
2007-09-17convert various places that access the channel lock directly to use the chann...Russell Bryant
2007-08-17Merged revisions 79902 via svnmerge from Jason Parker
2007-08-13Merged revisions 79174 via svnmerge from Joshua Colp
2007-08-01Convert code that checks the _softhangup member of ast_channel directory to useRussell Bryant
2007-07-23Merge the dialplan_aesthetics branch. Most of this patch simply converts app...Tilghman Lesher
2007-07-19After some study, thought, comparing, etc. I've backed out the previous unive...Steve Murphy
2007-07-17via 10206, I have added an option (e) to Dial to allow the h exten to get run...Steve Murphy
2007-07-09Implementation of a feature that will disable "missed calls" counters on SIP ...Olle Johansson
2007-07-05Merged revisions 73319 via svnmerge from Joshua Colp
2007-06-14Add a massive set of changes for converting to use the ast_debug() macro.Russell Bryant
2007-06-06Issue 9869 - replace malloc and memset with ast_calloc, and other coding guid...Tilghman Lesher
2007-05-14Merged revisions 64193 via svnmerge from Steve Murphy
2007-05-02Update the device state functionality of chan_local such that it will returnRussell Bryant
2007-04-10Merged revisions 60989 via svnmerge from Steve Murphy
2007-04-09Merged revisions 60847 via svnmerge from Tilghman Lesher
2007-03-01Merged revisions 57318 via svnmerge from Joshua Colp
2007-01-19Merged revisions 51311 via svnmerge from Russell Bryant
2006-12-06Constify a bunch of usage strings for CLI commands.Russell Bryant
2006-11-16Merged revisions 47751 via svnmerge from Joshua Colp
2006-11-15Merged revisions 47712 via svnmerge from Joshua Colp
2006-11-07A fair number of changes for the sake of bug 7506Steve Murphy
2006-11-07Merged revisions 47287 via svnmerge from Joshua Colp
2006-11-07Merged revisions 47284 via svnmerge from Joshua Colp
2006-11-02Merged revisions 47051 via svnmerge from Tilghman Lesher
2006-09-26Merged revisions 43697 via svnmerge from Joshua Colp
2006-09-21Lots more removal of deprecated thingsTilghman Lesher
2006-09-18merge qwell's CLI verbification workKevin P. Fleming
2006-09-07Use flags instead of variables on the private structure for thingsJoshua Colp
2006-09-07Code cleaning/updates/potential bug fixesJoshua Colp
2006-08-31Merge in VLDTMF support with Zaptel/Core done by the ever great Darumkilla Ru...Joshua Colp
2006-08-29Merge team/russell/frame_cachingRussell Bryant
2006-08-21merge new_loader_completion branch, including (at least):Kevin P. Fleming
2006-06-16 Quit early and print a LOG_WARNING if we are trying to check devicestate on ...BJ Weschke
2006-06-14make Local channel return sensible device state valuesKevin P. Fleming
2006-06-12Merged revisions 33638 via svnmerge from Kevin P. Fleming