Introduction
Introduction Statistics Contact Development Disclaimer Help
fix modem signature threshold - warvox - VoIP based wardialing tool, forked fro…
Log
Files
Refs
README
---
commit 8b1275dfbbc99341bfbacb181a71a75799bf3dee
parent de5e1fc10b622b89287504162cb326016c5dfdf3
Author: HD Moore <[email protected]>
Date: Tue, 19 May 2009 05:07:43 +0000
fix modem signature threshold
Diffstat:
M etc/sigs/01.default.rb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/etc/sigs/01.default.rb b/etc/sigs/01.default.rb
@@ -53,7 +53,7 @@ end
#
# Look for modems by detecting a 2250hz tone
#
-if(f_2250 > 0.2)
+if(f_2250 > 1.0)
line_type = 'modem'
break
end
You are viewing proxied material from jay.scot. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.