Hi.
Can you check on Asterisk DB, in order to see if you have the following key?
[root@oml ~]# asterisk -rx "database show" | grep //STATUS
/OML/AGENT//STATUS : READY:1591718047
If you see this key on AstDB (notice that it has 2 slashes between AGENT and STATUS, without the actual AgentID on it), please delete it as follows:
[root@oml ~]# asterisk -rx "database del OML AGENT//STATUS"
Database entry removed.
Let me know if that helps.
We are already working on that, to avoid those incorrect keys on AstDB.
Best regards.