Collapse AllExpand All

8.4.3.1.6. Configure Secretary in System 89-200 Previous topic Parent topic Child topic Next topic

  • Configure with secretary telephone with add-on device.
    • You must keep the COS for parameters FWDFAS and FWDBAS for the RNGXFER function.
      ADD-SBCSU:STNO=7260,OPT=OPTI,CONN=DIR,DVCFIG=OPTIIP,
      COS1=13,COS2=13,LCOSV1=5,LCOSV2=1,LCOSD1=5,LCOSD2=1,
      DPLN=0,ITR=0,REP=1,STD=4;
      
  • Configure COS with group call.
    ADD-COSSU:COPYCOS=12,NEWCOS=15,AVCE=GRPCAL;
    
  • Configure phantom line for executive 1 at secretary (logged off).
    ADD-SBCSU:STNO=7261,OPT=OPTI,CONN=DIR,DVCFIG=OPTIIP,
    COS1=15,COS2=15,LCOSV1=5,LCOSV2=1,LCOSD1=5,LCOSD2=1,
    DPLN=0,ITR=0,REP=1,STD=25,IINS=SIGNOFF;
    
  • Configure phantom line for executive 2 at secretary (logged off).
    ADD-SBCSU:STNO=7262,OPT=OPTI,CONN=DIR,DVCFIG=OPTIIP,
    COS1=13,COS2=13,LCOSV1=5,LCOSV2=1,LCOSD1=5,LCOSD2=1,
    DPLN=0,ITR=0,REP=1,STD=25,INS=SIGNOFF;
    
  • Mark secretary with team function.
    CHANGE-SDAT:STNO=7260,TYPE=ATTRIBUT,
    AATTR=TEAMSECR&DSSDEST;
    
  • Mark executive 1 and executive 2 lines as team secretary.
    CHANGE-SDAT:STNO=7261,TYPE=ATTRIBUT,AATTR=TEAMSECR;
    
    CHANGE-SDAT:STNO=7262,TYPE=ATTRIBUT,AATTR=TEAMSECR;
    
  • Key assignments for secretary.
    CHANGE-TAPRO:STNO=7260,DIGTYP=OPTIA1,KY01=LINE,
    KY02=LINE,KY03=DSS,KY04=RNGXFER,KY08=RCUTOFF,
    KY09=REP,KY10=LINE,KY11=DSS,KY12=RNGXFER; 
    
  • Define key functions.
    • Direct station selection to executive 1.
      ADD-ZIELN:STNO=7260,TYPE=DSS,KYNO=22,DESTNOD=7360;
      
    • Direct station selection to executive 2.
      ADD-ZIELN:STNO=7260,TYPE=DSS,KYNO=30,DESTNOD=7460;
      
    • Configure intercept key to executive1 (STN01 = primary line executive 1, STN02 = phantom line 1 secretary).
      ADD-ZIELN:STNO=7260,TYPE=RNGXFER,KYNO=23,
      STNO1=7360,STNO2=7261;
      
    • Configure intercept key to executive2 (STN01 = primary line executive 2, STN02 = phantom line 2 secretary).
      ADD-ZIELN:STNO=7260,TYPE=RNGXFER,KYNO=31,
      STNO1=7460,STNO2=7262;
      
  • Configure key system, secretary with 2 executives.
    ADD-KCSU:STNO=7260,TYPE=PRIM,PRIMKEY=20,RIOP=YES,
    ORLNPF=PRIME,TMLNPF=RING,SGLBMOD=YES,
    BUSYRING=NORING,APRIVAT=NO; 
    
    ADD-KCSU:STNO=7261,TYPE=PRIM,PRIMKEY=8;
    
    ADD-KCSU:STNO=7262,TYPE=PRIM,PRIMKEY=8;
    
  • Assign executive 1 and executive 2 phantom lines as secondary.
    ADD-KCSU:STNO=7260,TYPE=SEC,KYNO=21,STNOSEC=7261,
    RIOP=YES;
    
    ADD-KCSU:STNO=7260,TYPE=SEC,KYNO=29,STNOSEC=7262,
    RIOP=YES;
    
  • Connect phantom line1 secretary with primary line of executive 1.
    • Pickup 2 of the partner is in node 300, remote group 2.
      ADD-AUN:GRNO=2,STNO=7261,REMAC=808903,REMGRNO=2,
      DISTNO=NO,NOTRNG=ON3,PUSECOND=NO,SIGNAL=ALL,
      TEAMNO=1; 
      
  • Connect phantom line 2 of secretary with primary line of executive 2.
    • Call pickup 3 of the partner is in node 400, remote group 3.
      ADD-AUN:GRNO=3,STNO=7262,REMAC=808904,REMGRNO=3,
      DISTNO=NO,NOTRNG=ON3,PUSECOND=NO,SIGNAL=ALL,
      TEAMNO=1;  
      
  • Save data.
    EXEC-UPDAT:BP,ALL;