Hi,
I installed the geotek phonebook as given in the installation.pdf and it works very well so far. The one thing which doesn't work is that incoming calls are not shown with name but only with number.
To see what's wrong I enabled debug output in asterisk and that's what's shown when an incoming call arrives:
[Mar 3 10:33:15] WARNING[30010]: func_db.c:65 function_db_read: DB requires an argument, DB(<family>/<key>)
-- Executing [123456789@isdn:2] Set("Zap/1-1", "CALLERID(name)=") in new stack
That's what my line in the extensions.conf looks like:
exten => 123456789,n,Set(CALLERID(name)=${DB(cidname/${CALLERIDNUM})})
uname -a output: Linux 2.6.24-19-server #1 SMP x86_64 GNU/Linux
Thanks in Advance.