I found this info on ICLID for ipLDK-100/300:
---------------------------------------------
Description
DID incoming call destination can be assigned by incoming CLI. If some CLI number is registered at Incoming CLI Destination Table, all of DID call with these CLI will be routed to registered specific places.
ICLID Table (Incoming CLI Destination Table) has two fields, one is CLID field, and the other is Destination Index field. Destination Index field is represent index number of DID Conv Table (PGM 231).
If CLI from external call is matched with CLID field, this call will reference Destination Index field, and then look at registered destination of index from DID Conv Table.
Operation
To set Incoming CLI and Index Tables
1. PGM237 and choose table number.
2. User can register CLI number at Button1
3. User can assign Index Table number at Button2.
Rerouting destination by Incoming CLI
1. DID incoming call has own CLI
2. This call will be analyzed with ICLID Table.
3. If CLI of this call is matched registered CLI field then look up DID Conv Table with saved index.
4. This call will be delivered some specific destination by ICLID Index Table.
Conditions
1. This feature is supported when only CO type is DID.
2. This feature is executed first, when system receives DID call with CLI.
3. ICLID Table is auto-sorted table. So when admin-user enters the CLI and Conv Table index number, this field is saved automatically by sorted.
4. If saved CLI number is same some previous field’s CLI, system recognize this purpose is to change Conv Table index field.
5. When admin-user erase CLI field, Conv-Table index will be erased.
6. ICLID Table can be initialized by PGM450 F11 (Initialization Other Tables)
Programming
PROCEDURE
TRANS/PGM + 237 + CO line number + FLEX_KEY_1 + CLI + HOLD/SAVE
This parameter is a reference to the index in the transformation table numbers
Direct Inward dialing (Program 231 - Flexible DID Table).
Value: Index 000-999
Line number: 001 ~ 100
PROCEDURE
TRANS/PGM + 237 + line number +FLEX_KEY_2 + Index (000 - 999) + HOLD/SAVE
Hope taht you can use it?
///doktor