Status: New
Owner: ----
Labels: Type-Defect Priority-Medium Component-SipUnit

New issue 24 by [email protected]: SipUnit adds the To tag in the INVITE after a 401/407 response
http://code.google.com/p/commtesting/issues/detail?id=24

When a UAS/Proxy responds with a 401/407 response SipUnit should resend the INVITE with no tag in the To header (see rfc 3665).
See http://code.google.com/p/sipservlets/issues/detail?id=247 too.

A possible solution is to remove the following lines from SipPhone#processAuthChallenge:

ToHeader toHeader = (ToHeader) response.getHeader(ToHeader.NAME);
String toTag = toHeader.getTag();
((ToHeader)msg.getHeader(ToHeader.NAME)).setTag(toTag);



--
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