What is Asterisk CLI Database handling commands?
carlos33 11-August-2008 01:15:34 PM

Comments


www.voip-info.org/wiki/view/Asterisk+CLI -
Posted by crouse


Database handling

* 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 sagitraz


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 james_winston



Posted: 12-August-2008 01:58:35 PM By: james_winston

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: 26-August-2008 11:06:33 PM By: sagitraz

Database handling

* 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: 03-March-2009 04:52:50 AM By: crouse

www.voip-info.org/wiki/view/Asterisk+CLI -