| Forward compatibility with 1.9.2 YML - warvox - VoIP based wardialing tool, for… | |
| Log | |
| Files | |
| Refs | |
| README | |
| --- | |
| commit 1c72c5640233622b887af0192605704f9f4d7b61 | |
| parent edfaf614409017aa10ff9507ca8c4498a5827879 | |
| Author: HD Moore <[email protected]> | |
| Date: Thu, 4 Aug 2011 18:49:50 +0000 | |
| Forward compatibility with 1.9.2 YML | |
| Diffstat: | |
| M etc/warvox.conf | 10 +++++----- | |
| 1 file changed, 5 insertions(+), 5 deletions(-) | |
| --- | |
| diff --git a/etc/warvox.conf b/etc/warvox.conf | |
| @@ -15,7 +15,7 @@ authentication: | |
| # Configure the path to all saved data files | |
| # This requires ~500M of space per 10k prefix | |
| # | |
| -data_path: %BASE%/data/ | |
| +data_path: "%BASE%/data/" | |
| # | |
| # Configure filesystem paths to each required tool | |
| @@ -24,8 +24,8 @@ tools: | |
| gnuplot: gnuplot | |
| sox: sox | |
| lame: lame | |
| - iaxrecord: %BASE%/bin/iaxrecord.rb | |
| - dtmf2num: %BASE%/bin/dtmf2num | |
| + iaxrecord: "%BASE%/bin/iaxrecord.rb" | |
| + dtmf2num: "%BASE%/bin/dtmf2num" | |
| # | |
| # Concurrent processing jobs, change this to | |
| @@ -38,9 +38,9 @@ analysis_threads: 2 | |
| # | |
| # Configure the dial blacklist location | |
| # | |
| -blacklist: %BASE%/etc/blacklist.txt | |
| +blacklist: "%BASE%/etc/blacklist.txt" | |
| # | |
| # Configure the signature directory | |
| # | |
| -signatures: %BASE%/etc/sigs | |
| +signatures: "%BASE%/etc/sigs" |