summaryrefslogtreecommitdiff
path: root/main/manager_channels.c
AgeCommit message (Expand)Author
2018-02-01manager_channels.c: Reordered ast_manager_build_channel_state_string_prefix()Richard Mudgett
2017-12-22Remove as much trailing whitespace as possible.Sean Bright
2016-10-31manager: Add documentation for NewConnectedLine event.Etienne Lessard
2016-10-27Remove ASTERISK_REGISTER_FILE.Corey Farrell
2016-08-15manager: Add <see-also> links between related eventsMatt Jordan
2016-05-31Expand the scope of Dial EventsMark Michelson
2016-04-22manager_channels.c: Fix allocation failure crash.Richard Mudgett
2015-06-26AMI: Add Linkedid to the standard channel snapshot AMI event headers.Richard Mudgett
2015-06-08AMI: Escape string values.Kevin Harwell
2015-04-13git migration: Refactor the ASTERISK_FILE_VERSION macroMatt Jordan
2015-04-07ARI: Add the ability to intercept hold and raise an eventMatthew Jordan
2015-03-26Replace most uses of ast_register_atexit with ast_register_cleanup.Corey Farrell
2014-12-09ARI/AMI: Include language in standard channel snapshot outputKevin Harwell
2014-12-08Add new AMI and ARI events for connected line changes on a channel.Mark Michelson
2014-08-18Improve call forwarding reporting, especially with regards to ARI.Matthew Jordan
2014-05-22ARI: Add ability to raise arbitrary User EventsScott Griepentrog
2014-05-09Allow Asterisk to compile under GCC 4.10Kinsey Moore
2014-04-07AGI/Manager: Prevent multiple NewExten events during AGI application changesJonathan Rose
2014-01-31CDRs: fix a variety of dial status problems, h/hangup handler creating CDRsMatthew Jordan
2013-09-30Multiple revisions 399887,400138,400178,400180-400181David M. Lee
2013-08-08Hide the Surrogate channels from external consumers; kill Masquerade eventsMatthew Jordan
2013-08-01Fix documentation replication issuesKinsey Moore
2013-08-01Split caching out from the stasis_caching_topic.David M. Lee
2013-07-23Fix bridge/channel AMI event ordering issuesDavid M. Lee
2013-07-19Filter channels used as internal mechanismsKinsey Moore
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-06-17Prevent sending a NewExten event after a Hangup during a stack restoreMatthew Jordan
2013-06-17Update Asterisk's CDRs for the new bridging frameworkMatthew Jordan
2013-06-11Add vtable and methods for to_json and to_ami for Stasis messagesDavid M. Lee
2013-06-05Fixed refcounting problems with chanspy AMI support.David M. Lee
2013-05-24Split Hold event into Hold/Unhold, and move it into core.Jason Parker
2013-05-24Migrate a large number of AMI events over to Stasis-CoreMatthew Jordan
2013-05-21Merge in the bridge_construction branch to make the system use the Bridging API.Richard Mudgett
2013-05-18Move origination to use the dialing API and send Stasis messages on dial begi...Joshua Colp
2013-05-17Fix shutdown assertions in stasis-coreDavid M. Lee
2013-05-10Add channel events for res_stasis appsKinsey Moore
2013-05-08Remove required type field from channel blobsDavid M. Lee
2013-04-15Moved core logic from app_stasis to res_stasisDavid M. Lee
2013-04-15DTMF events are now published on a channel's stasis_topic. AMI wasDavid M. Lee
2013-04-12Expose channel snapshot manager blob generationKinsey Moore
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-25Fix typoKinsey Moore
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