summaryrefslogtreecommitdiff
path: root/main/channel.c
AgeCommit message (Expand)Author
2008-03-10Merged revisions 107099 via svnmerge from Russell Bryant
2008-03-07Merged revisions 106788 via svnmerge from Joshua Colp
2008-03-07Merged revisions 106552 via svnmerge from Tilghman Lesher
2008-03-05Merged revisions 106235 via svnmerge from Joshua Colp
2008-03-04Whitespace changes onlyTilghman Lesher
2008-03-033) In addition to merging the changes below, change trunk back to a regularRussell Bryant
2008-03-03Merged revisions 105560 via svnmerge from Joshua Colp
2008-02-19Make sure to mask out non-audio first as wellJason Parker
2008-02-19Maybe we should set the value before we test it? Fixes an issue people have ...Jason Parker
2008-02-18Merged revisions 103801 via svnmerge from Joshua Colp
2008-02-18Add a non-invasive API for application level manipulation of T38 on a channel...Joshua Colp
2008-02-18Make sure we can set up calls without audio (text+video).Olle Johansson
2008-02-18Context tracing for channelsTilghman Lesher
2008-02-15Fix up some doxygen issues.Jason Parker
2008-02-11Add support for allowing a native bridge to happen when the L option is enabl...Joshua Colp
2008-01-28Merged revisions 100581 via svnmerge from Russell Bryant
2008-01-28Make a couple more uses of ARRAY_LEN, and convert some spaces to tabsRussell Bryant
2008-01-28 - Simplify a line with ARRAY_LEN()Russell Bryant
2008-01-28These readlocks always fail for me on my mac, and I saw it happen againRussell Bryant
2008-01-24Some more cosmetic changes.Joshua Colp
2008-01-24Add some spacing.Joshua Colp
2008-01-22Add a generic function to set the bridged call PVT unique id stringOlle Johansson
2008-01-17Add AST_FORMAT_SLINEAR16 to the list for ast_best_codec()Russell Bryant
2008-01-11Merged revisions 98315 via svnmerge from Mark Michelson
2008-01-03Allow the uniqueid to be used for searching for a channel in the list.Tilghman Lesher
2007-12-27Merged revisions 95024 via svnmerge from Russell Bryant
2007-12-26Leave a note for a minor bug that was pointed out by d1masRussell Bryant
2007-12-24Merged revisions 94767 via svnmerge from Tilghman Lesher
2007-12-18Merged revisions 93625 via svnmerge from Mark Michelson
2007-12-06Changes to manager events in channel.cOlle Johansson
2007-12-06Instead of iterating through the entire epoll events array just look at the o...Joshua Colp
2007-12-04Merged revisions 90876 via svnmerge from Jason Parker
2007-12-03Avoid an additional function call. Reported by: eliel Patch by: eliel (Close...Tilghman Lesher
2007-12-03Merged revisions 90548 via svnmerge from Joshua Colp
2007-11-29Merged revisions 90145 via svnmerge from Russell Bryant
2007-11-26Merged revisions 89577 via svnmerge from Joshua Colp
2007-11-25Try to get channel.h and channel.c aligned in regards to ast_set_callerid as ...Olle Johansson
2007-11-21remove a bunch of useless #include "options.h"Luigi Rizzo
2007-11-20move asterisk/paths.h outside asterisk.h and into those filesLuigi Rizzo
2007-11-20move internal function declarations to include/asterisk/_private.hLuigi Rizzo
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