DB_DELETE()

DB_DELETE(Familie/Schlüssel)

Löscht einen Wert aus der AstDB. Dabei wird auch die Variable DB_RESULT auf den entsprechenden Wert gesetzt, falls vorhanden.

; den Eintrag cidnums/0123456789 löschen:
exten => 123,1,Set(ignored=${DB_DELETE(cidnums/0123456789)})
[Anmerkung]

Vor Asterisk 1.4 muss statt der Funktion DB_DELETE() die Applikation DBdel() verwendet werden.

[Anmerkung]

Interner Hilfetext zu dieser Applikation in Asterisk 1.4: 

  -= Info about function 'DB_DELETE' =- 

[Syntax]
DB_DELETE(<family>/<key>)

[Synopsis]
Return a value from the database and delete it

[Description]
This function will retrieve a value from the Asterisk database
 and then remove that key from the database.  DB_RESULT
will be set to the key's value if it exists.

Differenz zum internen Hilfetext in Asterisk 1.2: 

-- in Version 1.2 nicht vorhanden --

Siehe auch. DB(), DB_EXISTS(), DBdel(), DBdeltree()