What is this Error? How Do I fix it?

I have a v13.11.1 ERPNext system that is constantly alerting me to unseen error logs several times per day. When I go look at those logs, the errors are all the same:

I do not have any Telephony" module enabled. How can I stop this constant stream of “Error during caller information update” hits in the error logs?

Any help other than Tylenol to solve this headache would be greatly appreciated.

BKM

I find it hard to believe that nobody else has had this “Telephony” error.

BKM

Please try

bench --site your_site console
frappe.reload_doc('telephony', 'doctype', 'call log')
frappe.db.commit()

then run

bench --site your_site migrate