So I've been reading the RFC3261, and trying to figure out this particular problem.
Say the UAC is 192.168.1.42, the registrar is 192.168.1.1.
According to the RFC, it says that the To field should contain the Address of Record of the entity you're registering. AoR is defined as a URI that points to a domain with the location service that would map this URI to another where the user is available.
So I'm not using domain names, so the question is, should the To header be Alice<sip:alice@192.168.1.42> or Alice<sip:alice@192.168.1.1>. I have a SIP conformance suite that emulates the registrar, and it seems to think it's the former. Reading the RFCs like that seems to convince me that it's the latter.
Thanks!
