aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_chanspy.c
AgeCommit message (Expand)AuthorFilesLines
2011-07-14Merged revisions 328247 via svnmerge from lmadsen1-0/+4
2011-05-04Merged revisions 316650 via svnmerge from dvossel1-2/+3
2011-03-17Merged revisions 311197 via svnmerge from jrose1-1/+5
2011-02-22Media Project Phase2: SILK 8khz-24khz, SLINEAR 8khz-192khz, SPEEX 32khz, hd a...dvossel1-3/+3
2011-02-03Asterisk media architecture conversion - no more format bitfieldsdvossel1-15/+20
2010-12-28Merged revisions 299865 via svnmerge from pabelanger1-1/+1
2010-09-03Merged revisions 284921 via svnmerge from twilson1-1/+1
2009-11-13Display a list of channel variables in each channel-oriented event.tilghman1-2/+3
2009-11-05Fix the fix for chanspy option o jpeeler1-1/+2
2009-11-04Expand codec bitfield from 32 bits to 64 bits.tilghman1-1/+1
2009-10-21Finish implementaton of astobj2 OBJ_MULTIPLE, and convert ast_channel_iterato...kpfleming1-3/+3
2009-10-15Readd removed ability to allow listening to one side of the call in app_chanspyjpeeler1-1/+6
2009-09-17Get this compiling under dev-mode.seanbright1-1/+0
2009-09-17Add the 'E' option to exit ChanSpy, once the single channel it spied upon han...tilghman1-53/+68
2009-08-10AST-2009-005tilghman1-2/+2
2009-06-26Add 's' option to ChanSpy, which makes the app exit when no channels are left...russell1-0/+11
2009-06-16Merged revisions 200991 via svnmerge from kpfleming1-8/+10
2009-06-07Global var cleanup - constification and removing unused vars.russell1-5/+5
2009-05-28Merged revisions 197537 via svnmerge from mmichelson1-0/+1
2009-05-21Const-ify the world (or at least a good part of it)kpfleming1-8/+7
2009-05-12add 'const' qualifiers in various places where they should have beenkpfleming1-3/+3
2009-04-24Convert the ast_channel data structure over to the astobj2 framework.russell1-210/+240
2009-02-13Add manager events for chanspy starting or stoppingmmichelson1-1/+9
2009-02-10Fix potential for stack overflows in app_chanspy.cmmichelson1-33/+22
2009-02-06Always detach and destroy the whisper and barge audiohooks. Additionally also...file1-13/+9
2009-02-04Merged revisions 173396 via svnmerge from mmichelson1-3/+1
2009-02-04Merged revisions 173392 via svnmerge from mmichelson1-1/+3
2008-12-19Merged revisions 165889 via svnmerge from russell1-1/+1
2008-12-13Only detach and destroy the whisper audiohooks if they are actually in use.file1-8/+13
2008-11-05- Add more <see-also> based on TFOT.eliel1-0/+6
2008-11-02bring over all the fixes for the warnings found by gcc 4.3.x from the 1.4 bra...kpfleming1-2/+6
2008-11-02Fix various spelling and grammatical issues in documentationrussell1-1/+1
2008-11-01Merge changes from team/group/appdocsxmlrussell1-121/+231
2008-08-20Merged revisions 139213 via svnmerge from russell1-2/+2
2008-08-19Merged revisions 138886 via svnmerge from mmichelson1-0/+2
2008-08-05make datastore creation and destruction a generic API since it is not really ...kpfleming1-2/+2
2008-07-28merging the zap_and_dahdi_trunk branch up to trunkmmichelson1-11/+2
2008-07-23Merged revisions 133169 via svnmerge from mmichelson1-4/+9
2008-07-23Merged revisions 133104 via svnmerge from mmichelson1-1/+4
2008-07-23Merged revisions 133101 via svnmerge from mmichelson1-0/+1
2008-07-11Janitor patch to change uses of sizeof to ARRAY_LENbbryant1-2/+2
2008-07-03Make change proposed by andrew53 on bugtrackermmichelson1-1/+1
2008-07-03Thanks to a suggestion from seanbright, print a warning if the attachmentmmichelson1-2/+6
2008-07-03Fix buildmmichelson1-1/+1
2008-07-03Fix a crash when attempting to spy on an unbridged channel.mmichelson1-6/+9
2008-06-12Goodbye Zaptel, hello DAHDI. Removes Zaptel driver support with DAHDI. Config...jpeeler1-1/+4
2008-05-27Merged revisions 118509 via svnmerge from mmichelson1-7/+6
2008-05-27Merged revisions 118365 via svnmerge from mmichelson1-2/+7
2008-05-22- revert change to ast_queue_hangup and create ast_queue_hangup_with_causemvanbaak1-1/+1
2008-05-14Adding a new option to Chanspy(). The 'd' option allows for the spy tommichelson1-41/+70