Available since Asterisk 1.2 with BRIStuff patches and since Asterisk 1.6 @author gmi
124125126127128129130131
DbDelTreeAction da = new DbDelTreeAction(ASTERISK_OM_FAMILY, ASTERISK_OM_KEY); exec(da); } public void delete(String confno) { DbDelAction da = new DbDelAction(ASTERISK_OM_FAMILY, getKey(confno)); exec(da); }