looneyapurv / jain-sip

Automatically exported from code.google.com/p/jain-sip
0 stars 0 forks source link

Via Header's "sent-by" info got changed when using websocket #132

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Run sip-servlets-examples\websocket-b2bua application
2. Run WebRTC client using JsIP (as mentioned here - 
http://jssip.net/documentation/0.3.x/getting_started/)
3. Observe that the Via header's sent-by value is changed in when the request 
given to SipServlets).

What is the expected output? What do you see instead?
Via header's sent-by header shouldn't be changed.

What version of the product are you using? On what operating system?
Mobicents JBoss 7.1 in Windows 7 

Please provide any additional information below.
Trying to implement a WebSocket B2BUA agent. When using WebRTComm example 
against B2BUA agent it's working fine. But when trying to use JsSIP library at 
Client side, it's giving error as the Via header is changed in server (i.e. 
B2BUA).
From the discussion @ 
https://groups.google.com/forum/#!topic/jssip/UsOPNgUWssc) it seems nothing 
wrong in client side and I would like to confirm that is it possible to 
configure server to not to change the Via header's sent by address.
Attached the server log.

Original issue reported on code.google.com by karthikm...@gmail.com on 19 Nov 2013 at 9:02

Attachments: