It seems the Tabelle "contact_phone" and "contact_email" will not be migrated.
I'am neither a phyton nor an SQL programmer, but both below listed statements return a not empty list after running the migration script in NOT dry-run mode.
select * from dcim_site where contact_email != '';
select * from dcim_site where contact_phone != '';