Component Sending a fax

Table of Contents

Description

Sends an image using the T.30 fax protocol or the T.30 or T.38.

Table 1. System Characteristics

Index

213

Short title

fax_send

Types of scenarios

IVR

Starter module

r_sip_ivr_script_component_fax_send

Mode

Asynchronous

Icon

213

Branching pattern

Branching, closing

Properties

Table 2. Properties
Specification Description

Title: Protocol
Code: proto
Visibility: no
Default: T30

Fax protocol selection.

  • Auto (auto, 0) - First an attempt is made to switch to the T38 protocol, and if the remote party fails, a switch to the T30.

  • T30 (t30, 1) – Switching to T30 and waiting for the remote party to switch to T30.

  • T38 (t38, 2) – Switching to T38, and if the remote party fails, terminating with an error.

Title: Timeout, s
Code: timeoutSec
Visibility: no
Default: — 

Receive timeout before automatic interrupt, in seconds.

Title: File
Code: file
Visibility: yes
Default: — 

File to be sent by fax.
Can be selected in one of the modes:

  • a static file attached to the script (loaded from the Script Editor application or via the API);

  • argument-formed path, which must include one of the filecategories.

File format: tiff - single page or multi-page bitmap.

The message is sent by the server with the mg role serving the current call. The transfer always takes place within the site.

Title: Transition
Code: transfer
Visibility: no
Default: — 

The component to which control is passed when the operation completes typing the desired number of characters.

Title: Transition, Time
Code: transferTimeout
Visibility: no
Default: — 

Component to which control is passed on timeout termination.

Title: Transition, Error
Code: transferError
Visibility: no
Default: — 

The component to which control is passed if an error occurs.

See also