Enumeration: Device
Defined in: sdk/.repo/sdk/src/enums/pwproxy/Devices.ts:6
Represents device that is being used for making a call. When client sends a request to initiate a call from a specific device type, PBX will call all of our SIP endpoints of the specified device type. Devices will start to ring and when user answers the call on one of them, he will be connected to destination.
Enumeration Members
ALL
ALL:
-1
Defined in: sdk/.repo/sdk/src/enums/pwproxy/Devices.ts:10
All SIP endpoints.
ANDROID
ANDROID:
3
Defined in: sdk/.repo/sdk/src/enums/pwproxy/Devices.ts:30
Android devices.
DESKPHONE
DESKPHONE:
1
Defined in: sdk/.repo/sdk/src/enums/pwproxy/Devices.ts:20
SIP endpoints except gloCOM/Communicator apps.
GLOCOM_GO
GLOCOM_GO:
4
Defined in: sdk/.repo/sdk/src/enums/pwproxy/Devices.ts:35
All gloCOM GO apps.
IOS
IOS:
2
Defined in: sdk/.repo/sdk/src/enums/pwproxy/Devices.ts:25
iOS devices.
SOFTPHONE
SOFTPHONE:
0
Defined in: sdk/.repo/sdk/src/enums/pwproxy/Devices.ts:15
Desktop apps.