summaryrefslogtreecommitdiff
path: root/funcs/func_channel.c
AgeCommit message (Expand)Author
2016-08-15Refactor usage pattern of xmldoc info tag.Corey Farrell
2016-08-12func_channel: Reorganize documentationMatt Jordan
2016-01-17func_channel: Add help text for undocumented CHANNEL function argumentsRusty Newton
2015-11-09ast_format_cap_get_names: To display all formats, the buffer was increased.Alexander Traud
2015-04-17Detect potential forwarding loops based on count.Mark Michelson
2015-01-20CHANNEL(peer), chan_iax2, res_fax, SNMP agent: Fix deadlock from reaching acr...Richard Mudgett
2014-09-05func_channel.c: Add missing locking to some CHANNEL() requests.Richard Mudgett
2014-08-06Add documentation to the ability to retrieve the source port of a SIP call.Walter Doekes
2014-07-20media formats: re-architect handling of media for performance improvementsMatthew Jordan
2014-05-09Allow Asterisk to compile under GCC 4.10Kinsey Moore
2014-03-27Fix dialplan function NULL channel safety issuesCorey Farrell
2013-12-11func_channel, chan_pjsip: Add CHANNEL read function support for chan_pjsipMatthew Jordan
2013-08-02Get rid of ast_bridged_channel() and the bridged_channel field on ast_channels.Mark Michelson
2013-07-25A great big renaming patchMatthew Jordan
2013-07-25Move after bridge callbacks into their own fileMatthew Jordan
2013-07-23func_channel: dtmf_features settingJonathan Rose
2013-07-21Clean up documentationMatthew Jordan
2013-06-26func_channel: Read/Write after_bridge_goto optionJonathan Rose
2013-06-17Update Asterisk's CDRs for the new bridging frameworkMatthew Jordan
2013-05-21Merge in the bridge_construction branch to make the system use the Bridging API.Richard Mudgett
2013-04-03Update documentation for CHANNEL functionMatthew Jordan
2012-09-20Named call pickup groups. Fixes, missing functionality, and improvements.Richard Mudgett
2012-07-31Clean up and ensure proper usage of alloca()Kinsey Moore
2012-06-29Hangup handlers - Dialplan subroutines that run when the channel hangs up.Richard Mudgett
2012-06-01Add documentation to function CHANNEL for options echocan_mode and buffersMichael L. Young
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