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.

_______________________________________________
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to