IP of SIP contact header fix. Help.

View: New views
2 Messages — Rating Filter:   Alert me  

IP of SIP contact header fix. Help.

by glassfish-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi. I would like to ask about the SIP Contact Header. Is the IP of this header fixed? I mean fixed in a sense that the IP is of the server. Here is a sample log.

INFO: ===== Performing printSipRequestHeader() =====
INFO: Fromipaddress: 172.16.100.13
INFO: Max-Forwards: 70
INFO: Contact: <sip:172.16.100.21:5060;fid=server_1>
INFO: To: <sip:1003@...>
INFO: Cseq: 1 INVITE
INFO: From: <sip:1009@...>;tag=g1lruvcy-7
INFO: Call-Id: 172.16.100.21_7_8444577621919260318
INFO: ===== Leaving printSipRequestHeader() =====

Here, the IP address of the contact header is the server's IP but then it was deployed in another machine which is in the IP address recorded first. Is this a bug in the SIP Servlet or is this fixed?
[Message sent by forum member 'gcutegirl08' (kristine@...)]

http://forums.java.net/jive/thread.jspa?messageID=370432

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@...
For additional commands, e-mail: users-help@...


Re: IP of SIP contact header fix. Help.

by Binod :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

They are not fixed. It can be configured by setting the external-
address.

Take a look at the following blogs

http://weblogs.java.net/blog/eltjoboersma/archive/2008/04/sailfin_address.html
http://weblogs.java.net/blog/rampsarathy/archive/2009/08/26/multihoming-sailfin-traffic-separation

thanks,
Binod.

On 04-Nov-09, at 2:04 PM, glassfish@... wrote:

> Hi. I would like to ask about the SIP Contact Header. Is the IP of  
> this header fixed? I mean fixed in a sense that the IP is of the  
> server. Here is a sample log.
>
> INFO: ===== Performing printSipRequestHeader() =====
> INFO: Fromipaddress: 172.16.100.13
> INFO: Max-Forwards: 70
> INFO: Contact: <sip:172.16.100.21:5060;fid=server_1>
> INFO: To: <sip:1003@...>
> INFO: Cseq: 1 INVITE
> INFO: From: <sip:1009@...>;tag=g1lruvcy-7
> INFO: Call-Id: 172.16.100.21_7_8444577621919260318
> INFO: ===== Leaving printSipRequestHeader() =====
>
> Here, the IP address of the contact header is the server's IP but  
> then it was deployed in another machine which is in the IP address  
> recorded first. Is this a bug in the SIP Servlet or is this fixed?
> [Message sent by forum member 'gcutegirl08' (kristine@...)]
>
> http://forums.java.net/jive/thread.jspa?messageID=370432
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@...
> For additional commands, e-mail: users-help@...
>


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@...
For additional commands, e-mail: users-help@...