| | |
Constant | Details | Used by the functions |
---|
FaxStatusCanceled | The fax transmission is canceled. | FaxStatus, FaxCompleteStatus Structure |
FaxStatusCall | The fax is dialing out. | FaxStatus, FaxCompleteStatus Structure |
FaxStatusLocked | The recipient number is locked. | FaxStatus, FaxCompleteStatus Structure |
FaxStatusDisconnected | Disconnection during the transmission. | FaxStatus, FaxCompleteStatus Structure |
FaxStatusSend | The fax is currently sent. | FaxStatus, FaxCompleteStatus Structure |
FaxStatusSent | The fax was sent. | FaxStatus, FaxCompleteStatus Structure |
FaxStatusFatalError | Fatal error. | FaxStatus, FaxCompleteStatus Structure |
FaxStatusError | Wrong fax number. | FaxStatus, FaxCompleteStatus Structure |
FaxStatusBadNumber | Wrong number | FaxStatus, FaxCompleteStatus Structure |
FaxQueueStatusFailed | Fax status in the fax manager: The fax was not sent | FaxCompleteStatus Structure |
FaxQueueStatusPending | Fax status in the fax manager: The fax is pending | FaxCompleteStatus Structure |
FaxQueueStatusInProgress | Fax status in the fax manager: The fax is currently sent | FaxCompleteStatus Structure |
FaxQueueStatusRetriesExceeded | Fax status in the fax manager: The maximum number of attempts has been reached and the fax will not be sent. | FaxCompleteStatus Structure |
FaxQueueStatusNoLine | Fax status in the fax manager: No line is available to send the fax. It will be sent when a line becomes available. | FaxCompleteStatus Structure |
FaxQueueStatusPaused | Fax status in the fax manager: The fax is paused. | FaxCompleteStatus Structure |
FaxQueueStatusRetrying | Fax status in the fax manager: The fax was not sent and a new attempt will be done later. | FaxCompleteStatus Structure |
FaxQueueStatusDeleting | Fax status in the fax manager: The fax is currently deleted. | FaxCompleteStatus Structure |
FaxStatusServerPending | The device is available. | FaxStatus, FaxCompleteStatus Structure |
FaxStatusOffline | The device is offline and unavailable. | FaxStatus, FaxCompleteStatus Structure |
FaxStatusInactive | The fax sending is disabled (pause between two calls for example). | FaxStatus, FaxCompleteStatus Structure |
FaxStatusUnavailable | The fax is busy (used by another application). | FaxStatus, FaxCompleteStatus Structure |
FaxStatusInit | The transmission is currently initialized. | FaxStatus, FaxCompleteStatus Structure |
FaxStatusBusy | The recipient is busy. | FaxStatus, FaxCompleteStatus Structure |
FaxStatusNoDialTone | No dial tone. | FaxStatus, FaxCompleteStatus Structure |
FaxStatusNotFaxCall | A call other than a fax call (phone call for example) was received by the device. | FaxStatus, FaxCompleteStatus Structure |
FaxStatusHandled | The fax is handled and transmitted by the fax manager. | FaxStatus, FaxCompleteStatus Structure |
FaxStatusReceiving | The device is currently receiving a fax. | FaxStatus, FaxCompleteStatus Structure |
FaxStatusAnswered | The recipient answered. | FaxStatus, FaxCompleteStatus Structure |
FaxStatusDelayed | The call is delayed. | FaxStatus, FaxCompleteStatus Structure |
FaxStatusRouting | The device is currently routing an incoming fax. | FaxStatus, FaxCompleteStatus Structure |
FaxStatusNoAnswer | The recipient does not answer. | FaxStatus, FaxCompleteStatus Structure |
FaxStatusRing | The recipient fax is ringing. | FaxStatus, FaxCompleteStatus Structure |
FaxScheduleActionDiscountPeriod | Used to schedule the outgoing fax (FaxCompleteStatus.ScheduleAction): The fax will be sent during off-peak hours. | FaxCompleteStatus Structure |
FaxScheduleActionSpecificTime | Used to schedule the outgoing fax (FaxCompleteStatus.ScheduleAction): The fax will be sent at the time specified in FaxCompleteStatus.ScheduleDateTime. | FaxCompleteStatus Structure |
FaxScheduleActionNow | Used to schedule the outgoing fax (FaxCompleteStatus.ScheduleAction): The fax will be sent as soon as possible. | FaxCompleteStatus Structure |
FaxTypeFailReceive | Type of fax (FaxCompleteStatus.Type): The fax was not routed yet because it was not received. | FaxCompleteStatus Structure |
FaxTypeSend | Type of fax (FaxCompleteStatus.Type): Fax sent. | FaxCompleteStatus Structure |
FaxTypeRouting | Type of fax (FaxCompleteStatus.Type): The fax was not routed. It will be retried later. | FaxCompleteStatus Structure |
FaxTypeUnknown | Type of fax (FaxCompleteStatus.Type): Unknown type because the fax was not scheduled yet. | FaxCompleteStatus Structure |
FaxTypeReceive | Type of fax (FaxCompleteStatus.Type): Fax received. | FaxCompleteStatus Structure |