Hi Everybody,<br><br>Don't know why this DBdeltree error appears on Asterisk CLI.Good part is, it does remove family entry from AstDB.<br><br>Sample Dialplan....<br><br>exten => 1212,1,Noop()<br>same => n,Set(TEST=1234)<br>
same => n,Set(DB(${TEST}/TESTSTART)=${STRFTIME(${EPOCH},,%Y-%m-%d %H:%M:%S)})<br>same => n,DBdeltree(${TEST})<br>same => n,Hangup()<br><br>Asterisk CLI output....<br><br>[Jun 1 14:30:39] == Using SIP RTP CoS mark 5<br>
[Jun 1 14:30:39] -- Executing [1212@incoming-did:1] NoOp("SIP/29-0000002f", "") in new stack<br>[Jun 1 14:30:39] -- Executing [1212@incoming-did:2] Set("SIP/29-0000002f", "TEST=1234") in new stack<br>
[Jun 1 14:30:39] -- Executing [1212@incoming-did:3] Set("SIP/29-0000002f", "DB(1234/TESTSTART)=2011-06-01 14:30:39") in <br><br>new stack<br>[Jun 1 14:30:39] -- Executing [1212@incoming-did:4] DBdeltree("SIP/29-0000002f", "1234") in new stack<br>
[Jun 1 14:30:39] -- DBdeltree: family=1234<br>[Jun 1 14:30:39] -- DBdeltree: Error deleting key from database.<br>[Jun 1 14:30:39] -- Executing [1212@incoming-did:5] Hangup("SIP/29-0000002f", "") in new stack<br>
[Jun 1 14:30:39] == Spawn extension (incoming-did, 1212, 5) exited non-zero on 'SIP/29-0000002f'<br><br><br>Any idea?<br><br>TYIA<br><br>[SATISH]<br>