AMX AXB-DTMF+ instruction manual Changing a Default Ring Pattern

Page 20

Programming

Changing a Default Ring Pattern

Change a default ring pattern using the appropriate Send_Command when programming the AXB- DTMF+. Each ring pattern consists of five parts with each part having a specific Send_Command. For more information on distinctive ring Send_Commands, refer to Distinctive Ring Send_Commands.

Example:

Pattern 4's five parts are as follows:

!Part 1 is high and 300 ms (.3 seconds) long (ring).

!Part 2 is low and 200 ms (.2 seconds) long (no ring).

!Part 3 is high and 1000 ms (1 seconds) long (ring).

!Part 4 is low and 200 ms (.2 seconds) long ( no ring).

!Part 5 is high and 300 ms (.3 seconds) long (ring).

If you want to change the time values of Parts 2 and 4 (no ring) of Pattern 3:

Values specified are in increments of 10 ms. That is, a value of 1 yields 10 ms, while a value of 100 yields 100 x 10 ms, or 1 second.

1.To change Part 2 of Pattern 3, use the Send_Command 'P3_2-XXX' where:

!Time increment = 10 ms

!Default at reset = 20 (20 x 10 ms = 200 ms)

For example, issue the Send_Command

SEND_COMMAND DTMF, 'P3_2-25 ' (25 x 10 ms = 250 ms)

to change Part 2 of Pattern 3 from a value of 200 ms (.2 seconds) to 250 ms (.250 seconds).

2.To change Part 4 of Pattern 3, use the Send_Command 'P3_4-XXX' where:

!Time increment = 10 ms

!Default at reset = 20 (20 x 10ms = 200ms)

For example, issue the Send_Command

SEND_COMMAND DTMF, 'P3_4-25 ' (25 x 10ms = 250ms)

to change Part 4 of Pattern 3 from a value of 200 ms to (.2 seconds) to 250 ms (.250 seconds).

3.The normal length of time from the start of any pattern to its end time is usually 2- seconds. If you increase the time value for any part of a pattern, make sure to decrease another part by the same amount, maintaining the 2- seconds overall time for the pattern. For example, if you increased the value of Parts 2 and 4 of Pattern 3 by 5 ms each, decrease Part 3 by 10 ms.

 

16

AXB-DTMF+ DTMF+ Interface

 

 

 

Image 20
Contents AXB-DTMF+ AMX Limited Warranty and Disclaimer Table of Contents Table of Contents Specifications AXB-DTMF+ SpecificationsFront panel components FIG Rear panel componentsSetting the Internal Jumpers Auto Answer modeWiring the AXB-DTMF+ Line Setting modePreparing captive wires Wiring guidelinesAudio Out Connecting External Telephone LinesAudio Testing the AXB-DTMF+ Off-hook line and off-hook phone troubleshootingOperative System SendCommands SendCommandsOperative SendCommands Sendcommand DTMF, AUDIO-ON Sendcommand DTMF, AUDOUT-OFFSendcommand DTMF, AUDOUT-ON Sendcommand DTMF, AUTO-ONSendcommand DTMF, EXTEN-OFF Sendcommand DTMF, EXTEN-ONSendcommand DTMF, Flash Sendcommand DTMF, OFF HookTiming System SendCommands Timing System SendCommandsSendcommand DTMF, LOSSLCMIN-15 Sendcommand DTMF, OBUOFFMAX-65Sendcommand DTMF, OBUOFFMIN-45 Sendcommand DTMF, OBUONMAX-65Sendcommand DTMF, OREOFFMAX-45 Sendcommand DTMF, OREOFFMIN-20Sendcommand DTMF, OREONMIN-20 Sendcommand DTMF, ORIOFFMAX-50Sendcommand DTMF, ORIONMAX-30 Sendcommand DTMF, ORIONMIN-25Sendcommand DTMF, PAUSE-25 Sendcommand DTMF, ROHOFFMAX-65Fine Tuning SendCommands Fine Tuning SendCommandsDistinctive Ring Patterns and SendCommands DTMF+ distinctive ring default patterns and time valuesChanging a Default Ring Pattern Distinctive Ring SendCommands Distinctive Ring SendCommandsAxcess Program Example PYZ-XXXBusycount Number of Retries Or RINGING, Send This Is not the 7TH RETRY, Wait Operation Channel # Description on Indicates Channel CodesChannel Codes Minute after call termination Caller ID Caller IDProgram Example for Caller ID Data String Description CLID-mmddhhii-nnnnnnnnnn-text,0Dtmf Card Defineprogram If FINDSTRINGDTMFBUFFER,CLID-,1 Start Programming AXB-DTMF+ DTMF+ Interface AMX,