Status: New
Owner: ----
Labels: Type-Defect Priority-Medium Component-Sip-Servlets MSS-3.0.0.FINAL Roadmap-Fix

New issue 251 by [email protected]: Extra Route header added on INVITE
http://code.google.com/p/sipservlets/issues/detail?id=251

What steps will reproduce the problem?
1. Send SIP INVITE with three route headers
2. Add three Route headers using req.pushRoute(..)
3. Container adds and extra Route header

What is the expected output? What do you see instead?
I expect a 200 OK from SIP INVITE instead I see a 'SIP/2.0 404 Not found'


What version of the product are you using? On what operating system?
mss-3.0.0-SNAPSHOT-jboss-as-7.1.3.Final

Please provide any additional information below.

Hi,

My issue is similar to this one from 2011.

https://code.google.com/p/mobicents/issues/detail?id=2346


My code adds three Route headers using req.pushRoute(..)

But mobicents is adding a fourth one that contains the loopback address.

INVITE sip:[email protected]:5060;transport=tcp SIP/2.0
Call-ID: [email protected]
CSeq: 1 INVITE
From: <sip:[email protected]:5060>;tag=36575269_3f394085_5411fa07-9251-40c6-81a4-47abedc9f64a
To: <sip:[email protected]:5060>
Max-Forwards: 70
Contact: <sip:[email protected]:5081;transport=tls>
Via: SIP/2.0/TLS localhost:5081;branch=z9hG4bK5411fa07-9251-40c6-81a4-47abedc9f64a_3f394085_1389822401936213000;received=127.0.0.1;rport=5081
Content-Type: application/sdp
Expires: 180
Route: <sip:127.0.0.1:5081;transport=tls;lr;directive=NEW;previousappname=com.bingo.server.bla.poc.Papp;previousappid=5411fa07-9251-40c6-81a4-47abedc9f64a>
Route: <sip:lal-bingo-vcse2.bingo.com;transport=tls;lr>
Route: <sip:10.50.179.6:5061;transport=tls;zone-id=9;directed;lr>
Route: <sip:ccmm-tg-021.bingo.com;transport=tcp;lr>
Content-Length: 1694

This etra Route header gets added outside my control, but only on one of my machines and causes INVITE to fail with a SIP/2.0 404 Not found

Route: <sip:127.0.0.1:5081;transport=tls;lr;directive=NEW;previousappname=com.cisco.wx2.server.sla.poc.SlaPocApplication;previousappid=5411fa07-9251-40c6-81a4-47abedc9f64a>


--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--

--- You received this message because you are subscribed to the Google Groups "mobicents-all-issues-changes" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to