summaryrefslogtreecommitdiff
path: root/funcs/func_channel.c
AgeCommit message (Expand)Author
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
2006-05-25- mark some applications deprecated that already have replacementsRussell Bryant
2006-05-10use the channel lock wrappers (issue #7120, Mithraen)Russell Bryant
2006-05-03 Provide the ability to adjust txgain/rxgain on a channel level via the CHANN...BJ Weschke
2006-04-14This rather large commit changes the way modules are loaded. Luigi Rizzo
2006-04-08since the module API is changing, it's a good time to const-ify the descripti...Kevin P. Fleming
2006-03-25Bug 6670 - Additional parameters to the CHANNEL funcTilghman Lesher
2006-02-21set keywords property correctlyKevin P. Fleming
2006-02-12major dialplan functions updateKevin P. Fleming