Introduction
Introduction Statistics Contact Development Disclaimer Help
skip reporting nil numbers - warvox - VoIP based wardialing tool, forked from r…
Log
Files
Refs
README
---
commit e73cfe71f7c216d8429e169137eb166f5fd1b8bc
parent d7fb0c6cad3cfc79d812be3accec650a0b7d94c5
Author: HD Moore <[email protected]>
Date: Sun, 10 May 2009 13:45:10 +0000
skip reporting nil numbers
Diffstat:
M bin/export_list.rb | 1 +
1 file changed, 1 insertion(+), 0 deletions(-)
---
diff --git a/bin/export_list.rb b/bin/export_list.rb
@@ -46,6 +46,7 @@ end
begin
job = DialJob.find(job.to_i)
job.dial_results.sort{|a,b| a.number.to_i <=> b.number.to_i}.each do |…
+ next if not r.number
if(not typ or typ.downcase == (r.line_type||"").downcase)
puts "#{r.number}\t#{r.line_type}\tbusy=#{r.busy}\trin…
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.