summaryrefslogtreecommitdiff
path: root/include/asterisk/channel.h
AgeCommit message (Expand)Author
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
2012-02-29Opaquify ast_channel structs and listsTerry Wilson
2012-02-27Deprecated macro usage for connected line, redirecting, and CCSSKinsey Moore
2012-02-24Opaquification for ast_format structs in struct ast_channelTerry Wilson
2012-02-22Rename ast_channel_emulate_dtmf_digit* funcsTerry Wilson
2012-02-20ast_channel opaquification of pointers and integral typesTerry Wilson
2012-02-13Opaquify char * and char[] in ast_channelTerry Wilson
2012-02-01Constify some more channel driver technology callback parameters.Richard Mudgett
2012-02-01Fix ExtenSpy and simplify the channel search functions.Richard Mudgett
2012-01-31Fix memory leak in error paths for action_originate().Richard Mudgett
2012-01-24Opaquify channel stringfieldsTerry Wilson
2012-01-09Replace direct access to channel name with accessor functionsTerry Wilson
2011-09-26Merged revisions 337974 via svnmerge from Richard Mudgett
2011-08-29Merged revisions 333786 via svnmerge from Richard Mudgett
2011-06-16Merged revisions 324048 via svnmerge from Terry Wilson
2011-06-01Support routing text messages outside of a call.Russell Bryant
2011-05-25Merged revisions 320796 via svnmerge from Richard Mudgett