summaryrefslogtreecommitdiff
path: root/apps/app_chanspy.c
AgeCommit message (Expand)Author
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
2008-07-23Merged revisions 133169 via svnmerge from Mark Michelson
2008-07-23Merged revisions 133104 via svnmerge from Mark Michelson
2008-07-23Merged revisions 133101 via svnmerge from Mark Michelson
2008-07-11Janitor patch to change uses of sizeof to ARRAY_LENBrett Bryant
2008-07-03Make change proposed by andrew53 on bugtrackerMark Michelson
2008-07-03Thanks to a suggestion from seanbright, print a warning if the attachmentMark Michelson
2008-07-03Fix buildMark Michelson
2008-07-03Fix a crash when attempting to spy on an unbridged channel.Mark Michelson
2008-06-12Goodbye Zaptel, hello DAHDI. Removes Zaptel driver support with DAHDI. Config...Jeff Peeler
2008-05-27Merged revisions 118509 via svnmerge from Mark Michelson
2008-05-27Merged revisions 118365 via svnmerge from Mark Michelson
2008-05-22- revert change to ast_queue_hangup and create ast_queue_hangup_with_causeMichiel van Baak
2008-05-14Adding a new option to Chanspy(). The 'd' option allows for the spy toMark Michelson
2008-05-05Document the 'B' option of app_chanspy.Joshua Colp
2008-04-30Lock around variables retrieved, and copy the values, if they stay persistent,Tilghman Lesher
2008-04-29Patching app_chanspy to jibe better with what is documented. This allows for Mark Michelson
2008-04-28Adding a new option 'n' to app_chanspy. This option allows for the name of th...Mark Michelson
2008-04-25Adding a new option, 'B' to app_chanspy. This option allows the spy toMark Michelson
2008-04-25Merged revisions 114662 via svnmerge from Mark Michelson
2008-04-23Merged revisions 114597 via svnmerge from Russell Bryant
2008-04-17Merged revisions 114226 via svnmerge from Mark Michelson
2008-04-17Merged revisions 114191 via svnmerge from Sean Bright