New CNAM lookup service

Catalog of dial plans
Post Reply
azrobert
Posts: 55
Joined: Sat Oct 24, 2009 11:37 pm

New CNAM lookup service

Post by azrobert » Sun May 29, 2011 6:01 pm

There is a new free CNAM lookup service call FREENAM.ORG.
The good news is it's super easy to use and understand compared to the Whitepages service.
The bad news is their database is totally lacking. My home CID was not in their DB.
They promise DB will improve shortly.
Here is my dialplan code:

Code: Select all

CID = "2024561414"
url = "http://freecnam.org/dip?q=#{CID}"
FreeCName = sys.WebGet(url,4).to_s
sys.log("CallerName: #{FreeCName}")
CID 2024561414 is owned by the U.S. Government.

Here is the post by FREENAM.ORG on DSLREPORTS:
http://www.dslreports.com/forum/r259184 ... AM-Project

Post Reply