summaryrefslogtreecommitdiff
path: root/apps/app_chanspy.c
AgeCommit message (Expand)Author
2017-12-22Remove as much trailing whitespace as possible.Sean Bright
2017-08-01Fix compiler warnings on Fedora 26 / GCC 7.Corey Farrell
2017-05-16asterisk: Audit locking of channel when manipulating flags.Joshua Colp
2017-03-15autochan/mixmonitor/chanspy: Fix unsafe channel locking and references.Richard Mudgett
2016-10-27Remove ASTERISK_REGISTER_FILE.Corey Farrell
2016-05-03app_chanspy: fix audiohook options in non read-only modeJean Aunis
2016-04-27app_chanspy: reduce audio loss on the spying channel.Jean Aunis
2016-03-11app_chanspy: Fix occasional deadlock with ChanSpy and Local channels.Walter Doekes
2015-04-13git migration: Refactor the ASTERISK_FILE_VERSION macroMatt Jordan
2015-02-26app_chanspy, channel: fix frame leaksKevin Harwell
2014-10-03audiohooks: Reevaluate the bridge technology when an audiohook is added or re...Richard Mudgett
2014-08-13Bridges: Fix feature interruption/unintended kick caused by external actionsJonathan Rose
2014-08-06Stasis: Allow message types to be blockedKinsey Moore
2014-07-20media formats: re-architect handling of media for performance improvementsMatthew Jordan
2014-06-20voicemail API callbacks: Extract the sayname API call to its own registerd ca...Richard Mudgett
2014-05-12app_chanspy: Fix a test that was failing on account of r413551Jonathan Rose
2014-05-09app_chanspy: Fix a bug where Barge mode could failJonathan Rose
2014-02-21app_chanspy: Documentation Update To Clarify "x" OptionMichael L. Young
2014-01-31ChanSpy: Add ability to specify channel uniqueids as well as channel names.Richard Mudgett
2013-12-17Several components: fixing Typos in comments and code, "avaliable" instead of...Rusty Newton
2013-08-22Add SayAlphaCase and similar functionality for AGIKinsey Moore
2013-08-02Get rid of ast_bridged_channel() and the bridged_channel field on ast_channels.Mark Michelson
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
2012-08-08Fix Not Unreferencing A Spied ChannelMichael L. Young
2012-06-25Add AMI event documentationMatthew Jordan
2012-05-10Coverity Report: Fix issues for error type UNINIT in Core supported modulesJonathan Rose
2012-05-04Fix many issues from the NULL_RETURNS Coverity reportKinsey Moore
2012-04-06Add missing newlines to CLI loggingKinsey Moore
2012-03-16Prevent chanspy from binding to zombie channelsJonathan Rose
2012-03-13Finalize ast_channel opaquificationTerry Wilson
2012-03-02Remove bad usage of goto in ChanSpy next_channel().Richard Mudgett
2012-03-02Fix channel reference leak in ChanSpy.Richard Mudgett
2012-02-24Opaquification for ast_format structs in struct ast_channelTerry Wilson
2012-02-20ast_channel opaquification of pointers and integral typesTerry Wilson
2012-02-13Opaquify char * and char[] in ast_channelTerry Wilson
2012-02-08Avoid cppcheck warnings; removing unused vars and a bit of cleanup.Walter Doekes
2012-01-27Audit of ao2_iterator_init() usage for v1.8.Richard Mudgett
2012-01-24Opaquify channel stringfieldsTerry Wilson
2012-01-09Replace direct access to channel name with accessor functionsTerry Wilson
2011-12-23Merged revisions 349045 via svnmerge from Sean Bright
2011-07-14Merged revisions 328247 via svnmerge from Leif Madsen
2011-05-04Merged revisions 316650 via svnmerge from David Vossel
2011-03-17Merged revisions 311197 via svnmerge from Jonathan Rose
2011-02-22Media Project Phase2: SILK 8khz-24khz, SLINEAR 8khz-192khz, SPEEX 32khz, hd a...David Vossel
2011-02-03Asterisk media architecture conversion - no more format bitfieldsDavid Vossel
2010-12-28Merged revisions 299865 via svnmerge from Paul Belanger
2010-09-03Merged revisions 284921 via svnmerge from Terry Wilson
2009-11-13Display a list of channel variables in each channel-oriented event.Tilghman Lesher
2009-11-05Fix the fix for chanspy option o Jeff Peeler