aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_chanspy.c
AgeCommit message (Expand)AuthorFilesLines
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
2006-07-27more simplification, and correct a bug i introduced in the last commitkpfleming1-18/+18
2006-07-27remove local channel finding wrapperskpfleming1-117/+111
2006-07-27restore infinite timeout for ast_waitfor() callkpfleming1-1/+1
2006-07-27various cleanups:kpfleming1-224/+201
2006-06-14Merged revisions 34087 via svnmerge from kpfleming1-1/+2
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...kpfleming1-4/+4
2006-05-10use the channel lock wrappers (issue #7120, Mithraen)russell1-4/+4
2006-05-09Make menuselect be able to show what the modules aremarkster1-3/+3
2006-05-03Allow channels in ChanSpy to belong to mutiple spygroups #7072 (anthm)bweschke1-7/+23
2006-05-01remove an extra newline, none of the other synopsis fields for apps have onerussell1-1/+1
2006-04-14This rather large commit changes the way modules are loaded. rizzo1-11/+7
2006-04-08since the module API is changing, it's a good time to const-ify the descripti...kpfleming1-2/+2
2006-02-15remove the uses of the deprecated STANDARD_LOCAL_USERrussell1-1/+0
2006-01-21on this pass, only remove duplicate log messagesrussell1-3/+1
2006-01-21revert my pass through the tree to remove checks of the result of ast_strduparussell1-1/+4
2006-01-21remove lots of useless checks of the result of ast_strduparussell1-4/+1
2006-01-03update copyright headers for files changed this yearkpfleming1-0/+1
2006-01-03Merged revisions 7740 via svnmerge from kpfleming1-2/+2
2005-12-30update doxygen docs to specify authorsrussell1-1/+4
2005-12-27fix permissions of created recordings (issue #6067)russell1-1/+1
2005-12-26Merged revisions 7634 via svnmerge from russell1-1/+1
2005-12-17Merged revisions 7517 via svnmerge fromtilghman1-1/+1
2005-12-03Bug 5858 - Make the chanvars.c functions return a 'const char *'tilghman1-1/+1
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7221 f38db490-d61c-443f-...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