summaryrefslogtreecommitdiff
path: root/include/asterisk/channel.h
AgeCommit message (Expand)Author
2013-07-12Add support to the bridging core for performing COLP updates when channels jo...Joshua Colp
2013-07-08Refactor operations to access the stasis cache instead of objects directly wh...Joshua Colp
2013-07-07Handle hangup logic in the Stasis message bus and consumers of Stasis messagesMatthew Jordan
2013-07-05Refactor RTCP events over to Stasis; associate with channelsMatthew Jordan
2013-07-04res_parking: Replace Parker snapshots with ParkerDialStringJonathan Rose
2013-07-03ARI - channel recording supportDavid M. Lee
2013-07-01bridge_features: Support One touch Monitor/MixMonitorJonathan Rose
2013-06-17Update Asterisk's CDRs for the new bridging frameworkMatthew Jordan
2013-06-13Add support for requiring that all queued messages on a caching topic have be...Joshua Colp
2013-06-06Refactor the features configuration scheme.Mark Michelson
2013-05-31Remove ast_channel_bridge() and associated code called only by it.Richard Mudgett
2013-05-28Adds support for a core attended transfer function plus adds some hiding of m...Mark Michelson
2013-05-24Split Hold event into Hold/Unhold, and move it into core.Jason Parker
2013-05-23This patch adds support for controlling a playback operation from theDavid M. Lee
2013-05-21Merge in the bridge_construction branch to make the system use the Bridging API.Richard Mudgett
2013-04-08Add multi-channel Stasis messages; refactor Dial AMI events to StasisMatthew Jordan
2013-03-28Break the world. Stasis message type accessors should now all be named correc...Kinsey Moore
2013-03-27Added a doxygen group for Stasis messages and topicsDavid M. Lee
2013-03-25Move NewCallerid, HangupRequest and SoftHangupRequest to StasisDavid M. Lee
2013-03-22Move more channel events to Stasis; move res_json.c to main/json.c.David M. Lee
2013-03-08This patch adds a new message bus API to Asterisk.David M. Lee
2013-02-09Make ast_do_masquerade() a void function.Richard Mudgett
2013-01-31Make CHECK_BLOCKING() debug message more useful.Richard Mudgett
2013-01-02Fix AMI redirect action with two channels failing to redirect both channels.Richard Mudgett
2013-01-02Prevent exhaustion of system resources through exploitation of event cacheMatthew Jordan
2012-11-07Multiple revisions 375993-375994Mark Michelson
2012-11-06Fix stuck DTMF when bridge is broken.Richard Mudgett
2012-09-25Allow for redirecting reasons to be set to arbitrary strings.Mark Michelson
2012-09-20Named call pickup groups. Fixes, missing functionality, and improvements.Richard Mudgett
2012-09-13Fix timeouts for ast_waitfordigit[_full].David M. Lee
2012-08-30Clean up doxygen warningsMatthew Jordan
2012-08-10Add private representation of caller, connected and redirecting party ids.Richard Mudgett
2012-08-08Allow support for early media on AMI originates and call files.Mark Michelson
2012-08-07Add named callgroups/pickupgroupsMatthew Jordan
2012-07-20Add hangupcause translation supportKinsey Moore
2012-07-11Named ACLs: Introduces a system for creating and sharing ACLsJonathan Rose
2012-06-29Hangup handlers - Dialplan subroutines that run when the channel hangs up.Richard Mudgett
2012-06-19Ensure that pvt cause information does not break native bridgingKinsey Moore
2012-06-11Fix deadlock potential with ast_set_hangupsource() calls.Richard Mudgett
2012-06-08Tweak ast_channel_softhangup_withcause_locked() to take a typed parameter.Richard Mudgett
2012-06-05Convert AST_FLAG_ANSWERED_ELSEWHERE usage to AST_CAUSE_ANSWERED_ELSEWHEREKinsey Moore
2012-05-22Fix race condition for CEL LINKEDID_END eventTerry Wilson
2012-05-17logger: Adds additional support for call id logging and chan_sip specific stuffJonathan Rose
2012-05-10Run predial routine on local;2 channel where you would expect.Richard Mudgett
2012-04-20Add original party id and reason support.Richard Mudgett
2012-04-03Allow the Hangup manager action to match channels by regexMark Murawki
2012-03-14Fix deadlock potential with some ast_indicate/ast_indicate_data calls.Richard Mudgett
2012-03-13Finalize ast_channel opaquificationTerry Wilson
2012-03-05Make usage of DECLARE_STRINGFIELD_SETTERS_FOR() not look so odd.Richard Mudgett
2012-03-01Opaquify ast_channel typedefs, fd arrays, and softhangup flagTerry Wilson