public class ReInviteInfoAckOverlapTest
extends TestCase
Modifier and Type | Class and Description |
---|---|
class |
ReInviteInfoAckOverlapTest.ProtocolObjects |
class |
ReInviteInfoAckOverlapTest.Shootme |
Modifier and Type | Field and Description |
---|---|
protected static org.apache.log4j.Appender |
console |
protected static org.apache.log4j.Logger |
logger |
protected test.unit.gov.nist.javax.sip.stack.ReInviteInfoAckOverlapTest.Shootist |
shootist |
Constructor and Description |
---|
ReInviteInfoAckOverlapTest() |
Modifier and Type | Method and Description |
---|---|
void |
setUp() |
void |
tearDown() |
void |
testReInviteInfoOverlap()
This tests https://java.net/jira/browse/JSIP-384
Scenario (A is already in call with B):
A sends a reINVITE (cseq = 2)
B responds with a 200 OK
A sends an INFO (cseq = 3)
B responds with a 200 OK (cseq = 3)
A sends an ACK
B ignores the ACK
|
protected test.unit.gov.nist.javax.sip.stack.ReInviteInfoAckOverlapTest.Shootist shootist
protected static final org.apache.log4j.Appender console
protected static org.apache.log4j.Logger logger
public void setUp()
public void testReInviteInfoOverlap()
public void tearDown()
Copyright © 2015. All Rights Reserved.