#include <VoipDefines.h>
|
| enum | AudioDeviceIndex { InputAudioDeviceIndex = 0,
OutputAudioDeviceIndex = 1
} |
| |
| enum | AccountState {
AccountCreatedSuccessfully = 0,
AccountAlreadyExists = 1,
AccountCreationFailed = 2,
AccountDeleted = 3,
AccountDoesNotExist = 4
} |
| |
| enum | AccountRegistrationState {
AccountRegistered = 0,
AccountRegistrationRequestSent = 1,
AccountRegistrationStarted = 2,
AccountUnregistered = 3,
AccountUnregistrationRequestSent = 4,
AccountUnregistrationStarted = 5,
AccountRegistrationUnregistrationFailed = 6
} |
| |
| enum | EventID {
EventUnknown = 0,
EventTimer = 1,
EventTxMessage = 2,
EventRxMessage = 3,
EventTransportError = 4,
EventTsxState = 5,
EventUser = 6
} |
| |
| enum | InviteSessionState {
StateNull = 0,
StateCalling = 1,
StateIncoming = 2,
StateEarly = 3,
StateConnecting = 4,
StateConfirmed = 5,
StateDisconnected = 6
} |
| |
| Enumerator |
|---|
| AccountRegistered |
|
| AccountRegistrationRequestSent |
|
| AccountRegistrationStarted |
|
| AccountUnregistered |
|
| AccountUnregistrationRequestSent |
|
| AccountUnregistrationStarted |
|
| AccountRegistrationUnregistrationFailed |
|
| Enumerator |
|---|
| AccountCreatedSuccessfully |
|
| AccountAlreadyExists |
|
| AccountCreationFailed |
|
| AccountDeleted |
|
| AccountDoesNotExist |
|
| Enumerator |
|---|
| InputAudioDeviceIndex |
|
| OutputAudioDeviceIndex |
|
| Enumerator |
|---|
| EventUnknown |
|
| EventTimer |
|
| EventTxMessage |
|
| EventRxMessage |
|
| EventTransportError |
|
| EventTsxState |
|
| EventUser |
|
| Enumerator |
|---|
| StateNull |
|
| StateCalling |
|
| StateIncoming |
|
| StateEarly |
|
| StateConnecting |
|
| StateConfirmed |
|
| StateDisconnected |
|
| QString VoipDefines::AccountRegistrationStateToQString |
( |
int |
state | ) |
|
|
static |
| QString VoipDefines::AccountStateToQString |
( |
int |
state | ) |
|
|
static |
| QString VoipDefines::EventIDToQString |
( |
int |
eventID | ) |
|
|
static |
| QString VoipDefines::GetDBusObjectPath |
( |
| ) |
|
|
static |
| QString VoipDefines::GetDBusServiceName |
( |
| ) |
|
|
static |
| bool VoipDefines::GetSipResponseAsText |
( |
const int |
sipResponseCode, |
|
|
QString & |
responseText |
|
) |
| |
|
static |
| QString VoipDefines::InviteSessionStateToQString |
( |
int |
state | ) |
|
|
static |
The documentation for this class was generated from the following files: