Title: Request Uri

Hello,
I need a clarification on Request-Uri


suppose I have the followin devices:
A) One Registrar --> reg.sip.milan.it (192.168.1.2)
B) One Proxy      --> sip.milan.it and px.sip.milan.it (192.168.1.1) - The proxy manages the domain sip.milan.it
C) One UA          --> ua.sip.milan.it (192.168.1.10)

All the hostnames are resolved by the DNS.
sip.milan.it and px.sip.milan.it are resolved to the same IP address.

I think the following REGISTER sent to the Registrar are correct and shoul be accepted:
1)      REGISTER sip:sip.milan.it ....
        From: <sip:[EMAIL PROTECTED]>
        To: <sip:[EMAIL PROTECTED]>

2)      REGISTER sip:reg.sip.milan.it ....
        From: <sip:[EMAIL PROTECTED]>
        To: <sip:[EMAIL PROTECTED]>

3)      REGISTER sip:192.168.1.1 ....
        From: <sip:[EMAIL PROTECTED]>
        To: <sip:[EMAIL PROTECTED]>

If I call the user 2000, I think the following INVITE sent to the Proxy are correct and shoul be accepted:
1)      INVITE sip:[EMAIL PROTECTED] ....
        From: <sip:[EMAIL PROTECTED]>
        To: <sip:[EMAIL PROTECTED]>

2)      INVITE sip:[EMAIL PROTECTED] ....
        From: <sip:[EMAIL PROTECTED]>
        To: <sip:[EMAIL PROTECTED]>

3)      INVITE sip:[EMAIL PROTECTED] ....
        From: <sip:[EMAIL PROTECTED]>
        To: <sip:[EMAIL PROTECTED]>

Can you confirm my opinion and let me know which the best solution is?
Regards
Lorenzo


_______________________________________________
Sip-implementors mailing list
[EMAIL PROTECTED]
http://lists.cs.columbia.edu/mailman/listinfo/sip-implementors

Reply via email to