Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incoming SIP provisional responses with SDP marked as retransmitted #151

Closed
gfigiel opened this issue Jun 16, 2017 · 1 comment
Closed
Assignees

Comments

@gfigiel
Copy link
Contributor

gfigiel commented Jun 16, 2017

There is an issue in Jain SIP RI that causes SIP11 RA does not deliver events to JSLEE application when provisional response (100 -200) is repeated with new content or header. The response is marked as retransmitted what prevents SIP11 RA from delivering the event towards SBB.

The issue is caused by comparing only response code (toString output) when checking response
retransmission:

if (lastResponse != null && !sipResponse.toString().equals(lastResponse.toString())) {

A piece of the log message for the second 183 - with SDP

2017-06-09 21:13:23,353 INFO  [sip-UDPMessageChannelThread-5] [javax.slee.RAEntityNotification[entity=sip].SipResourceAdaptor] Dropping in dialog retransmission. Response:
SIP/2.0 183 Session Progress
Call-ID: 8655ee5d118fb53a61ec4315526c8f5d@10.96.48.40
CSeq: 1 INVITE
Allow: INVITE,ACK,OPTIONS,BYE,CANCEL,PRACK,UPDATE
Content-Type: application/sdp
Contact: <sip:10.203.8.188:5060;transport=UDP>
Content-Length: 265

@gfigiel
Copy link
Contributor Author

gfigiel commented Jun 16, 2017

Please assign me to this issue. I will make a PR in a while.

gfigiel pushed a commit to ProIDS/jain-sip that referenced this issue Jun 16, 2017
kpouer pushed a commit to kpouer/jsip that referenced this issue Jan 8, 2023
(cherry picked from commit aff2eb22f0d5af240c9c2f6382d8b189d064c82e)
kpouer pushed a commit to kpouer/jsip that referenced this issue Jan 15, 2023
(cherry picked from commit aff2eb22f0d5af240c9c2f6382d8b189d064c82e)
deruelle pushed a commit to mobius-software-ltd/corsac-sip that referenced this issue Jan 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant