diff options
author | dsomero <xgizzmo@gmail.com> | 2010-05-21 23:37:09 -0400 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-24 16:09:01 -0500 |
commit | 3954eb29a8536a79496e481233d1786ff0f0bd49 (patch) | |
tree | f8cd8f36be4686dd8f1f3a7fc14d06b14034c929 /network/warvox/README | |
parent | 134207f63250fc3f99c1895f2483cb943061846f (diff) | |
download | slackbuilds-3954eb29a8536a79496e481233d1786ff0f0bd49.tar.gz |
network/warvox: Removed (Build failure)
Diffstat (limited to 'network/warvox/README')
-rw-r--r-- | network/warvox/README | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/network/warvox/README b/network/warvox/README deleted file mode 100644 index afcfc6ae10..0000000000 --- a/network/warvox/README +++ /dev/null @@ -1,23 +0,0 @@ -WarVOX is a suite of tools for exploring, classifying, and auditing telephone -systems. Unlike normal wardialing tools, WarVOX works with the actual audio from -each call and does not use a modem directly. This model allows WarVOX to find -and classify a wide range of interesting lines, including modems, faxes, voice -mail boxes, PBXs, loops, dial tones, IVRs, and forwarders. WarVOX provides the -unique ability to classify all telephone lines in a given range, not just those -connected to modems, allowing for a comprehensive audit of a telephone system. - -This requires iaxclient, lame, and rubygems. -Once dependencies are in place, open a terminal and, as root, run: - # gem install rake sqlite3-ruby mongrel -and everything should be ready to install WarVOX ;-) - -To run WarVOX at startup use something like this in your rc.local: - -# Start WarVOX -if [ -x /etc/rc.d/rc.warvox ]; then - /etc/rc.d/rc.warvox start -fi - -and something similar in your rc.local_shutdown to stop the service. -You can access the web interface at http://127.0.0.1:7777/ or at the port -specified inside /etc/rc.d/rc.warvox |