Homer is an Open Source SIP Capture server that is integrated within sipxecs. This powerful application is a primary tool for troubleshooting issues related to sipxecs and its agents and packages.
How do I repair errors in the Homer mysql database
Login to the system as root. From root run "mysqlcheck --all-databases -uroot -p" This will return the name of the tables that are damaged in the database. From the command prompt run "mysql -u root". At the sql prompt run "REPAIR TABLE tablename;"