summaryrefslogtreecommitdiff
path: root/main/channel.c
AgeCommit message (Expand)Author
2007-11-19another bunch of include removals (errno.h and asterisk/logger.h)Luigi Rizzo
2007-11-16Start untangling header inclusion in a way that does not affectLuigi Rizzo
2007-11-15access channel locks through ast_channel_lock/unlock/trylock and notLuigi Rizzo
2007-11-14TypoTilghman Lesher
2007-11-14Add callerid to the Hangup manager event.Tilghman Lesher
2007-11-14use simpler technique for removing known entries from listsKevin P. Fleming
2007-11-12Merged revisions 89184 via svnmerge from Tilghman Lesher
2007-11-08improve linked-list macros in two ways:Kevin P. Fleming
2007-11-06Remove native bridging check for DTMF based transfers. Thanks to the last bat...Joshua Colp
2007-11-05Merged revisions 88826 via svnmerge from Mark Michelson
2007-11-05Merged revisions 88709 via svnmerge from Russell Bryant
2007-11-05Merged revisions 88624 via svnmerge from Russell Bryant
2007-11-04Simplify the implementation and the API for stringfields;Luigi Rizzo
2007-10-25Merged revisions 87069 via svnmerge from Kevin P. Fleming
2007-10-22Switch from AST_CLI (formerly NEW_CLI) to AST_CLI_DEFINE, since the former di...Jason Parker
2007-10-22Merged revisions 86750 via svnmerge from Russell Bryant
2007-10-22Merged revisions 86663 via svnmerge from Joshua Colp
2007-10-19Convert NEW_CLI to AST_CLI.Jason Parker
2007-10-18Merged revisions 86330 via svnmerge from Russell Bryant
2007-10-11Merge a ton of NEW_CLI conversions. Thanks to everyone that helped out! :)Russell Bryant
2007-10-09Merged revisions 85158 via svnmerge from Tilghman Lesher
2007-10-08Merged revisions 84990 via svnmerge from Joshua Colp
2007-10-01Merged revisions 84274 via svnmerge from Dwayne M. Hubbard
2007-09-28Merged revisions 84049 via svnmerge from Tilghman Lesher
2007-09-21Merged revisions 83432 via svnmerge from Russell Bryant
2007-09-06Fix memory issue that crept up with Russell's testing. It is *not* proper to ...Joshua Colp
2007-09-04Merged revisions 81437 via svnmerge from Joshua Colp
2007-08-29This code was in team/murf/bug8684-trunk; it should fix bug 8684 in trunk. I ...Steve Murphy
2007-08-28* Constify the uid field of channel datastoresRussell Bryant
2007-08-14(closes issue #10427)Joshua Colp
2007-08-14Don't ask me why, but waitfordigit will immediately return a 1 on my system, ...Steve Murphy
2007-08-13constify the return value of reason2strRussell Bryant
2007-08-10Merged revisions 79099 via svnmerge from Steve Murphy
2007-08-08Add support for using epoll instead of poll. This should increase scalability...Joshua Colp
2007-08-08Merge audiohooks branch into trunk. This is a new API for developers to liste...Joshua Colp
2007-08-06Extend the ast_senddigit and ast_dtmf_stream API calls to allow the duration ...Joshua Colp
2007-08-06Merged revisions 78275 via svnmerge from Joshua Colp
2007-07-30print formats as 0x%x instead of %d in a warning message.Luigi Rizzo
2007-07-30Merged revisions 77785 via svnmerge from Russell Bryant
2007-07-30Merged revisions 77780 via svnmerge from Russell Bryant
2007-07-30Merged revisions 77771 via svnmerge from Joshua Colp
2007-07-26Merged revisions 77460 via svnmerge from Joshua Colp
2007-07-26Do a massive conversion for using the ast_verb() macroRussell Bryant
2007-07-25Merged revisions 77154 via svnmerge from Mark Michelson
2007-07-20Merged revisions 76132 via svnmerge from Russell Bryant
2007-07-19After some study, thought, comparing, etc. I've backed out the previous unive...Steve Murphy
2007-07-18This corrects the problem with flags and %lld formats on 64-bit machines, whe...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-12Merged revisions 74922 via svnmerge from Joshua Colp
2007-07-12Merged revisions 74888 via svnmerge from Joshua Colp