| Update bugs and remove stale README - warvox - VoIP based wardialing tool, fork… | |
| Log | |
| Files | |
| Refs | |
| README | |
| --- | |
| commit ab76b8dd305a457287c62235341de2c6c93d93c6 | |
| parent b3dcc20681e6042e497c3d558af663d59eef4a9e | |
| Author: HD Moore <[email protected]> | |
| Date: Wed, 26 Dec 2012 23:09:26 -0600 | |
| Update bugs and remove stale README | |
| Diffstat: | |
| M Gemfile.lock | 17 ++++++++++------- | |
| M docs/BUGS | 6 ------ | |
| D docs/README | 33 -----------------------------… | |
| 3 files changed, 10 insertions(+), 46 deletions(-) | |
| --- | |
| diff --git a/Gemfile.lock b/Gemfile.lock | |
| @@ -37,10 +37,13 @@ GEM | |
| coffee-script-source | |
| execjs | |
| coffee-script-source (1.4.0) | |
| - daemons (1.1.9) | |
| + delayed_job (3.0.4) | |
| + activesupport (~> 3.0) | |
| + delayed_job_active_record (0.3.3) | |
| + activerecord (>= 2.1.0, < 4) | |
| + delayed_job (~> 3.0) | |
| dynamic_form (1.1.4) | |
| erubis (2.7.0) | |
| - eventmachine (1.0.0) | |
| execjs (1.4.0) | |
| multi_json (~> 1.0) | |
| hike (1.2.1) | |
| @@ -85,6 +88,7 @@ GEM | |
| rake (10.0.3) | |
| rdoc (3.12) | |
| json (~> 1.4) | |
| + ref (1.0.2) | |
| sass (3.2.4) | |
| sass-rails (3.2.5) | |
| railties (~> 3.2.0) | |
| @@ -94,10 +98,8 @@ GEM | |
| hike (~> 1.2) | |
| rack (~> 1.0) | |
| tilt (~> 1.1, != 1.3.0) | |
| - thin (1.5.0) | |
| - daemons (>= 1.0.9) | |
| - eventmachine (>= 0.12.6) | |
| - rack (>= 1.0.0) | |
| + therubyracer (0.11.0) | |
| + ref | |
| thor (0.16.0) | |
| tilt (1.3.3) | |
| treetop (1.4.12) | |
| @@ -114,6 +116,7 @@ PLATFORMS | |
| DEPENDENCIES | |
| coffee-rails (~> 3.2.1) | |
| + delayed_job_active_record | |
| dynamic_form | |
| jquery-rails | |
| kissfft | |
| @@ -121,6 +124,6 @@ DEPENDENCIES | |
| pg (= 0.11) | |
| rails (= 3.2.8) | |
| sass-rails (~> 3.2.3) | |
| - thin | |
| + therubyracer | |
| uglifier (>= 1.0.3) | |
| will_paginate (~> 3.0) | |
| diff --git a/docs/BUGS b/docs/BUGS | |
| @@ -2,9 +2,3 @@ KNOWN BUGS | |
| * Stopping WarVOX in mid-scan will leave a hung scan job, the job will | |
| need to be removed and restarted. | |
| - | |
| - * Using the sound card (playing music, videos, etc) while warvox is running | |
| - can cause the dialing process to hang. | |
| - | |
| - * Systems without sound cards may not be able to record any audio. Reports | |
| - have varied depending on the Linux distribution and version. | |
| diff --git a/docs/README b/docs/README | |
| @@ -1,33 +0,0 @@ | |
| -WarVOX Quick Start Guide | |
| -======================== | |
| - | |
| -1. Install all pre-requisites | |
| - Ubuntu 8.10 or BackTrack 4 (beta+) | |
| - $ sudo apt-get install libiaxclient-dev sox lame ruby rake \ | |
| - rubygems libsqlite3-ruby libopenssl-ruby gnuplot ruby-dev | |
| - | |
| - $ sudo apt-get install rubygems | |
| - | |
| - $ sudo gem install bundler | |
| - | |
| - For better performance, install the 'mongrel' gem (on ruby 1.8.7) | |
| - $ gem install mongrel | |
| - | |
| -2. Build the WarVOX tools and modules | |
| - $ make | |
| - | |
| -3. Change the admin user/pass in etc/warvox.conf | |
| - | |
| -4. Start the WarVOX interface | |
| - $ bin/warvox.rb | |
| - | |
| -5. Access the interface in a web browser | |
| - $ firefox http://127.0.0.1:7777/ | |
| - | |
| -6. Configure an IAX-capable VoIP provider | |
| - | |
| -7. Create a a new job | |
| - | |
| -8. Analyze the results | |
| - | |
| -9. View the results |