[Home]

Summary:ASTERISK-06084: [patch] Add manager actions DBDel and DBDeltree
Reporter:Stefan Reuter (srt)Labels:
Date Opened:2006-01-14 19:58:34.000-0600Date Closed:2006-01-14 22:14:30.000-0600
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Core/ManagerInterface
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) db.diff
Description:There are manager actions for DBGet and DBPut but none for DBDel and DBDeltree.
This patch adds them.
Comments:By: Tilghman Lesher (tilghman) 2006-01-14 22:14:29.000-0600

First, this can already be done with the manager commands:
Action: Command
Command: database del <family> <key>

and

Action: Command
Command: database deltree <family>

Second, since the applications DBGet and DBPut will be removed in 1.4, the manager command are likely to go the same way, replaced with the manager commands Getvar and Setvar.