Comments
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