summaryrefslogtreecommitdiff
path: root/main/channel.c
AgeCommit message (Expand)Author
2016-10-05audiohooks: Remove redundant codec translations when using audiohooksMichael Walton
2016-08-26channel: No hung-up on failing security requirements.Alexander Traud
2016-08-03Add missing checks during startup.Corey Farrell
2016-07-19res_pjsip: Add fax_detect_timeout endpoint option.Richard Mudgett
2016-05-31core/dial: New channel variable FORWARDERNAMEAlexei Gradinari
2016-02-29bridge core: Add owed T.38 terminate when channel leaves a bridge.Richard Mudgett
2016-02-29channel.c: Route all control frames to a channel through the same code.Richard Mudgett
2015-12-01Audit improper usage of scheduler exposed by 5c713fdf18f.Richard Mudgett
2015-11-09ast_format_cap_get_names: To display all formats, the buffer was increased.Alexander Traud
2015-09-24Do not swallow frames on channels leaving bridges.Mark Michelson
2015-07-29Add a test event for inband ringing.Mark Michelson
2015-07-28holding_bridge: ensure moh participants get framesJonathan Rose
2015-06-25channel: Remove ignore of answer on non-outgoing channels.Joshua Colp
2015-05-02Remove unneeded uses of optional_api providers.Corey Farrell
2015-04-17Detect potential forwarding loops based on count.Mark Michelson
2015-04-10chan_pjsip/res_pjsip/bridge_softmix/core: Improve translation path choices.Richard Mudgett
2015-04-10bridge_softmix.c,channel.c: Minor code simplification and cleanup.Richard Mudgett
2015-04-10translate.c: Only select audio codecs to determine the best translation choice.Richard Mudgett
2015-04-07ARI: Add the ability to intercept hold and raise an eventMatthew Jordan
2015-03-28clang compiler warnings: Fix -Wparantheses-equality warningsMatthew Jordan
2015-03-26Replace most uses of ast_register_atexit with ast_register_cleanup.Corey Farrell
2015-02-26app_chanspy, channel: fix frame leaksKevin Harwell
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