summaryrefslogtreecommitdiff
path: root/funcs/func_channel.c
AgeCommit message (Expand)Author
2018-03-20func_channel: Delete dead CHANNEL_TRACE codeIvan Poddubny
2017-12-27func_channel.c: Update MASTER_CHANNEL documentationRichard Mudgett
2017-12-06CDR: Fix deadlock setting some CDR values.Richard Mudgett
2017-03-17CHANNEL(callid): Give dialplan access to the callid.Richard Mudgett
2016-10-27Remove ASTERISK_REGISTER_FILE.Corey Farrell
2016-08-16Refactor usage pattern of xmldoc info tag.Corey Farrell
2016-08-15func_channel: Reorganize documentationMatt Jordan
2016-01-14func_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-04-13git migration: Refactor the ASTERISK_FILE_VERSION macroMatt Jordan
2015-01-20CHANNEL(peer), chan_iax2, res_fax, SNMP agent: Fix deadlock from reaching acr...Richard Mudgett
2014-09-09func_channel: Add CHANNEL(onhold) item to get the current hold status of the ...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