Indicates whether a call is on hold.
1
means there is a call on hold, while
0
means there is no call on hold.
Indicates that the "volume down" button was pressed.
Indicates that the "volume up" button was pressed.
Toggles answering machine operation.
This signal 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).
Emitted if calling offHook(true) while the device is already in call state
The signal is reported in multiple scenarios:
as an acknowledgement of a successful ICallControl.offHook(true) 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.
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.
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.
Indicates that the number pad "0" button was pressed.
Indicates that the number pad "1" button was pressed.
Indicates that the number pad "2" button was pressed.
Indicates that the number pad "3" button was pressed.
Indicates that the number pad "4" button was pressed.
Indicates that the number pad "5" button was pressed.
Indicates that the number pad "6" button was pressed.
Indicates that the number pad "7" button was pressed.
Indicates that the number pad "8" button was pressed.
Indicates that the number pad "9" button was pressed.
Indicates that the number pad "#" button was pressed.
Indicates that the number pad "*" button was pressed.
Indicates a change in the mute state of the microphone.
Indicates that the user requests the softphone to repeat the most recent call.
Indicates that the user requests to reject an incoming call.
Indicates a change in the status of incoming calls.
This indicates that the user has completed entering digits and is ready to begin routing the phone call.
Note that this feature will not be used to alternate line selection as this is the functionality of SignalType.FLASH. It should not be used to end the call either, as this is the function of SignalType.HOOK_SWITCH.
This command is used to switch from headset to speaker phone and from speaker phone to headset (for applicable devices).
Indicates that a speed dial operation is initiating.
Enters voice mail application.
Definitions for incoming signals from Jabra devices related to call control.
Remarks
This list might not be exhaustive.
There is a known issue with
PHONE_KEY
signals when using the SDK on Mac OS or Linux and running TransportContext.NODE.