Vincent Delporte
2006-Nov-23 16:27 UTC
[asterisk-users] Re: asterisk-users Digest, Vol 28, Issue 122
At 22:07 22/11/2006 -0700, Marco Mouta wrote:>You can do it using AstDB, just load the database with callerid names and >numbers and then include a lookup on database in all incoming calls, so >you can override whatever you wanted:)Thanks everyone. Indeed, it seems like using the embedded BerkeleyDB-based AstDB is good enough for what I'm trying to do. However, asterisk barfs on the following script that I used to import data: #/bin/bash asterisk -rx "database put cidname 1234567 'Me - cellular'" asterisk -rx "database put cidname 1234567 'Me - home'" etc. Any idea why? Thanks.