Distinctive ring send_commands – AMX DTMF+ Interface AXB-DTMF+ User Manual

Page 21

Advertising
background image

Programming

17

AXB-DTMF+ DTMF+ Interface

Distinctive Ring Send_Commands

The following Send_Commands are available for changing the default distinctive ring patterns.

Each ring pattern consists of five parts with each part requiring a Send_Command.

Distinctive ring Send_Commands produce four patterns (P1 through P5) and high and low time

values (_X). Refer to FIG. 1 on page 15 to see the timing diagram based on defaults at start-up/

reset.

Distinctive Ring Send_Commands

Command

Description

P1_1-XXX

Pattern 1 Part 1 high time for distinctive ring.

• Time increment = 10 ms

• Default at reset = 200

Example:

SEND_COMMAND DTMF, 'P1_1-300'

Sets the distinctive ring Pattern 1 Part 1 high time for 3.0 seconds (3000 ms).

P1_1-XXX

Pattern 1 Part 1 high time for distinctive ring.

• Time increment = 10 ms

• Default at reset = 200

Example:

SEND_COMMAND DTMF, 'P1_1-300'

Sets the distinctive ring Pattern 1 Part 1 high time for 3.0 seconds (3000 ms).

P1_2-XXX

Pattern 1 Part 2 low time for distinctive ring.

• Time increment = 10 ms

• Default at reset = 0

Example:

SEND_COMMAND DTMF, 'P1_2-05'

Sets the Pattern 1 Part 2 low time for .05 seconds (50 ms).

P1_3-XXX

Pattern 1 Part 3 high time for distinctive ring.

• X=(Time increment) = 10 ms

• Default at reset = 0

Example:

SEND_COMMAND DTMF, 'P1_3-05'

Sets the Pattern 1 Part 3 high time for .05 seconds (50 ms).

P1_4-XXX

Pattern 1 Part 4 low time for distinctive ring.

• Time increment = 10 ms

• Default at reset = 0

Example:

SEND_COMMAND DTMF, 'P1_4-05'

Sets the Pattern 1 Part 4 low time for .05 seconds (50 ms).

P1_5-XXX

Pattern 1 Part 5 high time for distinctive ring.

• Time increment = 10 ms

• Default at reset = 0

Example:

SEND_COMMAND DTMF, 'P1_5-05'

Sets the Pattern 1 Part 5 high time for .05 seconds (50 ms).

Advertising