;---------------------------------------------------------------------------
; 11.2   INFORMATION CODE DEFINITIONS (global)
;----------------------------------------------------------------------------
        IF      DEF(SYASMFLG)

;    Information code , Value ; Description
;-----------------------------;-----------------------------------------
;RBEG,INFCODES,SYDEF
;                          0  ;   Not allowed
 SYDEF  ABBRNOANSW     , 001h ;   Abbreviated number answer
 SYDEF  ABBRNOCOM      , 002h ;   Common abbreviated number request
 SYDEF  ABBRNOIND      , 003h ;   Individual abbreviated number request
 SYDEF  ACBACT         , 004h ;   Automatic call back activate
 SYDEF  BREAKINQ       , 005h ;   Break-in question
 SYDEF  BREAKINNAK     , 006h ;   Break-in non acknowledgement
 SYDEF  BREAKINACK     , 007h ;   Break-in acknowledgement
 SYDEF  CONCTRL        , 008h ;   Connection control
 SYDEF  CONINIT        , 009h ;   Connection initiate
 SYDEF  CONREL         , 00Ah ;   Connection release
 SYDEF  FUNCTCTRL      , 00Bh ;   Function control
; SYDEF                 , 00Ch ;
 SYDEF  MULTPRES       , 00Dh ;RP Multiple presentation
 SYDEF  NEWNO          , 00Eh ;   New number  
 SYDEF  TEXTSTRING     , 00Fh ;   Teststring, request and answer
  PAGE
 SYDEF  E2ACK          , 010h ;   Ack message from E2
 SYDEF  E2NAK          , 011h ;   Nack message from E2
 SYDEF  E2BASRD        , 012h ;   Read an E2 base record
 SYDEF  E2BASRL        , 013h ;   Release an E2 base record
 SYDEF  E2BASSZ        , 014h ;   Ask for an E2 base record
 SYDEF  E2BASWR        , 015h ;   Write in an E2 base record
 SYDEF  E2RECRD        , 016h ;   Read an E2 record
 SYDEF  E2RECRL        , 017h ;   Release an E2 record
 SYDEF  E2RECSZ        , 018h ;   Ask for an E2 record
 SYDEF  E2RECWR        , 019h ;   Write in an E2 record
 SYDEF  E2RD           , 01Ah ;   Read E2 area
 SYDEF  E2WR           , 01Bh ;   Write in E2 area
 SYDEF  E2BASSWAP      , 01Ch ;   Swap ID-code between two base records
 SYDEF  TIMEOUT1       , 01Dh ;RP Required time has expired
 SYDEF  TIMEOUT2       , 01Eh ;RP Required time has expired
 SYDEF  TIMEOUT3       , 01Fh ;RP Required time has expired

 SYDEF  PARKEND        , 020h ;   Parking condition ended
 SYDEF  PARKIND        , 021h ;   Individual parking
 SYDEF  CONINFO        , 022h ;   Connection information
 SYDEF  AUTHCODE       , 023h ;   Authorization code
 SYDEF  REROUTE        , 024h ;   Reroute
 SYDEF  SAVENO         , 025h ;   Save number
 SYDEF  SPEECHCTRL     , 026h ;   Speech control
 SYDEF  PARKRING       , 027h ;   Parked call ringing on instrument.
 SYDEF  TFRACK         , 028h ;   Transfer acknowledgement
 SYDEF  TFRNAK         , 029h ;   Transfer non acknowledgement
 SYDEF  TFRQ           , 02Ah ;   Transfer question
 SYDEF  CONDATAANSW    , 02Bh ;   Answer at CONDATAQ
 SYDEF  CONDATAQ       , 02Ch ;   Obtain info. about the active connection
 SYDEF  CONFACK        , 02Dh ;   Ack answer at CONFQ
 SYDEF  CONFNAK        , 02Eh ;   Nack answer at CONFQ
 SYDEF  CONFQ          , 02Fh ;   Ask if conference is accepted
  PAGE
 SYDEF  INDDATAANSW    , 030h ;   Answer to individual data question
 SYDEF  INDDATAQ       , 031h ;   Individual data question
 SYDEF	CATREAD	       , 032h ;   Categories read request and answer
 SYDEF  DIRCTRL        , 033h ;   Directory book information
 SYDEF  KEYANSW        , 034h ;   Answer to KEYQ and KEYSEARCH
 SYDEF  KEYQ           , 035h ;   Ask for meaning of programmable key
 SYDEF  CTIFUNC        , 036h ;   Sent between CT and various other CP blocks
                              ;   to exchange data necessary for CTI
 SYDEF  PESGLOBAL      , 037h ;RP Contains information intended for
                              ;   client-application PES
 SYDEF  LOUDSPCTRL     , 038h ;   Loudspeaking control
 SYDEF  PARKCOM        , 039h ;   Information: you are parked for common excess
