Defines values for a error.
INIT = 0
|
The call is being initialized. |
CALLING = 1
|
The call is initialized. Starts calling. |
RINGING = 2
|
The call is ringing. |
ANSWERED = 3
|
|
CONNECTED = 4
|
The call is started, starts a conversation. |
BUSY = 5
|
Used to specify the callee rejects the call. |
ENDED = 6
|
The call is terminated. |