Program 77-Num : LCR – Modifying Table
77-Num-IP Mo Tab
00 dddddddddd
Num = Number (01~99)
Value for each item
IP Value Default Item Description
01-02 00~10 00 Deleted Digit Length
03-12 0~9, *,#, -, d, T, p dddddddddd Added Digits
General:
This program designs the rules for changing the dialed 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 dialed numbers.
Up to 10 digits can be assigned to be inserted.
The added digits can be 0~9, *, #, p, T.
‘d’ is the wildcard. (DND/CN)
‘-‘ is no digit.
‘p’ is the pause character. (HOLD)
‘T’ = means to chain to next modifying table with current one for long digit strings. (MSG)
Related system Programming: 05-13-07. 05-13-08, 75, 76, 77, 78-st-01, 78-st-02