Bug #45
Source PhoneSpamFilter Always returns positive result
| Status: | Closed | Start: | 05/08/2009 | |
|---|---|---|---|---|
| Priority: | Urgent | Due date: | ||
| Assigned to: | jacobsj | % Done: | 100% |
|
| Category: | - | |||
| Target version: | Caller ID Superfecta v 2.0.0 |
Description
The PhoneSpamFilter source returns the value "SPAM" for all querries.
History
Updated by tshif almost 3 years ago
Verified this source seem to produce a (false) positive for every number we test with.
Updated by jacobsj almost 3 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
Updated by tshif almost 3 years ago
PhoneSpamFIlter no longer always returns a (false) positive. I have not got good way to test it for valid positives. Ticket closed until we get a report that true positive don't work.
Updated by tshif almost 3 years ago
- Status changed from Closed to Assigned
- % Done changed from 100 to 90
Regression testing finds this provider is BROKEN again. Returns positive results in all cases. (PBXIAF). Work differently on TrixboxCE - gets a not found. But it ignores the timeout value and takes 40 seconds to deliver it.
Updated by jacobsj almost 3 years ago
- Status changed from Assigned to Closed
- % Done changed from 90 to 100
The phonespamfilter source was returning a false positive when the phonespamfilter.com website is down. It was translating the 500 error code returned into the number 500 and assuming that it was more than the specified spam threshold. Making sure the returned result is numeric corrects this problem.