; SYDEF                 , 03Ah ; 
 SYDEF  TRANSP         , 03Bh ;RP Communication with ICCU2
 SYDEF  PRRD           , 03Ch ;   Program order, read data
 SYDEF  PRRDANSW       , 03Dh ;   Answer at order read data
 SYDEF  PRWR           , 03Eh ;   Program order, start program
 SYDEF  PRWRANSW       , 03Fh ;   Answer at order start program

 SYDEF  CARDREP        , 040h ;RP Ask RP:s for card report
 SYDEF  CARDREPANSW    , 041h ;   Answer of card report from RP (CMU only)
 SYDEF  SYSPAR         , 042h ;RP System parameters
 SYDEF  ACBCTRL        , 043h ;   Control-message to CB-block
 SYDEF  E2RECORD       , 044h ;   General communication with E2 handler
 SYDEF  ECCOM          , 045h ;   General communication with External Computer
 SYDEF  TEXTEDIT       , 046h ;   Text editing support
 SYDEF  CPJOB          , 047h ;RP Run a test job in CP, from TSTX
 SYDEF  IMPCTRL        , 048h ;RP Impulse digit control
 SYDEF  SUPERV         , 049h ;RP Test of RP (software watchdig)
 SYDEF  SUPERVANSW     , 04Ah ;RP Answer at SUPERV
 SYDEF  WARN           , 04Bh ;RP Warning: Message from RP / Log to RP:s
 SYDEF  KSCDIGREQ      , 04Ch ;RP Request digit sending 
 SYDEF  MICTRL         , 04Dh ;   Extension has message or information waiting
 SYDEF  KEYSEARCH      , 04Eh ;   Search for specific programmable key
 SYDEF  CONRELCTRL     , 04Fh ;   Connection release, special requirements
  PAGE
 SYDEF  RPCTRL         , 050h ;RP To/from RP for control
 SYDEF  RPJOB          , 051h ;RP Order to RP to run a job
 SYDEF  MEMEX	       , 052h ;RP Memory Examine
 SYDEF  ADFUNCTION     , 053h ;RP A/D functions (temp and voltage)
 SYDEF  TESTTRACE      , 054h ;RP Test and Trace
 SYDEF  CALENDAR       , 055h ;RP Realtime data to hardware
 SYDEF  RPJOBANSW      , 056h ;RP Answer at RPJOB
 SYDEF  LCDPAR         , 057h ;RP Define parameters for LCD (char-pattern)
 SYDEF  LCDCTRL        , 058h ;RP Control of LCD
 SYDEF  LCDTEXTALL     , 059h ;RP Brodcast text information for LCD
 SYDEF  LCDSCROLL      , 05Ah ;RP Write a character in LCD
 SYDEF  LCDWR          , 05Bh ;RP Write text in LCD
 SYDEF  MUCTRL         , 05Ch ;   Controlling of PCM channel messages
 SYDEF  CICTRL         , 05Dh ;   Controlling of ISDN caller list functionality
 SYDEF  BLOCKINFO      , 05Eh ;   Block Information
 SYDEF  TRSTATUS       , 05Fh ;   Trunk status information

 SYDEF  CPICKUPCTRL    , 060h ;   Call pickup control
 SYDEF  BTCORDER       , 061h ;RP To BTU for detect or send line signal
 SYDEF  BTCPAR         , 062h ;RP Transfer of BTC parameters to BTU
