Name some Database handling command you can use in your Dialplan (extensions.conf)? james_winston 14-August-2008 10:05:22 PMComments Database handling commands * database del: Removes database key/value * database deltree: Removes database keytree/values * database get: Gets database value * database put: Adds/updates database value * database show: Shows database contents * database showkey: Shows database contents: An alternative to showing keys by family with database show, this command shows all the families with a particular key Posted by sagitraz DBdel: Delete a key from the database. DBdeltree: Delete a family or keytree from the database. DBget: Retrieve a value from the database. Deprecated in favor of DB. DBput: Store a value in the database. Deprecated in favor of DB. MYSQL: Perform various mySQL database activities DBQuery: Execute predefined queries against MySQL Servers, and get the result back into the dialplan. RealTime: Populate variables with details from database using RealTime RealTimeUpdate: Update a field in a database using RealTime. Posted by james_winston |
Posted: 18-August-2008 01:14:40 PM By: james_winston DBdel: Delete a key from the database. DBdeltree: Delete a family or keytree from the database. DBget: Retrieve a value from the database. Deprecated in favor of DB. DBput: Store a value in the database. Deprecated in favor of DB. MYSQL: Perform various mySQL database activities DBQuery: Execute predefined queries against MySQL Servers, and get the result back into the dialplan. RealTime: Populate variables with details from database using RealTime RealTimeUpdate: Update a field in a database using RealTime. | |
Posted: 27-August-2008 12:21:50 AM By: sagitraz Database handling commands * database del: Removes database key/value * database deltree: Removes database keytree/values * database get: Gets database value * database put: Adds/updates database value * database show: Shows database contents * database showkey: Shows database contents: An alternative to showing keys by family with database show, this command shows all the families with a particular key |