Merged revisions 47437 via svnmerge from
[asterisk/asterisk.git] / apps / app_chanspy.c
2006-11-10 Joshua ColpMerged revisions 47437 via svnmerge from
2006-10-13 Joshua ColpMerged revisions 45066 via svnmerge from
2006-09-26 Joshua ColpMerged revisions 43695 via svnmerge from
2006-09-05 Joshua ColpMinor tweak - we need to lock the channel when we are...
2006-09-03 Joshua ColpUse tabs instead of spaces (I <3 tabs -- this is for...
2006-09-03 Joshua ColpMake the difference clear about what the responsibiliti...
2006-09-03 BJ Weschke We don't spy on Zap/psuedo channels. Not at all. Never...
2006-08-21 Kevin P. Flemingmerge new_loader_completion branch, including (at least):
2006-08-05 Russell Bryantsuppress a compiler warning about the usage of a potent...
2006-07-28 Kevin P. Flemingplay a beep tone into the spied-on channel if we are...
2006-07-28 Kevin P. Flemingadd ExtenSpy variant of ChanSpy
2006-07-27 Kevin P. Flemingmore simplification, and correct a bug i introduced...
2006-07-27 Kevin P. Flemingremove local channel finding wrappers
2006-07-27 Kevin P. Flemingrestore infinite timeout for ast_waitfor() call
2006-07-27 Kevin P. Flemingvarious cleanups:
2006-06-14 Kevin P. FlemingMerged revisions 34087 via svnmerge from
2006-06-07 Kevin P. Flemingsimplify autoconfig include mechanism (make tholo happy...
2006-05-10 Russell Bryantuse the channel lock wrappers (issue #7120, Mithraen)
2006-05-09 Mark SpencerMake menuselect be able to show what the modules are
2006-05-03 BJ WeschkeAllow channels in ChanSpy to belong to mutiple spygroup...
2006-05-01 Russell Bryantremove an extra newline, none of the other synopsis...
2006-04-14 Luigi RizzoThis rather large commit changes the way modules are...
2006-04-08 Kevin P. Flemingsince the module API is changing, it's a good time...
2006-02-15 Russell Bryantremove the uses of the deprecated STANDARD_LOCAL_USER
2006-01-21 Russell Bryanton this pass, only remove duplicate log messages
2006-01-21 Russell Bryantrevert my pass through the tree to remove checks of...
2006-01-21 Russell Bryantremove lots of useless checks of the result of ast_strdupa
2006-01-03 Kevin P. Flemingupdate copyright headers for files changed this year
2006-01-03 Kevin P. FlemingMerged revisions 7740 via svnmerge from
2005-12-30 Russell Bryantupdate doxygen docs to specify authors
2005-12-27 Russell Bryantfix permissions of created recordings (issue #6067)
2005-12-26 Russell BryantMerged revisions 7634 via svnmerge from
2005-12-17 Tilghman LesherMerged revisions 7517 via svnmerge from
2005-12-03 Tilghman LesherBug 5858 - Make the chanvars.c functions return a ...
2005-11-29 Kevin P. Flemingremove extraneous svn:executable properties
2005-11-11 Kevin P. Flemingissue #5590
2005-11-10 Russell Bryantfix typos in my doc cleanup
2005-11-10 Russell Bryantclean up some application descriptions to use more...
2005-11-08 Russell Bryantmake app_queue 1.2 jump compliant (issue #5580)
2005-11-06 Russell Bryantissue #5605
2005-11-06 Russell Bryantalphabetize option lists
2005-11-03 Kevin P. Flemingmajor update to arg/option parsing APIs and documentation
2005-10-28 Kevin P. Flemingmajor redesign of the channel spy infrastructure, incre...
2005-10-24 Russell BryantDoxygen documentation update from oej (issue #5505)
2005-10-19 Russell BryantMassive cleanups to applications for LOCAL_USER handlin...
2005-10-18 Russell Bryantit's a good idea to unregister everything before callin...
2005-10-13 Kevin P. Flemingremove unused variable
2005-10-13 Mark SpencerFix crash in chanspy (bug #5332)
2005-09-14 Kevin P. Flemingupdate MANY more files with proper copyright/license...
2005-09-12 Mark SpencerProperly install appropriate sound files, prefix spy...
2005-09-07 Kevin P. Flemingreset channel volumes when exiting apps that use them
2005-09-07 Kevin P. Flemingadd new channel option (via ast_channel_setoption(...
2005-07-20 Kevin P. Flemingadd slinfactory object, and change app_chanspy to use...
2005-06-06 Kevin P. Flemingthe last round of file version tags
2005-06-06 Kevin P. Flemingmajor Makefile and build process improvements, includin...
2005-05-26 Russell Bryantdon't play any sounds when using the quiet option ...
2005-04-21 Kevin P. Flemingfix various compiler warnings
2005-04-21 Kevin P. Fleminguse double-quotes instead of angle-brackets for non...
2005-04-03 Anthony Minessale IIforgot some code from the last chanspy repass (nothing...
2005-04-01 Anthony Minessale IIFinishing touches and addition of record flag to ChanSp...
2005-04-01 Anthony Minessale IIfix codec timing issues
2005-03-31 Anthony Minessale IImore optimizations
2005-03-31 Anthony Minessale IIminor tweak and optimization for chanspy
2005-03-30 Anthony Minessale IIfix dial a channel on chanspy
2005-03-30 Anthony Minessale IIincrease buffer space
2005-03-29 Anthony Minessale IIfix group and arg parsing bug
2005-03-26 Anthony Minessale IIfix volfactor
2005-03-24 Anthony Minessale IIdoh channel_pvt.h ?
2005-03-24 Anthony Minessale IIforgot to fix this
2005-03-24 Russell Bryantremove header that no longer exists
2005-03-24 Mark SpencerAdd chanspy (bug #3836)