; SYDEF                 , 063h ;
 SYDEF  BTCSIGNAL      , 064h ;RP From BTU on incoming signals
 SYDEF  MPCON          , 065h ;   Multiparty connect
 SYDEF  MPCONANSW      , 066h ;   Multiparty connect answer
 SYDEF  MPREL          , 067h ;   Multipart release
 SYDEF  LCRNUM         , 068h ;   Least cost routing number transfer
 SYDEF  NUMCONVERT     , 069h ;   Number conversion
 SYDEF  KSCDIGRDY      , 06Ah ;   From TS when all digits have been sent
 SYDEF  KSCDIGSEND     , 06Bh ;   To TS when digits shall be sent
 SYDEF  TONECTRL       , 06Ch ;RP To/from TS-TSU 
 SYDEF  TONESEND       , 06Dh ;   To TS when a tone shall be sent
 SYDEF  TONEPAR        , 06Eh ;RP From TS to TSU, ELU: tone parameters
 SYDEF  TONERDY        , 06Fh ;RP From TS, ELU, a tone have been transmited
  PAGE
 SYDEF  SEIZACD        , 070h ;   From automatic call distribution block
 SYDEF  SEIZACK        , 071h ;   Connection is allowed
 SYDEF  SEIZACKREL     , 072h ;   Ack message and no connection is needed
 SYDEF  SEIZBOOKED     , 073h ;   Change originator for the connection
 SYDEF  SEIZCALL       , 074h ;   A normal connection is wanted
 SYDEF  SEIZINTCOM     , 075h ;   Conn. is wanted to dedicate intercom line
 SYDEF  SEIZNAK        , 076h ;   Connection is not allowed
 SYDEF  SEIZNAKRERO    , 077h ;   Terminator can direct reroute the seizure
 SYDEF  UPDCARD        , 078h ;   Update card position
 SYDEF  UPDIND         , 079h ;   Update individual
 SYDEF  ACDINFO        , 07Ah ;   ACD-information, to CD-block
 SYDEF  ACDCTRL        , 07Bh ;   ACD-control, from CD-block
 SYDEF  SEIZDATACOM    , 07Ch ;   Data call.
 SYDEF  AUTHCAT        , 07Dh ;   Authority code categories.
 SYDEF  SURDY          , 07Eh ;   Startup is ready
 SYDEF  REALTIME       , 07Fh ;   Realtime clock order/information.

 SYDEF  DISPLAYCTRL    , 080h ;
 SYDEF  DISPLAYWR      , 081h ;
; SYDEF                , 082h ; 
; SYDEF                , 083h ;
 SYDEF  GROUPCTRL      , 084h ;   Group ringing for multiple call presentation
 SYDEF  GUEST          , 085h ;   Check Guest dependent data
 SYDEF  HOCILINPUT     , 086h ;   Hotel information Input
 SYDEF  HOCILOUTPUT    , 087h ;   Hotel information Output
 SYDEF  VOICEPAGCTRL   , 088h ;RP Voice paging control
 SYDEF  INSTRTYPE      , 089h ;RP From ELU when a key is released
 SYDEF  VMUSEIZ        , 08Ah ;RP VMU-card seizure
 SYDEF  VMUSEIZANSW    , 08Bh ;RP VMU seizure answer
 SYDEF  VMUDATAQ       , 08Ch ;RP Voice memory unit data question
 SYDEF  VMUDATAANSW    , 08Dh ;RP Voice memory unit data answer
 SYDEF  VMUORDER       , 08Eh ;RP Voice memory unit order
 SYDEF  VMUORDERANSW   , 08Fh ;RP Voice memory unit order answer
  PAGE
 SYDEF  KEYCODE        , 090h ;RP From ELU when a key is depressed
 SYDEF  KEYDATA        , 091h ;RP To ELU, info. about programmable keys
 SYDEF  KEYDATARES     , 092h ;RP To ELU, reset all data about pgmable keys
