| Programming |
|
|
Timing System Send_Commands (Cont.) | |
|
|
Command | Description |
|
|
| The minimum time a loop current is off (used to detect other end hung up). |
| • Time increment = 10 ms |
| • Default at reset = 10 |
| Example: |
| SEND_COMMAND DTMF, |
| Sets a .15 second (150 ms) minimum off time for a loop current. |
|
|
Outgoing busy off time maximum. | |
| • Time increment = 10 ms |
| • Default at reset = 60 |
| Example: |
| SEND_COMMAND DTMF, |
| Sets the outgoing busy off time maximum to .65 second (650 ms). |
| 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). |
|
|
Outgoing busy off time minimum. | |
| • Time increment = 10 ms |
| • Default at reset = 40 |
| Example: |
| SEND_COMMAND DTMF, |
| Sets the outgoing busy off time minimum to .45 second (450 ms) (see NOTE |
| for Send_Command |
| 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). |
|
|
Outgoing busy on time maximum. | |
| • Time increment = 10 ms |
| • Default at reset = 60 |
| Example: |
| SEND_COMMAND DTMF, |
| Sets the outgoing busy on time maximum to .65 second (650 ms) (see NOTE |
| for Send_Command |
| 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). |
|
|
Outgoing busy on time minimum. | |
| • Time increment = 10 ms |
| • Default at reset = 40 |
| Example: |
| SEND_COMMAND DTMF, |
| Sets the outgoing busy on time minimum to .5 second (500 ms) (see NOTE for |
| Send_Command |
| 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). |
|
|
11 |
| |
|
|
|