DBput( )
|
Stores a value in the AstDB
|
DBput(family/key=value)
Stores the given value in the
corresponding family and key in the
AstDB.
Always returns 0.
; put an entry in the AstDB
exten => 123,1,DBput(test/color=blue)
See Also
DBdel( ),
DBdeltree( ),
DBget( )
|