summaryrefslogtreecommitdiff
path: root/apps/app_chanspy.c
AgeCommit message (Expand)Author
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
2008-11-05- Add more <see-also> based on TFOT.Eliel C. Sardanons
2008-11-02bring over all the fixes for the warnings found by gcc 4.3.x from the 1.4 bra...Kevin P. Fleming
2008-11-02Fix various spelling and grammatical issues in documentationRussell Bryant
2008-11-01Merge changes from team/group/appdocsxmlRussell Bryant
2008-08-20Merged revisions 139213 via svnmerge from Russell Bryant
2008-08-19Merged revisions 138886 via svnmerge from Mark Michelson
2008-08-05make datastore creation and destruction a generic API since it is not really ...Kevin P. Fleming
2008-07-28merging the zap_and_dahdi_trunk branch up to trunkMark Michelson