aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_chanspy.c
AgeCommit message (Expand)AuthorFilesLines
2009-08-10AST-2009-005tilghman1-1/+1
2009-05-15IAX2 REGAUTH loopdvossel1-1/+1
2007-07-13Fixed an issue where chanspy flags were uninitialized if no options were passed.mmichelson1-0/+2
2007-07-05Tweak spy locking. (issue #9951 reported by welles)file1-1/+2
2007-02-01Fix a small typo. Synopsis lines shouldn't have a newlineqwell1-1/+1
2006-10-13Turn on volume adjustment if it needs to be on (issue #8136 reported by mnich...file1-4/+15
2006-09-22Yay another 'round of spy fixes! This fixes a small logic flaw with the clean...file1-92/+84
2006-09-05Merge in last round of spy fixes. This should hopefully eliminate all the iss...file1-17/+8
2006-09-03 Let's NOT spy on Zap/psuedo channels, mmmmmmmmk? bweschke1-1/+1
2006-07-27use the enum that defines the option arguments, so that the likelihood of mis...kpfleming1-4/+4
2006-06-14clarify file headers that mention disclaimer usagekpfleming1-1/+2
2006-01-03revert incorrect fix for bug #6048 from revision 7709kpfleming1-2/+2
2005-12-27backport fix for permissions of created recordings (issue #6067)russell1-1/+1
2005-12-26cast time_t to an int in printf/scanf (issue #5635)russell1-1/+1
2005-12-17Bug 6009 - off by one errortilghman1-1/+1
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@7221 f38db490-d61...kpfleming1-0/+0
2005-11-11issue #5590kpfleming1-0/+1
2005-11-10fix typos in my doc cleanuprussell1-1/+1
2005-11-10clean up some application descriptions to use more gooder Englishrussell1-16/+24
2005-11-08make app_queue 1.2 jump compliant (issue #5580)russell1-1/+2
2005-11-06issue #5605russell1-0/+1
2005-11-06alphabetize option listsrussell1-2/+2
2005-11-03major update to arg/option parsing APIs and documentationkpfleming1-15/+24
2005-10-28major redesign of the channel spy infrastructure, increasing efficiency and r...kpfleming1-233/+58
2005-10-24Doxygen documentation update from oej (issue #5505)russell1-3/+2
2005-10-19Massive cleanups to applications for LOCAL_USER handling and some other things.russell1-2/+4
2005-10-18it's a good idea to unregister everything before calling STANDARD_HANGUP_LOCA...russell1-1/+6
2005-10-13remove unused variablekpfleming1-1/+0
2005-10-13Fix crash in chanspy (bug #5332)markster1-19/+7
2005-09-14update MANY more files with proper copyright/license info (thanks Ian!)kpfleming1-4/+15
2005-09-12Properly install appropriate sound files, prefix spy ones with spy- (bug #5192)markster1-3/+3
2005-09-07reset channel volumes when exiting apps that use themkpfleming1-1/+4
2005-09-07add new channel option (via ast_channel_setoption()) to let channel drivers a...kpfleming1-100/+125
2005-07-20add slinfactory object, and change app_chanspy to use it (bug #4724)kpfleming1-250/+115
2005-06-06the last round of file version tagskpfleming1-0/+3
2005-06-06major Makefile and build process improvements, including removal of all hardc...kpfleming1-3/+1
2005-05-26don't play any sounds when using the quiet option (bug #4348)russell1-7/+9
2005-04-21fix various compiler warningskpfleming1-1/+2
2005-04-21use double-quotes instead of angle-brackets for non-system include files (bug...kpfleming1-15/+16
2005-04-03forgot some code from the last chanspy repass (nothing exciting)anthm1-2/+30
2005-04-01Finishing touches and addition of record flag to ChanSpy <pay up jets\!>anthm1-13/+56
2005-04-01fix codec timing issuesanthm1-101/+204
2005-03-31more optimizationsanthm1-5/+18
2005-03-31minor tweak and optimization for chanspyanthm1-98/+142
2005-03-30fix dial a channel on chanspyanthm1-7/+27
2005-03-30increase buffer spaceanthm1-2/+2
2005-03-29fix group and arg parsing buganthm1-11/+13
2005-03-26fix volfactoranthm1-5/+4
2005-03-24doh channel_pvt.h ?anthm1-1/+0
2005-03-24forgot to fix thisanthm1-2/+9