Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration DialoutState

Dial out state.

Normal process: Calling-> Ringing->Accepted->Success

Busy process: Calling->Busy

Index

Enumeration members

Accepted

Accepted: = 3

User accepted the call.

Busy

Busy: = 4

Busy.

Calling

Calling: = 1

Calling.

CancelFailed

CancelFailed: = 12

Failed to cancel the call.

Canceled

Canceled: = 11

Canceled the call.

Canceling

Canceling: = 10

Canceling the call.

Fail

Fail: = 7

Call failed.

HangUp

HangUp: = 6

User hung up the call.

NotAvailable

NotAvailable: = 5

Service unavailable.

Ringing

Ringing: = 2

Ringing.

Success

Success: = 8

Call succeeded.

Timeout

Timeout: = 9

Timeout.