Enum SignalType
Definitions for incoming signals from Jabra devices related to call control.
public enum SignalType
Fields
AltHold = 35
Indicates whether a call is on hold.
AltVolumeDown = 234
Indicates that the "volume down" button was pressed.
AltVolumeUp = 233
Indicates that the "volume up" button was pressed.
AnswerOnOff = 116
Toggles answering machine operation.
Flash = 33
This signal is used to switch between calls and is reported in multiple scenarios:
- when the user requests to hold a call by interacting with the device,
- when the user requests to resume a call by interacting with the device, or
- when the user requests to swap the "active" call (if there's multiple calls running on their system).
HookSwitch = 32
The signal is reported in multiple scenarios:
- as an acknowledgement of a successful OffHook(bool) request made by your softphone,
- when the user is trying to accept an incoming call by interacting with the device, or
- when the user is trying to start a new outgoing call by interacting with the device.
LineBusy = 151
Indicates whether the device is currently in an active call (
true
) or not (false
).The value of the signal is not exclusive to your softphone, and will also be sent from the device when other softphones start a call.
Online = 42
This signal is reported by wireless adapters (Bluetooth and DECT).
It gives information on whether the adapter is transmitting audio to a connected device (
true
) or if the device is in power saving mode instead.If the device is saving power, short audio cues might be cut off, as there is some latency before the device wakes up and re-establishes wireless audio link to the adapter.
PhoneKey0 = 176
Indicates that the number pad
0
button was pressed.PhoneKey1 = 177
Indicates that the number pad
1
button was pressed.PhoneKey2 = 178
Indicates that the number pad
2
button was pressed.PhoneKey3 = 179
Indicates that the number pad
3
button was pressed.PhoneKey4 = 180
Indicates that the number pad
4
button was pressed.PhoneKey5 = 181
Indicates that the number pad
5
button was pressed.PhoneKey6 = 182
Indicates that the number pad
6
button was pressed.PhoneKey7 = 183
Indicates that the number pad
7
button was pressed.PhoneKey8 = 184
Indicates that the number pad
8
button was pressed.PhoneKey9 = 185
Indicates that the number pad
9
button was pressed.PhoneKeyPound = 187
Indicates that the number pad
#
button was pressed.PhoneKeyStar = 186
Indicates that the number pad
*
button was pressed.PhoneMute = 47
Indicates a change in the mute state of the microphone.
Redial = 36
Indicates that the user requests the softphone to repeat the most recent call.
RejectCall = 65533
Indicates that the user requests to reject an incoming call.
Ringer = 158
Indicates a change in the status of incoming calls.
Send = 49
This indicates that the user has completed entering digits and is ready to begin routing the phone call.
SpeakerPhone = 43
This command is used to switch from headset to speaker phone and from speaker phone to headset (for applicable devices).
SpeedDial = 80
Indicates that a speed dial operation is initiating.
UnknownSignal = 65534
Indicates that the signal sent by the device is still not mapped inside the SDK.
VoiceMail = 112
Enters voice mail application.
Remarks
This list might not be exhaustive.