public static class SipSession.State extends Object
Modifier and Type | Field and Description |
---|---|
static int |
DEREGISTERING
When the unregistration request is sent out.
|
static int |
ENDING_CALL
When ending a call.
|
static int |
IN_CALL
When a call is established.
|
static int |
INCOMING_CALL
When an INVITE request is received.
|
static int |
INCOMING_CALL_ANSWERING
When an OK response is sent for the INVITE request received.
|
static int |
NOT_DEFINED
Not defined.
|
static int |
OUTGOING_CALL
When an INVITE request is sent.
|
static int |
OUTGOING_CALL_CANCELING
When a CANCEL request is sent for the INVITE request sent.
|
static int |
OUTGOING_CALL_RING_BACK
When a RINGING response is received for the INVITE request sent.
|
static int |
PINGING
When an OPTIONS request is sent.
|
static int |
READY_TO_CALL
When session is ready to initiate a call or transaction.
|
static int |
REGISTERING
When the registration request is sent out.
|
Modifier and Type | Method and Description |
---|---|
static String |
toString(int state)
Converts the state to string.
|
public static final int READY_TO_CALL
public static final int REGISTERING
public static final int DEREGISTERING
public static final int INCOMING_CALL
public static final int INCOMING_CALL_ANSWERING
public static final int OUTGOING_CALL
public static final int OUTGOING_CALL_RING_BACK
public static final int OUTGOING_CALL_CANCELING
public static final int IN_CALL
public static final int PINGING
public static final int ENDING_CALL
public static final int NOT_DEFINED
public static String toString(int state)