summaryrefslogtreecommitdiff
path: root/main/channel.c
AgeCommit message (Expand)Author
2015-02-24ARI/PJSIP: Apply requesting channel's format cap to created channelsMatthew Jordan
2015-02-11HTTP: Stop accepting requests on final system shutdown.Richard Mudgett
2014-12-08Add new AMI and ARI events for connected line changes on a channel.Mark Michelson
2014-12-08Stasis: Fix StasisStart/End order and missing eventsKinsey Moore
2014-12-01channel: Extend size of buffer for codecs in "core show channeltype" CLI comm...Joshua Colp
2014-10-17AMI: Add missing VarSet events when a channel inherits variables.Richard Mudgett
2014-10-03chan_pjsip: Fix deadlock when masquerading PJSIP channels.Richard Mudgett
2014-09-21main/channel: Unlock channel in off-nominal pathMatthew Jordan
2014-09-18Add API call to determine if format capability structure is "empty".Mark Michelson
2014-08-20chan_pjsip: Update media translation paths when new SDP negotiated.Richard Mudgett
2014-08-15Bridging: Fix a behavioral change when checking if a channel is leaving a bridgeJonathan Rose
2014-08-14channel_internal_api.c: Replace some code with ao2_replace().Richard Mudgett
2014-08-13Bridges: Fix feature interruption/unintended kick caused by external actionsJonathan Rose
2014-08-07Stasis: Convey transfer information to applicationsKinsey Moore
2014-08-06Stasis: Allow message types to be blockedKinsey Moore
2014-07-28datastores: Audit ast_channel_datastore_remove usage.Richard Mudgett
2014-07-24accountcode: Slightly change accountcode propagation.Richard Mudgett
2014-07-22ARI: Fix endpoint/channel subscription issues; allow for subscriptions to techMatthew Jordan
2014-07-20media formats: re-architect handling of media for performance improvementsMatthew Jordan
2014-07-18Channels: Masquerades to automatically move frame/audio hooksJonathan Rose
2014-06-26Bridging: Allow channels to define bridging hooksKinsey Moore
2014-06-13stasis: Reduce creation of channel snapshots to improve performanceMatthew Jordan
2014-06-10Fix build in dev mode due to signed/unsigned mismatchKinsey Moore
2014-06-08bridges/bridge_native_rtp: Reconfigure bridge on removal of framehookMatthew Jordan
2014-05-19Undo r414123Matthew Jordan
2014-05-18bridge_native_rtp/bridge_channel: Fix direct media issues due to frame hookMatthew Jordan
2014-05-11framehooks: Add callback for determining if a hook is consuming frames of a s...Joshua Colp
2014-05-11Undoing framehook support. Issues were uncovered by Bamboo.Joshua Colp
2014-05-10framehooks: Add callback for determining if a hook is consuming frames of a s...Joshua Colp
2014-05-09Allow Asterisk to compile under GCC 4.10Kinsey Moore
2014-04-04internal_timing: Remove the option and always make it enabled if a timing mod...Richard Mudgett
2014-04-04Add some asserts that were handy when looking for a stasis cache problem.Richard Mudgett
2014-03-17Fix stuck channel in ARI through the introduction of synchronous bridge actions.Mark Michelson
2014-03-12res_musiconhold.c: Generate MOH start/stop events whenever the MOH stream is ...Richard Mudgett
2014-03-07uniqueid: channel linkedid, ami, ari object creation with id'sScott Griepentrog
2014-02-21channel.c: MOH is not working for transferee after attended transferKevin Harwell
2014-01-27Protect ast_filestream object when on a channelRussell Bryant
2013-12-30channels.c: core show channeltypes slicingKevin Harwell
2013-12-20res_pjsip: Add PJSIP CLI commandsMatthew Jordan
2013-12-19Fix a deadlock that occurred due to a conflict of masquerades.Mark Michelson
2013-12-19channel: Add a missing ast_channel_unlock when allocating a Surrogate channel.Joshua Colp
2013-12-18channel locking: Add locking for channel snapshot creationKevin Harwell
2013-12-18channels: Return allocated channels locked.Joshua Colp
2013-12-17Several components: fixing Typos in comments and code, "avaliable" instead of...Rusty Newton
2013-12-13bridge_native_rtp: Deadlock during 4-way conference creationKevin Harwell
2013-12-05Reverting r403311. It's causing ARI tests to hang.David M. Lee
2013-12-03Add channel locking for channel snapshot creation.Mark Michelson
2013-11-12Switch to a scoped lock to avoid missing unlocks in failure returns.Mark Michelson
2013-11-12Move a NULL check to a place that makes more sense.Mark Michelson
2013-10-29Remove some spammy debug messages; improve clarity of othersMatthew Jordan