summaryrefslogtreecommitdiff
path: root/main/channel.c
AgeCommit message (Expand)Author
2013-07-08Refactor operations to access the stasis cache instead of objects directly wh...Joshua Colp
2013-07-07In a channel destructor dispose of items that raise Stasis message properlyMatthew Jordan
2013-07-07Handle hangup logic in the Stasis message bus and consumers of Stasis messagesMatthew Jordan
2013-07-04res_parking: Replace Parker snapshots with ParkerDialStringJonathan Rose
2013-07-03ARI - channel recording supportDavid M. Lee
2013-06-17chan_vpb: Fix compile error and __ast_channel_alloc() prototype const inconsi...Richard Mudgett
2013-06-17Update Asterisk's CDRs for the new bridging frameworkMatthew Jordan
2013-06-13Refactor CEL channel events on top of Stasis-CoreKinsey Moore
2013-06-07Rework stasis cache clear eventsKinsey Moore
2013-06-07Refactor chan_dahdi/sig_analog/sig_pri and chan_misdn to use the common trans...Richard Mudgett
2013-06-05Publish the channel state snapshot *before* calling device state so a device ...Joshua Colp
2013-05-31Remove ast_channel_bridge() and associated code called only by it.Richard Mudgett
2013-05-31Fixup hold/unhold with attended and blind transfers.Richard Mudgett
2013-05-30Avoid unnecessary cleanups during immediate shutdownDavid M. Lee
2013-05-29Fix segfault when dealing with chan_agent channels.Richard Mudgett
2013-05-29Remove unused RAII vars.Jason Parker
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-21Merge in the bridge_construction branch to make the system use the Bridging API.Richard Mudgett
2013-05-17Publish the outbound channel's application/data when dialingMatthew Jordan
2013-05-08Remove required type field from channel blobsDavid M. Lee
2013-05-02Remove the ABI compatability ast_channel_alloc(). It is no longer needed.Richard Mudgett
2013-04-22Fix crash when AMI redirect action redirects two channels out of a bridge.Richard Mudgett
2013-04-15DTMF events are now published on a channel's stasis_topic. AMI wasDavid M. Lee
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-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-16Transition MWI to Stasis-coreKinsey Moore
2013-03-08Ensure dummy channels get a stasis topic.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-31Eliminate a use of a C++ keyword as a variable. new to new_frameRichard Mudgett
2013-01-22Add ControlPlayback manager actionMatthew Jordan
2013-01-14Gently reduce masquerade insanityDavid M. Lee
2013-01-10* Simplify native bridge code in ast_channel_bridge().Richard Mudgett
2013-01-10* Removed some noop code and restructured an else-if ladder in ast_generic_br...Richard Mudgett
2013-01-09* Simple optimization of bridge_playfile().Richard Mudgett
2013-01-03Add missing test eventKinsey Moore
2013-01-02Prevent exhaustion of system resources through exploitation of event cacheMatthew Jordan
2012-12-20Give the causes[] a struct name.Richard Mudgett
2012-12-18Add test events for time limit-related hangupsKinsey Moore
2012-12-11Cleanup CLI commands on exit for several files.Richard Mudgett
2012-11-21Add red-black tree container type to astobj2.Richard Mudgett
2012-11-15Patch to prevent stopping the active generator when it is not the silenceBrent Eagles
2012-11-07Multiple revisions 375993-375994Mark Michelson
2012-11-06Fix stuck DTMF when bridge is broken.Richard Mudgett
2012-11-05Refactor ast_timer_ack to return an error and handle the error in timer usersMatthew Jordan
2012-11-02Things don't need to be that const.Richard Mudgett
2012-10-02Fix a variety of ref counting issuesMatthew Jordan