AMX DTMF+ Interface AXB-DTMF+ User Manual

Page 16

Advertising
background image

Programming

12

AXB-DTMF+ DTMF+ Interface

Timing System Send_Commands (Cont.)

Command

Description

OREOFFMAX-XXX

Outgoing reorder (fast busy) off time maximum.

• Time increment = 10 ms

• Default at reset = 35

Example:

SEND_COMMAND DTMF, 'OREOFFMAX-45'

Sets the outgoing reorder (fast busy) off time maximum to .45 second (450 ms)
(see NOTE for Send_Command 'OBUOFFMAX-XXX ').

For the code to work properly, ring, busy, and reorder time values must be set
so that ring is greater than busy, and busy greater than reorder
(ring>busy>reorder).

OREOFFMIN-XXX

Outgoing reorder (fast busy) off time minimum.

• Time increment = 10 ms

• Default at reset = 15

Example:

SEND_COMMAND DTMF, 'OREOFFMIN-20'

Sets the outgoing reorder (fast busy) off time minimum to .20 second (200 ms)
(see NOTE for Send_Command 'OBUOFFMAX-XXX ').

For the code to work properly, ring, busy, and reorder time values must be set
so that ring is greater than busy, and busy greater than reorder
(ring>busy>reorder).

OREONMIN-XXX

Outgoing reorder (fast busy) on time minimum.

• Time increment = 10 ms

• Default at reset = 15

Example:

SEND_COMMAND DTMF, 'OREONMIN-20'

Sets the outgoing reorder (fast busy) on time minimum to .20 second (200 ms)
(see NOTE for Send_Command 'OBUOFFMAX-XXX ').

For the code to work properly, ring, busy, and reorder time values must be set
so that ring is greater than busy, and busy greater than reorder
(ring>busy>reorder).

ORIOFFMAX-XXX

Outgoing ring off time maximum.

• Time increment = 100 ms

• Default at reset = 44

Example:

SEND_COMMAND DTMF, 'ORIOFFMAX-50'

Sets the outgoing ring off time maximum to 5.0 seconds (5,000 ms) (see NOTE
for Send_Command 'OBUOFFMAX-XXX ').

ORIOFFMIN-XXX

Outgoing ring off time minimum.

• Time increment = 100 ms

• Default at reset = 26

Example:

SEND_COMMAND DTMF, 'ORIOFFMIN-40'

Sets the outgoing ring off time minimum to 4.0 seconds (4,000 ms) (see NOTE
for Send_Command 'OBUOFFMAX-XXX').

Advertising