aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_chanspy.c
AgeCommit message (Expand)AuthorFilesLines
2008-07-11Merged revisions 130129 via svnmerge from bbryant1-1/+1
2008-06-17Goodbye Zaptel, hello DAHDI. Removes Zaptel driver support with DAHDI. Config...jpeeler1-11/+14
2008-05-27Merged revisions 118514 via svnmerge from mmichelson1-7/+6
2008-05-27Merged revisions 118371 via svnmerge from mmichelson1-2/+7
2008-04-25Merged revisions 114663 via svnmerge from mmichelson1-7/+6
2008-04-23Merged revisions 114598 via svnmerge from russell1-5/+3
2008-04-17Merged revisions 114227 via svnmerge from mmichelson1-1/+0
2008-04-17Merged revisions 114192 via svnmerge from seanbright1-2/+2
2008-03-19Merged revisions 110084 via svnmerge from mmichelson1-4/+3
2008-03-19Merged revisions 109764 via svnmerge from russell1-1/+4
2008-03-17Merged revisions 109024 via svnmerge from mmichelson1-1/+3
2008-03-13Merged revisions 108584 via svnmerge from russell1-0/+10
2008-03-12Merged revisions 108137 via svnmerge from russell1-1/+3
2008-03-07Merged revisions 106553 via svnmerge from tilghman1-1/+1
2008-02-27Merged revisions 104787 via svnmerge from file1-5/+5
2008-02-27Merged revisions 104625 via svnmerge from russell1-0/+8
2008-02-27Merged revisions 104334 via svnmerge from russell1-0/+2
2008-02-25Merged revisions 104106 via svnmerge from russell1-29/+174
2008-02-09whitespace fixes only.mvanbaak1-51/+51
2008-02-07This is a combination new feature/bug fix for app_chanspy.mmichelson1-8/+57
2008-01-23Merged revisions 99923 via svnmerge from russell1-2/+5
2007-12-14Convert ast_verbose to ast_verb.tilghman1-2/+1
2007-11-21remove another set of redundant #include "asterisk/options.h"rizzo1-1/+0
2007-11-20move asterisk/paths.h outside asterisk.h and into those filesrizzo1-0/+1
2007-11-19include "logger.h" and errno.h from asterisk.h - usage shows that theyrizzo1-1/+0
2007-11-16Start untangling header inclusion in a way that does not affectrizzo1-4/+0
2007-11-06"show application <foo>" changes for clarity.mmichelson1-1/+1
2007-10-31Add volume adjustment to spy audiohook in app_chanspy.file1-0/+13
2007-08-08Merge audiohooks branch into trunk. This is a new API for developers to liste...file1-109/+37
2007-07-31Mostly cleanup of documentation to substitute the pipe with the comma, but a ...tilghman1-2/+2
2007-07-26Do a massive conversion for using the ast_verb() macrorussell1-4/+2
2007-07-23Merge the dialplan_aesthetics branch. Most of this patch simply converts app...tilghman1-33/+27
2007-07-16Applications no longer need to call ast_module_user_add and ast_module_user_r...file1-12/+0
2007-07-16It is no longer required for each module that deals with a channel to call as...file1-2/+0
2007-07-13Merged revisions 75078 via svnmerge from mmichelson1-2/+4
2007-07-05Merged revisions 73355 via svnmerge from file1-1/+2
2007-06-14Add a massive set of changes for converting to use the ast_debug() macro.russell1-7/+7
2007-02-16Add 'o' option to Chanspy which causes it to only listen to audio coming from...file1-9/+78
2006-12-21a quick fix to app_sms.c to get rid of cursed compiler warnings so I can comp...murf1-2/+2
2006-11-10Merged revisions 47437 via svnmerge from file1-1/+2
2006-10-13Merged revisions 45066 via svnmerge from file1-0/+15
2006-09-26Merged revisions 43695 via svnmerge from file1-0/+5
2006-09-05Minor tweak - we need to lock the channel when we are removing the spy from it.file1-0/+2
2006-09-03Use tabs instead of spaces (I <3 tabs -- this is for you Qwell)file1-4/+4
2006-09-03Make the difference clear about what the responsibilities of the core and a s...file1-20/+11
2006-09-03 We don't spy on Zap/psuedo channels. Not at all. Never. (#7871 - sxpert repo...bweschke1-1/+5
2006-08-21merge new_loader_completion branch, including (at least):kpfleming1-25/+12
2006-08-05suppress a compiler warning about the usage of a potentially uninitializedrussell1-1/+1
2006-07-28play a beep tone into the spied-on channel if we are about to whisper to themkpfleming1-3/+16
2006-07-28add ExtenSpy variant of ChanSpykpfleming1-56/+211