summaryrefslogtreecommitdiff
path: root/ztmonitor.c
AgeCommit message (Collapse)Author
2009-08-03ztmonitor: -f alone is a good enough reason to continuetzafrir
Bugfix: With ztmonitor NN -f file.raw ztmonitor would quit and claim it has nothing to do. git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@4672 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2008-08-14more license header updateskpfleming
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@4482 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2008-07-01use symlinks to make multiple builds of voicebus.o, so it doesn't get ↵kpfleming
rebuilt twice every time 'make' is run to build modules git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@4384 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2008-07-01fix up option parsing so that it actually works and doesn't go into an ↵kpfleming
infinite loop; in passing, do some validation of the passed options to keep users from requesting incompatible modes and getting useless output files git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@4381 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2008-06-03Remove an unused variable from ztmonitor.c .tzafrir
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@4339 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2008-05-29Change argument parsing for ztmonitor to use getopt. This adds more ↵bbryant
compatibility for loosely formatted arguments. (closes issue #12732) git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@4333 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2008-05-15Add support for stereo output of receive and transmit streams in ztmonitor ↵mattf
(from Switchvox) git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@4296 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2008-02-18Closes issue #11471. Replaced instances of strncpy with zap_copy_string ↵jpeeler
(added to zaptel.h) to fix any off by one errors and ensure destination string is NULL terminated. git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@3846 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2008-02-04Move kernel stuff to under kernel/ tzafrir
(merged branch /zaptel/team/tzafrir/move ) Closes issue #7117. git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@3793 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2008-01-26Swap RX and TX streams in ztmonitor, as the files were being saved incorrectly.qwell
Add several defines, and modify many "magic numbers" to use them correctly (see above) Fix error message in audio_open() (closes issue #11194) Reported by: meneault Patches: ztmonitor-c_patch_txrx_1_4_rev3121 uploaded by meneault (license 260) ztmonitor-c_patch_buffer_1_4_rev3121 uploaded by meneault (license 260) ztmonitor-c_patch_audio_1_4_rev3121 uploaded by meneault (license 260) git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@3742 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-11-10ztmonitor: Get rid of a pointless static buffer and strcpy.tzafrir
And also give a more useful conversion message. Merged revisions 3222 via svnmerge from http://svn.digium.com/svn/zaptel/branches/1.2 git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@3223 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-04-27Merged revisions 2459 via svnmerge from qwell
https://origsvn.digium.com/svn/zaptel/branches/1.2 ........ r2459 | qwell | 2007-04-27 14:05:25 -0500 (Fri, 27 Apr 2007) | 2 lines Correct and remove (one of each) broken syntax examples. ........ git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@2460 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-04-24Merge in pre-echocan debugging for ztmonitor.qwell
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@2433 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-01-31Merged revisions 2043 via svnmerge from kpfleming
https://origsvn.digium.com/svn/zaptel/branches/1.2 ........ r2043 | kpfleming | 2007-01-31 08:06:34 -0600 (Wed, 31 Jan 2007) | 4 lines fix up author email addresses use the kernel's built-in support for module aliases instead of manually doing it in modprobe.conf or equivalent add wctdm8xxp alias for wctdm24xxp ........ git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@2044 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2006-07-05yet another header file installation location change... Zaptel headers are ↵kpfleming
now installed into /usr/include/zaptel, not /usr/include git-svn-id: http://svn.digium.com/svn/zaptel/trunk@1200 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2006-06-24install zaptel.h and tonezone.h into /usr/include, not /usr/include/linux, ↵kpfleming
sinc e they are used much more by userspace apps than by kernel modules remove any old copies of those headers remove README.udev, since it no longer applies git-svn-id: http://svn.digium.com/svn/zaptel/trunk@1172 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2005-11-29remove extraneous svn:executable propertieskpfleming
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@837 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2004-11-04ztmonitor updatesmarkster
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@488 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2004-02-23Prevent integer overflow on timeoutmarkster
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@316 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2004-01-28ztmonitor enhancements (bug #908)markster
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@303 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2003-08-29Allow to save to a file even when there is no active sound cardmartinp
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@237 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2003-02-24Mon Feb 24 07:00:01 CET 2003matteo
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@150 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2002-10-22Version 0.3.2 from FTPmarkster
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@119 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2002-09-20Version 0.3.1 from FTPmarkster
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@107 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2002-07-25Version 0.3.0 from FTPmarkster
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@95 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2002-04-11Version 0.2.0 from FTPmarkster
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@73 5390a7c7-147a-4af0-8ec9-7488f05a26cb