summaryrefslogtreecommitdiff
path: root/main/channel.c
AgeCommit message (Expand)Author
2017-12-22Remove as much trailing whitespace as possible.Sean Bright
2017-09-25channel.c: Fix invalid reference in conditionaled out code.Richard Mudgett
2017-07-01channel: Clear channel flag in error branch.Corey Farrell
2017-06-16res_stasis: Plug reference leak on stolen channelsGeorge Joseph
2017-06-15channel: Fix reference counting in ast_channel_suppress.Joshua Colp
2017-06-05channel: ast_write frame wrongly freed after call to audiohooksKevin Harwell
2017-05-31channel / app_meetme: Fix parentheses.Joshua Colp
2017-05-16asterisk: Audit locking of channel when manipulating flags.Joshua Colp
2017-05-04bridge: Fix returning to dialplan when executing Bridge() from AMI.Joshua Colp
2017-02-14Merge "channel: Protect flags in ast_waitfor_nandfds operation." into 13zuul
2017-02-13channel: Protect flags in ast_waitfor_nandfds operation.Joshua Colp
2017-02-10core: Cleanup some channel snapshot staging anomalies.Richard Mudgett
2017-02-01channel.c: Fix unbalanced read queue deadlocking local channels.Richard Mudgett
2017-02-01res_agi: Prevent an AGI from eating frames it should not. (Re-do)Richard Mudgett
2017-02-01Frame deferral: Revert API refactoring.Richard Mudgett
2017-01-25T.140: Fix format ref and memory leaks.Richard Mudgett
2017-01-17abstract/fixed/adpative jitter buffer: disallow frame re-insertsKevin Harwell
2016-12-01Merge "Frame deferral: Re-queue deferred frames one-at-a-time." into 13Joshua Colp
2016-11-30Frame deferral: Re-queue deferred frames one-at-a-time.Mark Michelson
2016-11-30Merge "chan_pjsip: fix switching sending codec when asymmetric_rtp_codec=no" ...zuul
2016-11-16channel: Fix issues in hangup scenarios caused by frame deferralGeorge Joseph
2016-11-16chan_pjsip: fix switching sending codec when asymmetric_rtp_codec=noAlexei Gradinari
2016-11-14Revert "Revert "channel: Use frame deferral API for safe sleep.""George Joseph
2016-11-14Revert "Revert "AGI: Only defer frames when in an interception routine.""George Joseph
2016-11-14Revert "Revert "Add API for channel frame deferral.""George Joseph
2016-11-10Revert "Add API for channel frame deferral."George Joseph
2016-11-07Add API for channel frame deferral.Mark Michelson
2016-10-20ARI: Detect duplicate channel IDsMark Michelson
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