Added ability to include literal string in manual steps.
This commit is contained in:
parent
24d2042454
commit
0d8dae2326
7 changed files with 81 additions and 59 deletions
|
@ -156,10 +156,11 @@ DTMF represent the dialing sequence for the programming steps. A comma (`,`) sho
|
|||
|
||||
The following markers will be substituted by their actual values upon dialing.
|
||||
|
||||
| Marker | Description |
|
||||
|:-----------|:------------------------------------------------------------------------------|
|
||||
|`[MASTER]` | Substituted with the Master Code |
|
||||
|`[FIELD:X]` | Substituted with the field's value, where X is the field number in the array. |
|
||||
| Marker | Description |
|
||||
|:--------------|:------------------------------------------------------------------------------------------|
|
||||
|`[MASTER]` | Substituted with the Master Code |
|
||||
|`[FIELD:X]` | Substituted with the field's value, where X is the field number in the array. |
|
||||
|`'Some text'` | Displays the enclosed text as a manual step. The 'nodial' [option](#options) must be set. |
|
||||
|
||||
#### Validation
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue