[asterisk-users] DBdeltree: Error deleting key from database
Satish Barot
satish4asterisk at gmail.com
Wed Jun 1 04:11:06 CDT 2011
Hi Everybody,
Don't know why this DBdeltree error appears on Asterisk CLI.Good part is, it
does remove family entry from AstDB.
Sample Dialplan....
exten => 1212,1,Noop()
same => n,Set(TEST=1234)
same => n,Set(DB(${TEST}/TESTSTART)=${STRFTIME(${EPOCH},,%Y-%m-%d
%H:%M:%S)})
same => n,DBdeltree(${TEST})
same => n,Hangup()
Asterisk CLI output....
[Jun 1 14:30:39] == Using SIP RTP CoS mark 5
[Jun 1 14:30:39] -- Executing [1212 at incoming-did:1]
NoOp("SIP/29-0000002f", "") in new stack
[Jun 1 14:30:39] -- Executing [1212 at incoming-did:2]
Set("SIP/29-0000002f", "TEST=1234") in new stack
[Jun 1 14:30:39] -- Executing [1212 at incoming-did:3]
Set("SIP/29-0000002f", "DB(1234/TESTSTART)=2011-06-01 14:30:39") in
new stack
[Jun 1 14:30:39] -- Executing [1212 at incoming-did:4]
DBdeltree("SIP/29-0000002f", "1234") in new stack
[Jun 1 14:30:39] -- DBdeltree: family=1234
[Jun 1 14:30:39] -- DBdeltree: Error deleting key from database.
[Jun 1 14:30:39] -- Executing [1212 at incoming-did:5]
Hangup("SIP/29-0000002f", "") in new stack
[Jun 1 14:30:39] == Spawn extension (incoming-did, 1212, 5) exited
non-zero on 'SIP/29-0000002f'
Any idea?
TYIA
[SATISH]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20110601/cebc1841/attachment.htm>
More information about the asterisk-users
mailing list