Perl script for Asterisk which lookups CID in internet and returns name and address if found. Currently there are 4 different sources included for Germany,Austria,Swiss.

The found name can be also stored in MySQL or Asterisk DB to speedup further lookups.

Script will also use tellows.de to get the spam score and you can decide yourself with the variable SPAMSCORE if you let the caller pass.

To use the script you will need to get HTML::TreeBuilder and Asterisk::AGI.
Store the script in the /var/lib/asterisk/agi-bin folder and put in dialplan something like:

exten => _X.,1,ExecIf($[${LEN(${DB(cidname/${CALLERID(num)})})} > 0]?SET(CALLERID(name)=${DB(cidname/${CALLERID(num)})}):AGI(reversecheck.agi,${CALLERID(num)}))
same => n,ExecIf($[${LEN(${RESULTREV})} > 0]?SET(CALLERID(name)=${RESULTREV}))
same => n,GotoIf($[${REGEX("[7-9]" ${SPAMSCORE})}]?spamtrap,${EXTEN},1)

Features

  • Reverse Lookup Phone numbers in Internet
  • Store results in MySQL or Asterisk DB
  • Display found name and address on your phone
  • Get Spamscore from Tellows.de

Project Activity

See All Activity >

Follow Asterisk AGI Reverse Lookup

Asterisk AGI Reverse Lookup Web Site

Other Useful Business Software
Stop Storing Third-Party Tokens in Your Database Icon
Stop Storing Third-Party Tokens in Your Database

Auth0 Token Vault handles secure token storage, exchange, and refresh for external providers so you don't have to build it yourself.

Rolling your own OAuth token storage can be a security liability. Token Vault securely stores access and refresh tokens from federated providers and handles exchange and renewal automatically. Connected accounts, refresh exchange, and privileged worker flows included.
Try Auth0 for Free
Rate This Project
Login To Rate This Project

User Reviews

Be the first to post a review of Asterisk AGI Reverse Lookup!

Additional Project Details

Registered

2014-02-25