public static class SipCallSession.InvState extends Object
Modifier and Type | Field and Description |
---|---|
static int |
CALLING
After INVITE is sent
|
static int |
CONFIRMED
After ACK is sent/received.
|
static int |
CONNECTING
After 2xx is sent/received.
|
static int |
DISCONNECTED
Session is terminated.
|
static int |
EARLY
After response with To tag.
|
static int |
INCOMING
After INVITE is received.
|
static int |
INVALID
The call is in an invalid state not syncrhonized with sip stack
|
static int |
NULL
Before INVITE is sent or received
|
public static final int INVALID
public static final int NULL
public static final int CALLING
public static final int INCOMING
public static final int EARLY
public static final int CONNECTING
public static final int CONFIRMED
public static final int DISCONNECTED