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

You Might Also Like
Our Free Plans just got better! | Auth0 by Okta Icon
Our Free Plans just got better! | Auth0 by Okta

With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your secuirty. Auth0 now, thank yourself later.
Try free now
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