CNAM

A CNAM database contains calling party names to be used when identifying a calling party.

CNAM Lookup Services List:
CallerID4u.com Calling Name (CNAM) Ready phone numbers are provisioned to receive “Calling Name” fees from a receiving carrier each time a call terminates on their platform. When this happens, Callerid4u’s Caller-ID name is retrieved and matched to a nationwide Caller ID database. These small fees are aggregated into monthly payments from which Callerid4u then pays you.

http://freecnam.org/ The Free CNAM Project. (Powered by http://tnid.us). Telephony Research Services is providing a free API for non-commercial Open Source PBX users. This API queries our private CNAM database and returns standard 15-Character CNAM results. Any entry not already in the database will be queued for investigation, and added to the database as soon as information is located. This system has access to several CNAM backends, and is not a party to any use-limiting or no-caching agreements. API is: http://freecnam.org/dip?q=2024561414

http://www.bulkcnam.com/ Cost: Only $0.005 per query for carriers or $0.009 for hobbyists! No catch, guaranteed with easy paypal integration. Sign Up for a FREE Account and we will credit you 30 FREE CNAM queries to try http://www.bulkcnam.com/.

http://www.calleridservice.com No monthly fees or account minimums and 20 free queries to test our service when you open an account ( instant setup ). Simple HTTP API or Fast AGI that can be placed in your Asterisk dial plan. Also native support for Switchvox PBX systems. Results are never cached so you get up to the minute real-time results. Retail prices are $.009 per query and bulk pricing is available with a volume commitment of at least 25,000 queries per month. Free support and installation assistance is available.

http://www.data24-7.com CNAM service for $12 per month and $0.006 per query. Simple HTTPS/XML-based API with examples, plus batch file upload and manual entry available via website. Members have full access to Data24-7's other services, such as carrier lookups and email-to-SMS gateway address lookups.

http://www.ezcallerid.com provides CNAM service to ANY IP-PBX, gateway or proxy that is SIP compatible. No API or code needed. $.015 per call with no monthly charges or minimum comitment of any kind. Sign-up for $10 at http://www.ezcallerid.com.

www.cnam.info offers both CNAM and a pseudo-CNAM service at a fraction of the cost. Integration with asterisk is as easy as downloading the AGI and adding a single line to your dial plan.

www.callwithus.com offers both CNAM ($0.006) and LRN ($0.0003) look ups. No minimums and monthly charges. Simple HTTP API, easy to integrate to Asterisk dial plan.

www.VoIPCNAM.com offers CNAM lookup services to individuals and small businesses at economical prices. The service integrates easily with your existing Asterisk dialplan using the provided one-line examples. Rates start at $2/month including 25 lookups, and $0.02 per additional lookup.

http://wholesale.metrostat.net - Provides real CNAM service to asterisk, openser and freeswith with simple http based API. No monthly fee just small deposit. Flat rate CNAM $0.018 per Query. Online access to your CNAM requests in realtime. Setup your account online instantly, CDR tool onine, add auth ip's and users online.

http://www.reverseaustralia.com/developer/ - offers free lookups and spam caller information for Australian numbers.

Add:

lookup_gotname() {
out=""
out=`/usr/bin/curl -s -m 2 -A Mozilla/4.0 http://cnam.got-name.com/?auth=<USERNAME>:<PASSWORD>\&type=http\&number=${1}`
echo $out;
}

And:
lookup_order="sqlite3 anywho gotname google nanpa"
And:
411)
lu_name=`lookup_411 "${2}"`
;;
gotname)
lu_name=`lookup_gotname "${2}"`
;;
google)
lu_name=`lookup_google "${2}"`
;;


An optional change: I (netplex/andrew) changed the lookup to not return the "NO AUTH" message because I wanted it to continue with other methods:
lookup_gotname () {
out=""
out=`/usr/bin/curl -s -m 2 -A Mozilla/4.0 http://cnam.got-name.com/?auth=USERNAME:PASSWORD\&type=http\&number=${1}`
if "${out}" = "NO AUTH" ; then
out=""
fi
echo $out
}


Commercial Blurb put in by Rehan:


CNAM is the caller ID on a call that is sent from a wholesale carrier.

The company that own's that DID number gets the INTERCONNECT income because it owns the number.

Companies who provide calling card and call centers don't care what is the caller ID (what is sent to the CUSTOMER when a call is made). Because of the non-concern, they can use a DID number from a carrier that is willing to share its CABS income. This way they make MORE MONEY and get some money back which they currently pay to the termination company.

For example, say you make a call using the calling card, but when your call goes through, the number will appear 1-212-6552222.

You being the calling card company or any other company has a lot of outgoing traffic.


Companies that share Cabs revenue:


  • DIDX.org provides its wholesale members with DID's that pay up to .002 cent a min for sending the CABS. If you have 10,000,00+ terminating mins a month, DIDX can get this money to your pocket.

  • DipFees.com shares CNAM dip revenue, minimum U.S. termination of 400k calls / month. Customers have control over caller name and incoming calls can be picked up via sip.

  • ViaTalk White now provides an API for CNAM lookup. Haven't used it yet, but I've had decent luck with ViaTalk's other tools.

See Also


Created by: rehan, Last modification: Tue 13 of Dec, 2011 (15:24 UTC) by dmigardos


Please update this page with new information, just login and click on the "Edit" or "Discussion" tab. Get a free login here: Register Thanks! - support@voip-info.org

Page Changes | Comments

 

Featured -

Search: