To read a database entry from the asterisk database using the new DB function the syntax is this: Set(DB(Family/Key)) And to write to the database: Set(DB(Family/Key)=Value) BUT how do I delete a database entry? Regards Thorben