CTX: LCR 所能实现的功能比较多,不知道你要利用LCR做到什么功能?以下是个例子: Example:There are 4 CO lines in a system, each users are assign to 1 CO line and they are not allow to make outgoing call by other lines. There are 4 CO lines. Ext.200 will pick CO 1 after press “9”Ext 201 will pick CO 2 after press “9” Ext 202 will pick CO 3 after press “9” Ext 203 will pick CO 4 after press “9” Programming Setting. Prog.300 CO1 = OLG 1 CO2 = OLG 2 CO3 = OLG 3 CO4 = OLG 4 Prog. 200. Ext 200 FB07 = 1 Ext 201 FB07 = 2 Ext 202 FB07 = 3 Ext 203 FB07 = 4 Prog. 528 FB06~FB07 = Weekday // If Routing by Time Zone is needed// Prog. 523 Route Plan 01 FB01=Weekday, FB02=Time Zone 1, FB03=1, FB04=1 Route Plan 01 FB01=Weekday, FB02=Time Zone 1, FB03=2, FB04=2 Route Plan 01 FB01=Weekday, FB02=Time Zone 1, FB03=3, FB04=3 Route Plan 01 FB01=Weekday, FB02=Time Zone 1, FB03=4, FB04=4 Prog. 524 Route Choice Table 1, FB01=1 Route Choice Table 2, FB01=2 Route Choice Table 3, FB01=3 Route Choice Table 4, FB01=4 Prog. 525 Route Definition 1, FB01=1,FB02=1 Route Definition 2, FB01=2,FB02=1 Route Definition 3, FB01=3,FB02=1 Route Definition 4, FB01=4,FB02=1 |