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
Build Agents and Models on One Platform Icon
Build Agents and Models on One Platform

Everything you need to build production-ready agents and models. Access 200+ Google and third-party AI models and tools.

Gemini Enterprise Agent Platform is Google Cloud's comprehensive platform for developers to build, scale, govern, and optimize agents and models. Choose from Google's most advanced models and third-party models like Anthropic's Claude Model Family.
Try It 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