summaryrefslogtreecommitdiff
path: root/apps/app_chanspy.c
AgeCommit message (Expand)Author
2008-04-17Merged revisions 114226 via svnmerge from Mark Michelson
2008-04-17Merged revisions 114191 via svnmerge from Sean Bright
2008-04-16Add the ability to disable channel technology name playback when speaking the...Sean Bright
2008-04-15I'm not sure why, but "this" bothers me. Ba dum dum.Sean Bright
2008-03-19Merged revisions 110083 via svnmerge from Mark Michelson
2008-03-18Merged revisions 109763 via svnmerge from Russell Bryant
2008-03-17Merged revisions 109012 via svnmerge from Mark Michelson
2008-03-13Merged revisions 108583 via svnmerge from Russell Bryant
2008-03-12Merged revisions 108135 via svnmerge from Russell Bryant
2008-03-07Merged revisions 106552 via svnmerge from Tilghman Lesher
2008-02-27Merged revisions 104787 via svnmerge from Joshua Colp
2008-02-27Merged revisions 104625 via svnmerge from Russell Bryant
2008-02-27Merged revisions 104334 via svnmerge from Russell Bryant
2008-02-25Merged revisions 104106 via svnmerge from Russell Bryant
2008-02-09whitespace fixes only.Michiel van Baak
2008-02-07This is a combination new feature/bug fix for app_chanspy.Mark Michelson
2008-01-23Merged revisions 99923 via svnmerge from Russell Bryant
2007-12-14Convert ast_verbose to ast_verb.Tilghman Lesher
2007-11-21remove another set of redundant #include "asterisk/options.h"Luigi Rizzo
2007-11-20move asterisk/paths.h outside asterisk.h and into those filesLuigi Rizzo
2007-11-19include "logger.h" and errno.h from asterisk.h - usage shows that theyLuigi Rizzo
2007-11-16Start untangling header inclusion in a way that does not affectLuigi Rizzo
2007-11-06"show application <foo>" changes for clarity.Mark Michelson
2007-10-31Add volume adjustment to spy audiohook in app_chanspy.Joshua Colp
2007-08-08Merge audiohooks branch into trunk. This is a new API for developers to liste...Joshua Colp
2007-07-31Mostly cleanup of documentation to substitute the pipe with the comma, but a ...Tilghman Lesher
2007-07-26Do a massive conversion for using the ast_verb() macroRussell Bryant
2007-07-23Merge the dialplan_aesthetics branch. Most of this patch simply converts app...Tilghman Lesher
2007-07-16Applications no longer need to call ast_module_user_add and ast_module_user_r...Joshua Colp
2007-07-16It is no longer required for each module that deals with a channel to call as...Joshua Colp
2007-07-13Merged revisions 75078 via svnmerge from Mark Michelson
2007-07-05Merged revisions 73355 via svnmerge from Joshua Colp
2007-06-14Add a massive set of changes for converting to use the ast_debug() macro.Russell Bryant
2007-02-16Add 'o' option to Chanspy which causes it to only listen to audio coming from...Joshua Colp
2006-12-21a quick fix to app_sms.c to get rid of cursed compiler warnings so I can comp...Steve Murphy
2006-11-10Merged revisions 47437 via svnmerge from Joshua Colp
2006-10-13Merged revisions 45066 via svnmerge from Joshua Colp
2006-09-26Merged revisions 43695 via svnmerge from Joshua Colp
2006-09-05Minor tweak - we need to lock the channel when we are removing the spy from it.Joshua Colp
2006-09-03Use tabs instead of spaces (I <3 tabs -- this is for you Qwell)Joshua Colp
2006-09-03Make the difference clear about what the responsibilities of the core and a s...Joshua Colp
2006-09-03 We don't spy on Zap/psuedo channels. Not at all. Never. (#7871 - sxpert repo...BJ Weschke
2006-08-21merge new_loader_completion branch, including (at least):Kevin P. Fleming
2006-08-05suppress a compiler warning about the usage of a potentially uninitializedRussell Bryant
2006-07-28play a beep tone into the spied-on channel if we are about to whisper to themKevin P. Fleming
2006-07-28add ExtenSpy variant of ChanSpyKevin P. Fleming
2006-07-27more simplification, and correct a bug i introduced in the last commitKevin P. Fleming
2006-07-27remove local channel finding wrappersKevin P. Fleming
2006-07-27restore infinite timeout for ast_waitfor() callKevin P. Fleming
2006-07-27various cleanups:Kevin P. Fleming