summaryrefslogtreecommitdiff
path: root/apps/app_chanspy.c
AgeCommit message (Expand)Author
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
2009-11-04Expand codec bitfield from 32 bits to 64 bits.Tilghman Lesher
2009-10-21Finish implementaton of astobj2 OBJ_MULTIPLE, and convert ast_channel_iterato...Kevin P. Fleming
2009-10-15Readd removed ability to allow listening to one side of the call in app_chanspyJeff Peeler
2009-09-17Get this compiling under dev-mode.Sean Bright
2009-09-17Add the 'E' option to exit ChanSpy, once the single channel it spied upon han...Tilghman Lesher
2009-08-10AST-2009-005Tilghman Lesher
2009-06-26Add 's' option to ChanSpy, which makes the app exit when no channels are left...Russell Bryant
2009-06-16Merged revisions 200991 via svnmerge from Kevin P. Fleming
2009-06-07Global var cleanup - constification and removing unused vars.Russell Bryant
2009-05-28Merged revisions 197537 via svnmerge from Mark Michelson
2009-05-21Const-ify the world (or at least a good part of it)Kevin P. Fleming
2009-05-12add 'const' qualifiers in various places where they should have beenKevin P. Fleming
2009-04-24Convert the ast_channel data structure over to the astobj2 framework.Russell Bryant
2009-02-13Add manager events for chanspy starting or stoppingMark Michelson
2009-02-10Fix potential for stack overflows in app_chanspy.cMark Michelson
2009-02-06Always detach and destroy the whisper and barge audiohooks. Additionally also...Joshua Colp
2009-02-04Merged revisions 173396 via svnmerge from Mark Michelson
2009-02-04Merged revisions 173392 via svnmerge from Mark Michelson
2008-12-19Merged revisions 165889 via svnmerge from Russell Bryant
2008-12-13Only detach and destroy the whisper audiohooks if they are actually in use.Joshua Colp