Collapse AllExpand All

14.4.3. Announcements (via Musiphone) Previous topic Parent topic Child topic Next topic

IMPORTANT:
For information on the configuration of the Musiphone, please refer to the Beyertone Musiphone Documentation. This document can be found on the Musiphone CD "The Next Level" that ships with the Musiphone device.
Administration of the announcements in OpenScape 4000:
  1. Synchronized announcements, as a feature, has to be enabled on the system.
    CHANGE-FEASU:TYPE=A,CM=SYNCANN;
    
    CHANGE-ZAND:TYPE=ALLDATA2,ANSES=YES;
    
  2. The different kinds of synchronized announcements have to be configured (AMO SYNCA). For each type of announcement a number has to be assigned, in the configuration below this assignment is as follows:
    Announcement
    Assigned number (ANSTYP)
    BPA - Blocked Precedence Announcement
    3
    UPA - Unauthorized Precedence Announcement
    4
    VCA - Vacant Code Announcement
    5
    ICA - Isolated Code Announcement
    6
    BNEA - Busy Not Equipped Announcement
    8
    ATQA - Attendant Queue Announcement
    9
    This assigned number will be used when configuring the TMOM card for the announcement.
    /* Blocked precedence announcement */
    ADD-SYNCA:TABTYPE=ANNTT,ANNTYPE=3,ANNAME="MUF-BPA",
    ANSTATE=ON,OPMODE=STASTO,DELAYTM=1;
    
    ADD-SYNCA:TABTYPE=ANNMITR,ANREASON=BLOCKPR,
    ITR=0&&15,ANNTYPE=3;
    
    ADD-SYNCA:TABTYPE=ANNTONE,ANREASON=BLOCKPR,
    PRETONE=LCRET,BACKTONE=LCRET;
    
    /* Unauthorized precedence announcement */
    ADD-SYNCA:TABTYPE=ANNTT,ANNTYPE=4,ANNAME="MUF-UPA",
    ANSTATE=ON,OPMODE=STASTO,DELAYTM=1;
    
    ADD-SYNCA:TABTYPE=ANNMITR,ANREASON=UNAUTHPR,
    ITR=0&&15,ANNTYPE=4;
    
    ADD-SYNCA:TABTYPE=ANNTONE,ANREASON=UNAUTHPR,
    PRETONE=LCRET,BACKTONE=LCRET;
    
    /* Vacant Code Announcement */
    ADD-SYNCA:TABTYPE=ANNTT,ANNTYPE=5,ANNAME="MUF-VCA",
    ANSTATE=ON,OPMODE=STASTO,DELAYTM=1;
    
    ADD-SYNCA:TABTYPE=ANNMITR,ANREASON=VACCODE,
    ITR=0&&15,ANNTYPE=5;
    
    ADD-SYNCA:TABTYPE=ANNTONE,ANREASON=VACCODE,
    PRETONE=LCRET,BACKTONE=LCRET;
    
    /* Isolated Code Announcement */
    ADD-SYNCA:TABTYPE=ANNTT,ANNTYPE=6,ANNAME="MUF-ICA",
    ANSTATE=ON,OPMODE=STASTO,DELAYTM=1;
    
    ADD-SYNCA:TABTYPE=ANNMITR,ANREASON=ISOLCODE,
    ITR=0&&15,ANNTYPE=6;
    
    ADD-SYNCA:TABTYPE=ANNTONE,ANREASON=ISOLCODE,
    PRETONE=LCRET,BACKTONE=LCRET;
    
    /* Busy Not Equipped Announcement */
    ADD-SYNCA:TABTYPE=ANNTT,ANNTYPE=8,ANNAME="MUF-BNEA",
    ANSTATE=ON,OPMODE=STASTO,DELAYTM=1;
    
    ADD-SYNCA:TABTYPE=ANNMITR,ANREASON=BUSYNEQU,
    ITR=0&&15,ANNTYPE=8;
    
    ADD-SYNCA:TABTYPE=ANNTONE,ANREASON=BUSYNEQU,
    PRETONE=LCRET,BACKTONE=LCRET;
    
    /* Attendant Queue Announcement */
    ADD-SYNCA:TABTYPE=ANNTT,ANNTYPE=9,ANNAME="MUF-ATQA",
    ANSTATE=ON,OPMODE=STASTO,DELAYTM=1;
    
    ADD-SYNCA:TABTYPE=ANNMITR,ANREASON=ATTDQUE,
    ITR=0&&15,ANNTYPE=9;
    
    ADD-SYNCA:TABTYPE=ANNTONE,ANREASON=ATTDQUE,
    PRETONE=ANNICPT,BACKTONE=ANNICPT;
    
  3. If AC-Win is not installed, skip this step. For attendant queue announcement the delay time before starting the announcement for the call in the queue is set to 1 second (AMO CTIME), and the announcement has to be enabled for the attendant queue (AMO VFGR).
    CHANGE-CTIME:TYPESWU=CP1,ATDLYANN=1;
     
    CHANGE-VFGR:ATNDGR=3,TYPE=GENERAL,ANSYN=YES;
    /* Enable announcements for VFGRU=3 */
    
    CHANGE-ZAND:TYPE=ATND,ISYNCAC=YES;
    
  4. TMOM cards have to be configured for each announcement. For the TMOM cards a new COT (1) and a new COP (6) have been introduced.
    ADD-COT:COTNO=1,PAR=LWNC&NLCR&ABPD&DFNN&NLRD&NTON;
    
    ADD-COP:COPNO=6,PAR=SACK&LSUP,TOLL=TA,TRK=TA;
    
    Each TMOM port provides sound for one type of announcement. In AMO TSCSU the type of the announcement (ANSTYP) is to be specified.
    /* 1-2-103-0 provides BPA (ANSTYP=3) */
     
    ADD-TSCSU:PEN=1-2-103-0,COTNO=1,DPLN=0,ITR=0,
    CCT="",ALARMNO=0,SRCGRP=1,INS=Y,DEV=RAS,
    COPNO=6,SUPV=SUPV5,ACKT=SZACK2,ANNTYPE=3;
    
    /* 1-2-103-1 provides UPA (ANSTYP=4) */
    ADD-TSCSU:PEN=1-2-103-0,COTNO=1,DPLN=0,ITR=0,
    CCT="",ALARMNO=0,SRCGRP=1,INS=Y,DEV=RAS,
    COPNO=6,SUPV=SUPV5,ACKT=SZACK2,ANNTYPE=4;
    
    /* 1-2-103-2 provides VCA (ANSTYP=5) */
    ADD-TSCSU:PEN=1-2-103-0,COTNO=1,DPLN=0,ITR=0,
    CCT="",ALARMNO=0,SRCGRP=1,INS=Y,DEV=RAS,
    COPNO=6,SUPV=SUPV5,ACKT=SZACK2,ANNTYPE=5;
    
    /* 1-2-103-3 provides ICA (ANSTYP=6) */
    ADD-TSCSU:PEN=1-2-103-0,COTNO=1,DPLN=0,ITR=0,
    CCT="",ALARMNO=0,SRCGRP=1,INS=Y,DEV=RAS,
    COPNO=6,SUPV=SUPV5,ACKT=SZACK2,ANNTYPE=6;
    
    /* 1-2-55-0 provides BNEA (ANSTYP=8) */
    ADD-TSCSU:PEN=1-2-103-0,COTNO=1,DPLN=0,ITR=0,
    CCT="",ALARMNO=0,SRCGRP=1,INS=Y,DEV=RAS,
    COPNO=6,SUPV=SUPV5,ACKT=SZACK2,ANNTYPE=8;
    
    /* 1-2-55-1 provides ATQA (ANSTYP=9) */
    ADD-TSCSU:PEN=1-2-103-0,COTNO=1,DPLN=0,ITR=0,
    CCT="",ALARMNO=0,SRCGRP=1,INS=Y,DEV=RAS,COPNO=6,
    SUPV=SUPV5,ACKT=SZACK2,ANNTYPE=9;
    
    More TMOM ports can be configured for the different announcements the same way.
  5. Announcements have to be enabled for subscribers (AMO COS):
    • /* optiPoint/OpenStage COS=23*/
      CHANGE-COSSU:TYPE=COS,COS=23,AVCE=ANSYN;
    • /* Anate COS=2*/
      CHANGE-COSSU:TYPE=COS,COS=2,AVCE=ANSYN;
    • /* Profiset COS=24*/
      CHANGE-COSSU:TYPE=COS,COS=24,AVCE=ANSYN;
    • Announcements have to be enabled for trunks (AMO COT):
      CHANGE-COT:COTNO=220,COTTYPE=COTADD,
      PAR=ABPD&WAAN; 
      /* Analog trunk COT=220*/
      CHANGE-COT:COTNO=221,COTTYPE=COTADD,
      PAR=ABPD&WAAN; 
      /* Digital trunk COT=221*/