AsteriskJA
I wrote this CallerID lookup source for Asterisk. It looks up data in http://ja.is/, Icelandic online phone directory.
Installation on trixbox using FreePBX:
- Download the script, asteriskja.cgi into /var/www/cgi-bin.
# cd /var/www/cgi-bin
# wget http://tommi.org/static/asteriskja.cgi
- Add the callerid lookup source in FreePBX
Source Type: HTTP
Host: localhost
Path: /cgi-bin/asteriskja.cgi
Updated, you should use [NUMBER] instead of ${CALLERID(num)}
Query: cid=[NUMBER]
Screenshot of my setup
When you are done with defining the CallerID Lookup Source you need to go into the “Inbound Route” and select the lookup source you defined earlier.
Thats all.
