How to check the date/time of extension creation or deletion from asterisk CLI

Is there a command or any other way from asterisk CLI, that I can check when an extension was created or deleted?

Try on your shell:
asterisk -rx ‘database show’ | grep AMPUSER | grep cidnum

Not really. You might find some breadcrumbs in the Apache logs from recent GUI activity, and you might find registration failures in the asterisk full log that correspond to the extension being removed.

/var/log/httpd/accesslog
/var/log/asterisk/full

There will not be a long history of either log retained.

This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.