Hi,
This is pretty clear, the PBX sees the phone registering from two different source IPs and you need to figure out why.
Hint: You also see the IP of the gateway, so that tells you there's possibly a NAT between the PBX and the phones, generally a very bad idea because neither side expects a NAT to sit between them for on-premises installations.
Inspect your network, and make it so that the phones can actually reach the PBX directly instead of going via NAT.
Keep it simple: have a single NIC on the server, and have the phones and server in the same subnet together on the same LAN.