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 sie
vorhanden ist.; 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.Asterisk-Versionen:
| | | 1.4 |————————| 1.6 |————————
Interner Hilfetext zu dieser Funktion 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.