summaryrefslogtreecommitdiff
path: root/channels/chan_local.c
AgeCommit message (Expand)Author
2008-06-27Revert half of the fix, as this part may have been unnecessary (related to is...Tilghman Lesher
2008-06-27Merged revisions 125740 via svnmerge from Tilghman Lesher
2008-06-25More expansion of the deadlock avoidance macro, including a macro to do lockingTilghman Lesher
2008-06-20Merged revisions 124315 via svnmerge from Tilghman Lesher
2008-06-07Merged revisions 121078 via svnmerge from Russell Bryant
2008-05-22- revert change to ast_queue_hangup and create ast_queue_hangup_with_causeMichiel van Baak
2008-05-13Merged revisions 116038 via svnmerge from Russell Bryant
2008-04-24Pass the hangup cause all the way to the calling app/channel.Michiel van Baak
2008-04-24Merged revisions 114624 via svnmerge from Mark Michelson
2008-04-24Merged revisions 114621 via svnmerge from Tilghman Lesher
2008-04-14During hangup it is possible for p->chan or p->owner to be NULL, so just retu...Joshua Colp
2008-04-10A 'b' option has been added which causes chan_local to return the actual chan...Joshua Colp
2008-03-03Merged revisions 105570 via svnmerge from Russell Bryant
2008-03-03Merged revisions 105568 via svnmerge from Russell Bryant
2008-02-20Merged revisions 103904 via svnmerge from Mark Michelson
2008-02-19Merged revisions 103821 via svnmerge from Russell Bryant
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