[asterisk-bugs] [JIRA] (ASTERISK-26642) Improper Handling of extra 200 OK from forked INVITE
Tim L (JIRA)
noreply at issues.asterisk.org
Mon Dec 5 20:32:10 CST 2016
Tim L created ASTERISK-26642:
--------------------------------
Summary: Improper Handling of extra 200 OK from forked INVITE
Key: ASTERISK-26642
URL: https://issues.asterisk.org/jira/browse/ASTERISK-26642
Project: Asterisk
Issue Type: Bug
Security Level: None
Components: Third-Party/pjproject
Affects Versions: 13.11.2
Reporter: Tim L
Severity: Minor
I am using Kamailio as a SIP Proxy in front of multiple Asterisk servers. I am using 13.11.2 with pjsip. Users can register with Kamailio from multiple devices and Kamailio is performing parallel forking of INVITEs sent to those users. Kamailio will CANCEL all but the first INVITE that receives a 200 OK. However, if two devices respond with a 200 OK at the same time, Kamailio forwards both 200 OKs to Asterisk. I believe Kamailio is required to do this so that a UAC can send an ACK+BYE for all but one of the 200 OKs.
What seems to be happening is that neither dialog is actually ended with a BYE, but the SDP answer from the second 200 OK is used, leaving the first one basically unusable.
Thank you for your support!
--
This message was sent by Atlassian JIRA
(v6.2#6252)
More information about the asterisk-bugs
mailing list