summaryrefslogtreecommitdiff
path: root/funcs/func_channel.c
AgeCommit message (Expand)Author
2012-04-06Add missing newlines to CLI loggingKinsey Moore
2012-03-01Opaquify ast_channel typedefs, fd arrays, and softhangup flagTerry Wilson
2012-02-24Opaquification for ast_format structs in struct ast_channelTerry Wilson
2012-02-20ast_channel opaquification of pointers and integral typesTerry Wilson
2012-02-13Opaquify char * and char[] in ast_channelTerry Wilson
2012-01-24Opaquify channel stringfieldsTerry Wilson
2012-01-09Replace direct access to channel name with accessor functionsTerry Wilson
2011-10-03Merged revisions 338995 via svnmerge from Gregory Nietsky
2011-07-14Merged revisions 328247 via svnmerge from Leif Madsen
2011-05-25 CHANNEL(pickupgroup)Gregory Nietsky
2011-04-19Merged revisions 314206 via svnmerge from Leif Madsen
2011-03-04Merged revisions 309445 via svnmerge from Richard Mudgett
2011-03-01Merged revisions 309170 via svnmerge from Richard Mudgett
2011-02-03Asterisk media architecture conversion - no more format bitfieldsDavid Vossel
2010-09-10Merged revisions 286189 via svnmerge from Terry Wilson
2010-09-08Merged revisions 285484 via svnmerge from Tilghman Lesher
2010-09-07Merged revisions 285373 via svnmerge from Tilghman Lesher
2010-06-08Add SRTP support for AsteriskTerry Wilson
2010-03-04Adjust XML for func_channel to indicate that rtpdest can take a "text" argument.Mark Michelson
2010-01-27Fix the ability to specify an OSP token for an outbound IAX2 call.Russell Bryant
2009-10-21Finish implementaton of astobj2 OBJ_MULTIPLE, and convert ast_channel_iterato...Kevin P. Fleming
2009-09-01Add MASTER_CHANNEL() dialplan function, as well as a useful usage.Tilghman Lesher
2009-08-10AST-2009-005Tilghman Lesher
2009-07-02Support setting and receiving Reverse Charging Indication over ISDN PRI.Sean Bright
2009-06-26Merge the new Channel Event Logging (CEL) subsystem.Russell Bryant
2009-06-15More 'static' qualifiers on module global variables.Kevin P. Fleming
2009-05-11Recorded merge of revisions 193544 via svnmerge from Leif Madsen
2009-04-24Convert the ast_channel data structure over to the astobj2 framework.Russell Bryant
2009-03-17Add support for the "name" option in the CHANNEL() function.Russell Bryant
2009-02-17Merge a large set of updates to the Asterisk indications API.Russell Bryant
2009-01-13Merged revisions 168561 via svnmerge from Russell Bryant
2008-11-01Merge changes from team/group/appdocsxmlRussell Bryant
2008-06-15Add some more IAX2-specific information about the channel to the CHANNEL()Tilghman Lesher
2008-06-05This patch adds more detailed statistics for RTP channels, and provides an AP...Brett Bryant
2008-06-03Add a function, CHANNELS(), which retrieves a list of all active channels.Tilghman Lesher
2008-04-21(closes issue #6113)Jeff Peeler
2008-02-18Context tracing for channelsTilghman Lesher
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-07-31Mostly cleanup of documentation to substitute the pipe with the comma, but a ...Tilghman Lesher
2007-06-26Add rtpdest option to SIP CHANNEL() dialplan function to return the IP addres...Joshua Colp
2007-04-20Merge changes from team/russell/iax2_ospRussell Bryant
2007-03-27Merged revisions 59256 via svnmerge from Russell Bryant
2007-01-24Doxygen updateOlle Johansson
2007-01-06finish const-ifying ast_func_read()Kevin P. Fleming
2006-12-25rename the structs struct tone_zone_sound and struct tone_zoneLuigi Rizzo
2006-11-16Merged revisions 44809 via svnmerge from Paul Cadach
2006-08-21merge new_loader_completion branch, including (at least):Kevin P. Fleming
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...Kevin P. Fleming
2006-06-04Make tonezone writeable in CHANNEL() (from my old func_tonezone.c)Olle Johansson