Chris A. Icide wrote:
Is anyone aware of an Asterisk application that allows you to read and write values to multiple tables in a database. Im not looking for an app that will let me externalize asterisk's database. I'm looking for one that will let me do normal SQL like queries and inserts. An example:
exten => _XX.,1,SQL(PEER=Select peer from egress where route_id=1)
...
exten => _XX.,1,SQL(update egress set technology='Zap' where route_id=1)
etc.
Chris
Chris,
Look at res_sqlite (if you can find it, wiki still seems to be down) I think that should work for you.
-- Kristian Kielhofner _______________________________________________ Asterisk-Users mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
