Commit Graph

50 Commits (f95db061fd9f34b7dc5a50d9fc136dda9df42dd1)

Author SHA1 Message Date
Mark Michelson a8d3745147 Fixed an issue where chanspy flags were uninitialized if no options were passed.
18 years ago
Joshua Colp e32e830419 Tweak spy locking. (issue #9951 reported by welles)
18 years ago
Jason Parker 8ab0b28aba Fix a small typo. Synopsis lines shouldn't have a newline
19 years ago
Joshua Colp d0649af76d Turn on volume adjustment if it needs to be on (issue #8136 reported by mnicholson)
19 years ago
Joshua Colp c6e25717b4 Yay another 'round of spy fixes! This fixes a small logic flaw with the cleanup function and a memory allocation issue. (issue #7960 reported by jojo & issue #7999 reported by aster1) Special thanks to csum77 for letting me into a box where this issue was happening.
19 years ago
Joshua Colp 68de3c0b29 Merge in last round of spy fixes. This should hopefully eliminate all the issues people have been seeing by distinctly separating what each component (core/spy) is responsible for. Core is responsible for adding a spy to a channel, feeding frames to the spy, removing the spy from a channel, and telling the spy to stop. Spy is responsible for reading frames in, and cleaning up after itself.
19 years ago
BJ Weschke 919cb0b1a8 Let's NOT spy on Zap/psuedo channels, mmmmmmmmk?
19 years ago
Kevin P. Fleming 7b9abdf138 use the enum that defines the option arguments, so that the likelihood of mismatched option indexes is reduced (which in this case was a bug, the volume argument was not checked properly)
19 years ago
Kevin P. Fleming 724b3d0004 clarify file headers that mention disclaimer usage
19 years ago
Kevin P. Fleming 73ef559240 revert incorrect fix for bug #6048 from revision 7709
20 years ago
Russell Bryant 8df1e4866a backport fix for permissions of created recordings (issue #6067)
20 years ago
Russell Bryant a434f8877a cast time_t to an int in printf/scanf (issue #5635)
20 years ago
Tilghman Lesher e4e5f7c65b Bug 6009 - off by one error
20 years ago
Kevin P. Fleming a563eab49a remove extraneous svn:executable properties
20 years ago
Kevin P. Fleming c6e7b2a333 issue #5590
20 years ago
Russell Bryant 642be05f09 fix typos in my doc cleanup
20 years ago
Russell Bryant f3b4e0291c clean up some application descriptions to use more gooder English
20 years ago
Russell Bryant 987b87662c make app_queue 1.2 jump compliant (issue #5580)
20 years ago
Russell Bryant 31a804b97c issue #5605
20 years ago
Russell Bryant 3bd298f2dd alphabetize option lists
20 years ago
Kevin P. Fleming 426360e389 major update to arg/option parsing APIs and documentation
20 years ago
Kevin P. Fleming 846b39a9f1 major redesign of the channel spy infrastructure, increasing efficiency and reducing locking conflicts
20 years ago
Russell Bryant 3453e3efa5 Doxygen documentation update from oej (issue #5505)
20 years ago
Russell Bryant 4aa7912057 Massive cleanups to applications for LOCAL_USER handling and some other things.
20 years ago
Russell Bryant 29829640bf it's a good idea to unregister everything before calling STANDARD_HANGUP_LOCALUSERS
20 years ago
Kevin P. Fleming d509e41078 remove unused variable
20 years ago
Mark Spencer 370f98e223 Fix crash in chanspy (bug #5332)
20 years ago
Kevin P. Fleming 5da915dcfd update MANY more files with proper copyright/license info (thanks Ian!)
20 years ago
Mark Spencer f06a4016be Properly install appropriate sound files, prefix spy ones with spy- (bug #5192)
20 years ago
Kevin P. Fleming 4b8de0713e reset channel volumes when exiting apps that use them
20 years ago
Kevin P. Fleming 5fdc070109 add new channel option (via ast_channel_setoption()) to let channel drivers adjust txgain/rxgain if they are able (only Zap channels at this time)
20 years ago
Kevin P. Fleming 075a8ad21c add slinfactory object, and change app_chanspy to use it (bug #4724)
20 years ago
Kevin P. Fleming c0b1e88e8a the last round of file version tags
20 years ago
Kevin P. Fleming 4f299de252 major Makefile and build process improvements, including removal of all hardcoded paths (modules must now use run-time paths as they should) (bug #4116)
20 years ago
Russell Bryant dc21f68a95 don't play any sounds when using the quiet option (bug #4348)
20 years ago
Kevin P. Fleming a729a57ba1 fix various compiler warnings
20 years ago
Kevin P. Fleming 1f9ab2380a use double-quotes instead of angle-brackets for non-system include files (bug #4058)
20 years ago
Anthony Minessale II 24a710bad2 forgot some code from the last chanspy repass (nothing exciting)
20 years ago
Anthony Minessale II aef8538148 Finishing touches and addition of record flag to ChanSpy <pay up jets\!>
20 years ago
Anthony Minessale II 7d2b59410d fix codec timing issues
20 years ago
Anthony Minessale II 3e6f5dfcae more optimizations
20 years ago
Anthony Minessale II e03ed12e00 minor tweak and optimization for chanspy
20 years ago
Anthony Minessale II cb80b98c7d fix dial a channel on chanspy
20 years ago
Anthony Minessale II 0cc737f9ac increase buffer space
20 years ago
Anthony Minessale II c5df0c5e49 fix group and arg parsing bug
20 years ago
Anthony Minessale II eaa4b200d2 fix volfactor
20 years ago
Anthony Minessale II fee4bb4bab doh channel_pvt.h ?
20 years ago
Anthony Minessale II ba6613e769 forgot to fix this
20 years ago
Russell Bryant e99e1fffde remove header that no longer exists
20 years ago
Mark Spencer 11e6204974 Add chanspy (bug #3836)
20 years ago