; SYDEF                , 093h ; 
 SYDEF  ELDTRANSIT     , 094h ;RP Transit message from/to telephones
 SYDEF  ELSTATE        , 095h ;RP State report from extension lines
 SYDEF  PNRINFO        , 096h ;   Private network routing information
 SYDEF  ELCTRL         , 097h ;RP Control of ELU-
 SYDEF  LEDCTRL        , 098h ;RP To ELU for update LED status
 SYDEF  LEDRING        , 099h ;RP To ELU for update LED and/or ring status
 SYDEF  NUMINFO        , 09Ah ;   Additional number information. 
 SYDEF  RINGCTRL       , 09Bh ;RP To ELU for update ring status
 SYDEF  ELPAR          , 09Ch ;RP To ELU, parameters
 SYDEF  RINGSTOP       , 09Dh ;RP To/From ELU order stop ringing
 SYDEF  OMPCCOM        , 09Eh ;   Command to PC-handler in OM-block
 SYDEF  OMPCCOMANSW    , 09Fh ;   Answer from PC-handler in OM-block

 SYDEF  TRANSM         , 0A0h ;RP Transmission and PCM-channel control
 SYDEF  LINERR         , 0A1h ;RP From ELU when line error is detected
 SYDEF  STATEREP       , 0A2h ;RP State reports to external units
 SYDEF  REGCTRL        , 0A3h ;RP Register control
 SYDEF  HOOKOFF        , 0A4h ;RP From ELU when extension goes off hook
 SYDEF  HOOKON         , 0A5h ;RP From ELU when extension goes on hook
 SYDEF  TONECON        , 0A6h ;   To order orig. connect tone on own device.
 SYDEF  TONEREQ        , 0A7h ;   To request tone sending from terminator.
 SYDEF  TRTRANSIT      , 0A8h ;   Transit information beetween TR-processes.
 SYDEF  E2STATUS       , 0A9h ;   To request/anwer on E2-memory resources.
 SYDEF  PGINFO         , 0AAh ;   Paging (radio) information.
 SYDEF  GUESTINFO      , 0ABh ;   Guest information (EX -- HO)
 SYDEF  MISTOCLR       , 0ACh ;   Message store and clear
 SYDEF  METER          , 0ADh ;RP Metering.
 SYDEF  PCCTRL         , 0AEh ;   PC-communication
 SYDEF  BTLSUP         , 0AFh ;RP Trunk supervision
  PAGE
 SYDEF  COST           , 0B0h ;   Cost of call
 SYDEF  SEIZLCR        , 0B1h ;   Connection before/aftr LCR analysis
 SYDEF  SERVICE        , 0B2h ;RP Handlig of facilitys
 SYDEF  SISIG          , 0B3h ;RP Standard interface signalling
 SYDEF  CONPTYNUM      , 0B4h ;RP Connected/calling party number
 SYDEF  TISIG          , 0B5h ;RP Terminal interface signalling
 SYDEF  VMUCTRLDATA    , 0B6h ;RP Data / Infodmation about resources on VMU-HD
 SYDEF  VMUSEIZHD      , 0B7h ;RP Seizure of VMU-HD card
 SYDEF  VMUORDER2      , 0B8h ;RP Erase data references on VMU-HD
 SYDEF  VMSEIZ         , 0B9h ;   Seize a voice memory 
 SYDEF  VMSEIZANSW     , 0BAh ;   Voice memory seizure answer
 SYDEF  VMCTRL         , 0BBh ;RP Voice memory control
 SYDEF  OPINFO         , 0BCh ;   Information fom op to connected party.
 SYDEF  OPRING         , 0BDh ;   Operator initiated ring
 SYDEF  DIGREQ         , 0BEh ;   Digit request
 SYDEF  QUEUEINFO      , 0BFh ;   Question/answer about camp on queue.

 SYDEF  PRINIT         , 0C0h ;   Program order, init 'owner control'
 SYDEF  PRCTRL         , 0C1h ;   Program control
 SYDEF  PRDATA         , 0C2h ;   Program data request/display
 SYDEF  PRDATATRANSFER , 0C3h ;   Program input data transfer
; SYDEF                 , 0C4h ;   
 SYDEF  CILSERVICE     , 0C5h ;   Call Information Feature (Event) Logging
 SYDEF  CILCONDAT      , 0C6h ;   Call information logging connection data
 SYDEF  CILCONSTAT     , 0C7h ;   Call information logging connection state
 SYDEF  CILDIGSEND     , 0C8h ;   Call information logging digit sending
 SYDEF  CILCONREL      , 0C9h ;   Call information logging connection release
 SYDEF  EUSEIZ         , 0CAh ;   EU-seizure
 SYDEF  EUCTRL         , 0CBh ;   EU-control
 SYDEF  IOINIT         , 0CCh ;RP IO-initialisation
 SYDEF  IOCTRL         , 0CDh ;RP IO-control
 SYDEF  IODATA         , 0CEh ;RP IO-data transfer
 SYDEF  ALARMCTRL      , 0CFh ;   Alarm control

 SYDEF  IPDATA         , 0D0h ;RP IP data transfer
 SYDEF  UPGRAD         , 0D1h ;RP FW Upgrade Data Information
 SYDEF  ACCTRL         , 0D2h ;   Account code control
 SYDEF  IPSIG          , 0D3h ;RP IP signalling
 SYDEF  ARCTRL         , 0D4h ;   Control Automatic Redial feature
; SYDEF                 , 0D5h ; 
; SYDEF                 , 0D6h ; 
; SYDEF                 , 0D7h ; 
; SYDEF                 , 0D8h ; 
; SYDEF                 , 0D9h ; 
; SYDEF                 , 0DAh ; 
; SYDEF                 , 0DBh ; 
; SYDEF                 , 0DCh ; 
; SYDEF                 , 0DEh ; 
 SYDEF  TIMEOUT        , 0DFh ;   Required timeout has expired

;                      ,  E0  ; First Information code for blockinternal use
;                      ,  FB  ; Last  Information code for blockinternal use
;                      ,  FC-FF Not allowed to use at all.