aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_chanspy.c
AgeCommit message (Collapse)AuthorFilesLines
2006-02-15remove the uses of the deprecated STANDARD_LOCAL_USERrussell1-1/+0
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@10241 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-21on this pass, only remove duplicate log messagesrussell1-3/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8403 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-21revert my pass through the tree to remove checks of the result of ast_strduparussell1-1/+4
(revisions 8378 through 8381) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8387 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-21remove lots of useless checks of the result of ast_strduparussell1-4/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8379 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-03update copyright headers for files changed this yearkpfleming1-0/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7751 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-03Merged revisions 7740 via svnmerge from kpfleming1-2/+2
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r7740 | kpfleming | 2006-01-03 11:24:56 -0600 (Tue, 03 Jan 2006) | 4 lines revert incorrect fix for bug #6048 from revision 7709 put in correct (simpler) fix add doxygen docs for channel spy 'state' values ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7741 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-30update doxygen docs to specify authorsrussell1-1/+4
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7682 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-27fix permissions of created recordings (issue #6067)russell1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7662 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-26Merged revisions 7634 via svnmerge from russell1-1/+1
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r7634 | russell | 2005-12-26 13:19:12 -0500 (Mon, 26 Dec 2005) | 2 lines cast time_t to an int in printf/scanf (issue #5635) ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7635 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-17Merged revisions 7517 via svnmerge fromtilghman1-1/+1
/branches/1.2 git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7518 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-03Bug 5858 - Make the chanvars.c functions return a 'const char *'tilghman1-1/+1
This should prevent us from unintentionally changing variable values when they're returned from pbx_builtin_getvar_helper. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7304 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7221 ↵kpfleming1-0/+0
f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-11issue #5590kpfleming1-0/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7068 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-10fix typos in my doc cleanuprussell1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7048 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-10clean up some application descriptions to use more gooder Englishrussell1-16/+24
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7047 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-08make app_queue 1.2 jump compliant (issue #5580)russell1-1/+2
add missing includes of stdio.h remove some unused and duplicate headers git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7026 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-06issue #5605russell1-0/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6979 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-06alphabetize option listsrussell1-2/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6975 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-03major update to arg/option parsing APIs and documentationkpfleming1-15/+24
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6953 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-28major redesign of the channel spy infrastructure, increasing efficiency and ↵kpfleming1-233/+58
reducing locking conflicts (nearly) complete rewrite of app_muxmon, renaming the application to MixMonitor and fixing a large number of bugs and inconsistencies update app_chanspy to use new spy infrastructure git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6884 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-24Doxygen documentation update from oej (issue #5505)russell1-3/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6847 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-19Massive cleanups to applications for LOCAL_USER handling and some other things.russell1-2/+4
In general, LOCAL_USER_ADD/REMOVE should be the first/last thing called in an application. An exception is if there is some *fast* setup code that might halt the execution of the application, such as checking to see if an argument exists. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6832 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-18it's a good idea to unregister everything before calling ↵russell1-1/+6
STANDARD_HANGUP_LOCALUSERS git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6828 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-13remove unused variablekpfleming1-1/+0
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6774 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-13Fix crash in chanspy (bug #5332)markster1-19/+7
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6768 f38db490-d61c-443f-a65b-d21fe96a405b
2005-09-14update MANY more files with proper copyright/license info (thanks Ian!)kpfleming1-4/+15
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6596 f38db490-d61c-443f-a65b-d21fe96a405b
2005-09-12Properly install appropriate sound files, prefix spy ones with spy- (bug #5192)markster1-3/+3
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6563 f38db490-d61c-443f-a65b-d21fe96a405b
2005-09-07reset channel volumes when exiting apps that use themkpfleming1-1/+4
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6525 f38db490-d61c-443f-a65b-d21fe96a405b
2005-09-07add new channel option (via ast_channel_setoption()) to let channel drivers ↵kpfleming1-100/+125
adjust txgain/rxgain if they are able (only Zap channels at this time) modify app_chanspy to use new gain option reformat app_chanspy to match coding guidelines add user-controlled volume adjustment to app_meetme (issue #4170, heavily modified to actually work on Zap channels) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6519 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-20add slinfactory object, and change app_chanspy to use it (bug #4724)kpfleming1-250/+115
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6177 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-06the last round of file version tagskpfleming1-0/+3
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5867 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-06major Makefile and build process improvements, including removal of all ↵kpfleming1-3/+1
hardcoded paths (modules must now use run-time paths as they should) (bug #4116) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5855 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-26don't play any sounds when using the quiet option (bug #4348)russell1-7/+9
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5774 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-21fix various compiler warningskpfleming1-1/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5491 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-21use double-quotes instead of angle-brackets for non-system include files ↵kpfleming1-15/+16
(bug #4058) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5490 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-03forgot some code from the last chanspy repass (nothing exciting)anthm1-2/+30
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5365 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-01Finishing touches and addition of record flag to ChanSpy <pay up jets\!>anthm1-13/+56
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5340 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-01fix codec timing issuesanthm1-101/+204
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5326 f38db490-d61c-443f-a65b-d21fe96a405b
2005-03-31more optimizationsanthm1-5/+18
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5318 f38db490-d61c-443f-a65b-d21fe96a405b
2005-03-31minor tweak and optimization for chanspyanthm1-98/+142
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5317 f38db490-d61c-443f-a65b-d21fe96a405b
2005-03-30fix dial a channel on chanspyanthm1-7/+27
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5309 f38db490-d61c-443f-a65b-d21fe96a405b
2005-03-30increase buffer spaceanthm1-2/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5306 f38db490-d61c-443f-a65b-d21fe96a405b
2005-03-29fix group and arg parsing buganthm1-11/+13
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5300 f38db490-d61c-443f-a65b-d21fe96a405b
2005-03-26fix volfactoranthm1-5/+4
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5269 f38db490-d61c-443f-a65b-d21fe96a405b
2005-03-24doh channel_pvt.h ?anthm1-1/+0
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5247 f38db490-d61c-443f-a65b-d21fe96a405b
2005-03-24forgot to fix thisanthm1-2/+9
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5246 f38db490-d61c-443f-a65b-d21fe96a405b
2005-03-24remove header that no longer existsrussell1-1/+0
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5244 f38db490-d61c-443f-a65b-d21fe96a405b
2005-03-24Add chanspy (bug #3836)markster1-0/+583
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5242 f38db490-d61c-443f-a65b-d21fe96a405b