G1E Programming Manual
169
Program 77-Num : LCR – Modifying Table
77-Num-IP Mo Tab
00 dddddddddd
Num = 01~99
System Default.
Item Display
Pointer Data Programming Data Description Default
---------- ---------- ----------------------------------------------------------- -----------
01-02 00~10 Deleted Digit Length 00
03-12 0~9, *, Added Digits dddddddddd
#, -, d, T, p
General:
This program designs the rules for changing the dialled number to the routed number.
Description:
The system will delete the first nn digits (if required) and then add the assigned digits in front of the dialled
numbers. Up to 10 digits can be assigned to be inserted.
The added digits can be 0~9, *, #, p, T.
‘d’ is the wildcard.
‘-‘ is no digit.
‘p’ is the pause character.
‘T = means to chain to next modifying table with current one for long digit strings.
Related system Programming: 05-13-07. 05-13-08, 75, 76, 77, 78-st-01, 78-st-02