Collapse AllExpand All

10.2.4.1. Preparations Previous topic Parent topic Child topic Next topic

In order to be able to activate the feature from a suitable terminal, the following conditions must be created first:
  • The feature must be enabled.
    DISPLAY-FEASU;
    
    RELOCATE must be listed among the activated features.
    If not, enable the feature with AMO FEASU:
    CHA-FEASU:TYPE=A,CM=RELOCATE;
    
  • Sign off and sign on code must be assigned.
    DISPLAY-WABE:TYPE=GEN,DAR=SIGNOFF&SIGNON;
    
    Assign sign off and sign on codes with AMO WABE:
    ADD-WABE:CD=<kkkkkk>,DAR=SIGNOFF,
    CDDP=<kkkkkk>,CD2=<nnnnnn>,
    CDDP2=<nnnnnn>;
    
    CDDP is the code for pulse dialling, i.e. without "*" and "#" keys,
    CD2 is the code for the partner DAR ( = SIGNON)
    CDDP2 is the code for pulse dialling for the partner DAR.
  • PIN1 and PIN8 (service code) must be assigned.
    DISPLAY-PERSI:TYPE=STN,STNO=<nnnnnn>; (PIN1 is used for Autoset Relocate)
    DISPLAY-PERSI:TYPE=PIN,PINTYPE=8; ( PIN8 = service code)
    Assign PIN1 with AMO PERSI:
    ADD-PERSI:TYPE=STN,STNO=<nnnnnn>,
    PIN1=<nnnnnnnn>; 
    
    Assign service code with AMO PERSI:
    ADD-PERSI:TYPE=SI,SI=<nnnnnnnn>;
    
    These conditions are not necessary for signing off and signing on via AMO.