Name

DBdel() — Deletes a key from the AstDB

Synopsis

    DBdel(family/key)

Deletes the key specified by key from the key family named family in the AstDB.

Always returns 0.

    exten => 123,1,DBput(test/name=John) ; add name to AstDB
    exten => 123,2,DBget(NAME=test/name) ; retrieve name from AstDB
    exten => 123,3,DBdel(test/name)      ; delete from AstDB

Get Asterisk: The Future of Telephony now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.