Dialog.ReasonStates

Class finesse.restservices.Dialog.ReasonStates

The list of reason codes for a FAILED dialog participant state. This code can be found in the stateCause field when the participant's state is FAILED. In all other cases, the stateCause is empty.

Field Details

Name

Description

BAD_DESTINATION

The dialog reached a bad destination. For example, making a call to a non-existence extension.

BUSY

The dialog is busy. The dialog failed due to a reason other than the ones listed in this table.

DEVICE_RESOURCE_NOT_AVAILABLE

The device resource for the dialog was not available.

OTHER

All the other reasons. The dialog failed due to a reason other than the ones listed in this table.