| Add external repo for rex, remove iaxrecord check since its now ruby - warvox -… | |
| Log | |
| Files | |
| Refs | |
| README | |
| --- | |
| commit 9dddb5e0d690140543cb3b3f2cde9afbb94bef55 | |
| parent 38906defb9fe202fc7951efa186d07ea1aabcbf0 | |
| Author: HD Moore <[email protected]> | |
| Date: Thu, 4 Aug 2011 08:03:08 +0000 | |
| Add external repo for rex, remove iaxrecord check since its now ruby | |
| Diffstat: | |
| M bin/verify_install.rb | 6 ------ | |
| 1 file changed, 0 insertions(+), 6 deletions(-) | |
| --- | |
| diff --git a/bin/verify_install.rb b/bin/verify_install.rb | |
| @@ -76,12 +76,6 @@ end | |
| puts "[*] The LAME binary appears to be available" | |
| -if(not WarVOX::Config.tool_path('iaxrecord')) | |
| - puts "[*] ERROR: The 'iaxrecord' binary could not be installed" | |
| - exit | |
| -end | |
| -puts "[*] The IAXRECORD binary appears to be available" | |
| - | |
| if(not WarVOX::Config.tool_path('dtmf2num')) | |
| puts "[*] ERROR: The 'dtmf2num' binary could not be installed" | |
| exit |