Bug #117
data source voipcnam fails - has url error
| Status: | Rejected | Start: | 05/25/2009 | |
|---|---|---|---|---|
| Priority: | High | Due date: | 05/25/2009 | |
| Assigned to: | - | % Done: | 100% |
|
| Category: | - | |||
| Target version: | Caller ID Superfecta v 2.1.X Maintenance Releases |
Description
data source voipcnam fails - retuns this error:
The requested URL returned error: 400 not found
This code:
$url="http://query.voipcnam.com/query.php?api_key=".$param['VoIPCNAM']['API_Key']."&number=$thenumber";
probably should be:
$url="http://query.voipcnam.com/query.php?api_key=".$param['API_Key']."&number=$thenumber";
That stops the error, but it also fails to return any data - even when data is present.
History
Updated by tshif over 2 years ago
- Due date set to 05/25/2009
- Status changed from New to Rejected
- Assigned to deleted (
michaelruge) - % Done changed from 0 to 100
QA: Module data source voipcnam.com works as expected. Cannot duplicate Failure