aboutsummaryrefslogtreecommitdiffstats
path: root/main/channel.c
AgeCommit message (Expand)AuthorFilesLines
2008-01-11Merged revisions 98315 via svnmerge from mmichelson1-0/+4
2008-01-03Allow the uniqueid to be used for searching for a channel in the list.tilghman1-13/+13
2007-12-27Merged revisions 95024 via svnmerge from russell1-0/+3
2007-12-26Leave a note for a minor bug that was pointed out by d1masrussell1-0/+3
2007-12-24Merged revisions 94767 via svnmerge from tilghman1-21/+24
2007-12-18Merged revisions 93625 via svnmerge from mmichelson1-15/+13
2007-12-06Changes to manager events in channel.coej1-33/+44
2007-12-06Instead of iterating through the entire epoll events array just look at the o...file1-1/+1
2007-12-04Merged revisions 90876 via svnmerge from qwell1-0/+4
2007-12-03Avoid an additional function call. Reported by: eliel Patch by: eliel (Close...tilghman1-1/+1
2007-12-03Merged revisions 90548 via svnmerge from file1-2/+9
2007-11-29Merged revisions 90145 via svnmerge from russell1-0/+4
2007-11-26Merged revisions 89577 via svnmerge from file1-0/+1
2007-11-25Try to get channel.h and channel.c aligned in regards to ast_set_callerid as ...oej1-7/+7
2007-11-21remove a bunch of useless #include "options.h"rizzo1-1/+0
2007-11-20move asterisk/paths.h outside asterisk.h and into those filesrizzo1-0/+1
2007-11-20move internal function declarations to include/asterisk/_private.hrizzo1-0/+2
2007-11-19another bunch of include removals (errno.h and asterisk/logger.h)rizzo1-2/+0
2007-11-16Start untangling header inclusion in a way that does not affectrizzo1-5/+0
2007-11-15access channel locks through ast_channel_lock/unlock/trylock and notrizzo1-13/+13
2007-11-14Typotilghman1-2/+2
2007-11-14Add callerid to the Hangup manager event.tilghman1-0/+4
2007-11-14use simpler technique for removing known entries from listskpfleming1-14/+1
2007-11-12Merged revisions 89184 via svnmerge from tilghman1-0/+2
2007-11-08improve linked-list macros in two ways:kpfleming1-4/+4
2007-11-06Remove native bridging check for DTMF based transfers. Thanks to the last bat...file1-2/+0
2007-11-05Merged revisions 88826 via svnmerge from mmichelson1-20/+9
2007-11-05Merged revisions 88709 via svnmerge from russell1-24/+27
2007-11-05Merged revisions 88624 via svnmerge from russell1-2/+1
2007-11-04Simplify the implementation and the API for stringfields;rizzo1-2/+2
2007-10-25Merged revisions 87069 via svnmerge from kpfleming1-1/+0
2007-10-22Switch from AST_CLI (formerly NEW_CLI) to AST_CLI_DEFINE, since the former di...qwell1-2/+2
2007-10-22Merged revisions 86750 via svnmerge from russell1-0/+1
2007-10-22Merged revisions 86663 via svnmerge from file1-1/+1
2007-10-19Convert NEW_CLI to AST_CLI.qwell1-2/+2
2007-10-18Merged revisions 86330 via svnmerge from russell1-6/+2
2007-10-11Merge a ton of NEW_CLI conversions. Thanks to everyone that helped out! :)russell1-54/+65
2007-10-09Merged revisions 85158 via svnmerge from tilghman1-1/+34
2007-10-08Merged revisions 84990 via svnmerge from file1-1/+2
2007-10-01Merged revisions 84274 via svnmerge from dhubbard1-1/+5
2007-09-28Merged revisions 84049 via svnmerge from tilghman1-5/+17
2007-09-21Merged revisions 83432 via svnmerge from russell1-4/+4
2007-09-06Fix memory issue that crept up with Russell's testing. It is *not* proper to ...file1-9/+39
2007-09-04Merged revisions 81437 via svnmerge from file1-5/+11
2007-08-29This code was in team/murf/bug8684-trunk; it should fix bug 8684 in trunk. I ...murf1-2/+2
2007-08-28* Constify the uid field of channel datastoresrussell1-3/+3
2007-08-14(closes issue #10427)file1-0/+6
2007-08-14Don't ask me why, but waitfordigit will immediately return a 1 on my system, ...murf1-1/+4
2007-08-13constify the return value of reason2strrussell1-1/+1
2007-08-10Merged revisions 79099 via svnmerge from murf1-0/+23