aboutsummaryrefslogtreecommitdiffstats
path: root/main/channel.c
AgeCommit message (Expand)AuthorFilesLines
2008-03-07Merged revisions 106788 via svnmerge from file1-0/+1
2008-03-07Merged revisions 106552 via svnmerge from tilghman1-2/+2
2008-03-05Merged revisions 106235 via svnmerge from file1-0/+12
2008-03-04Whitespace changes onlytilghman1-3/+3
2008-03-033) In addition to merging the changes below, change trunk back to a regularrussell1-5/+6
2008-03-03Merged revisions 105560 via svnmerge from file1-1/+8
2008-02-19Make sure to mask out non-audio first as wellqwell1-3/+3
2008-02-19Maybe we should set the value before we test it? Fixes an issue people have ...qwell1-1/+2
2008-02-18Merged revisions 103801 via svnmerge from file1-1/+1
2008-02-18Add a non-invasive API for application level manipulation of T38 on a channel...file1-11/+16
2008-02-18Make sure we can set up calls without audio (text+video).oej1-6/+19
2008-02-18Context tracing for channelstilghman1-0/+143
2008-02-15Fix up some doxygen issues.qwell1-1/+4
2008-02-11Add support for allowing a native bridge to happen when the L option is enabl...file1-1/+0
2008-01-28Merged revisions 100581 via svnmerge from russell1-2/+13
2008-01-28Make a couple more uses of ARRAY_LEN, and convert some spaces to tabsrussell1-12/+13
2008-01-28 - Simplify a line with ARRAY_LEN()russell1-3/+6
2008-01-28These readlocks always fail for me on my mac, and I saw it happen againrussell1-12/+3
2008-01-24Some more cosmetic changes.file1-1/+4
2008-01-24Add some spacing.file1-0/+5
2008-01-22Add a generic function to set the bridged call PVT unique id stringoej1-0/+4
2008-01-17Add AST_FORMAT_SLINEAR16 to the list for ast_best_codec()russell1-0/+1
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