On Tue, 19 May 2009, Olivier wrote: > Hi, > > In ASTDB, I've got a rather long list of entries like: > /FamilyA/Key1 Value1 > /FamilyA/Key2 Value2 > /FamilyA/Key3 Value3 > ... > > Instead of sending several DBGet queries (and parsing every response), I'm > wondering if a single "database show" or "database show family" query could > be implemented.
You can send a Command: via the manager API and parse the return.. So send it a Action: Command Command: database show FamilyA and just suck up and parse the results... Gordon _______________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
