Example MDF file
From Zenitel Wiki
<nowiki> %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % $Source: \\\\Nooslzsfl01\\amc_sw\\c_src\\RCS\\mdf_engl.txt,v $ % $Revision: 8.11 $ % $State: Exp $ % $Author: ael $ % $Date: 2002/10/31 09:24:01 $ % $Locker: $ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % Owner : STENTOFON, N-7005 TRONDHEIM, NORWAY % % System : AICE CPU: AMC % % Design : SDD 3.2.2.2 % % Contents : Display texts and voice references, (UK)-english version % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % INSTRUCTIONS ON DEFINING NEW USER MESSAGES % The user messages in this file have the following structure: % % #UMSG 10 2 % H_COMM_STATION, Tell user to enter subscriber number % % Parameter: 1 - $enu (enum - subscriber) % "$nam:1#clr" % "#pos(2,1)Subscriber:#clr" % (1,2) % % The #UMSG indicates the start of a message, and the two numbers are the % msg-group and the msg-individ numbers (in that order). % The follwing groups are defined: % - HELP = 10 % - INFO = 20 % - ABSENT = 100 % - MAIL = 110 % - STATUS = 130 % - FEAT_NAME= 140 % - MENU = 160 % % The '%' character is the start of a comment, and the rest of the line % will be treated as one. % % The text of the user message is enclosed in '""', and there may be several % lines of this kind. In the text, there may be display-commands (starting % with a '#') and/or parameters (starting with a '$'). The parameters always % end with a ':' and a number saying which of the in-parameters to use when % finding the value to print in the text. There should always be a comment % telling which type of in-parameter is expected for a certain parameter in % the text. It is also important to send the correct type of in-parameter % with the message to SIC...! % % The following display-commands are defined: % - #cls - clear screen % - #pos(line,column) - position cursor pos on line 5,6 is only displayed on DealerCom as line 3 and 4 (2 and 3 crm notation) % - #clr - clear rest of line % - #nli - new line % - #hom - home cursor position % - #spc(n) - print n spaces % % - #ard - down arrow % - #aru - up arrow % - #arr - right arrow % - #arl - left arrow % - #bla - black square % % - #xAA - Sort this character as Å, expand to AA on display % % Types of in-parameters used with umsg_params() in adt_umsg_par: % - i - integer number (WORD) % - e - enum number % - d - directory number (DIR_NO *) % - h - TNS_HANDLE (TNS_HANDLE) % - o - object-refence (ENTITY_CLASS, NOA_PARAM) Counts as one parameter. % When NOA_PARAM is an enum : cast to WORD !! % - p - phone number (PHONE_DIGITS *) % - a - date (day+month) (CLOCK *) % - c - full time (CLOCK *) % - t - time (hour+min) (CLOCK *) % % Parameters used in the message texts: % - $dno - directory number (use "d" (DIR_NO) or "o" (ENTITY_CLASS, BYTE index)) % - $num - numeric number - integer (use i) % - $od1 - date (D,M) (use c or a) % - $od2 - date (M,D) (use c or a) % - $oph - phone number (DIGITS) - Printed from right to left! There must % be no position-codes in the text to the left which % is overwritten by the phone-number. % - $otm - time (use c or t) % - $xd1 - current date (D,M) % - $xd2 - current date (M,D) % - $xy4 - current year (1994) % - $xy2 - current year (94) % - $xno - directory number of this station % - $xpe - name of person/owner of station % - $xtm - current time % - $yr4 - year (1994) (use c) % - $yr2 - year (94) (use c) % % The voice reference is enclosed in '()' and the two numbers are separated % by a comma. % % % % If norwegian characters are needed in the strings, they should be % entered with their ISO codes. % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % % Define bitmaps for user-defined characters which is downloaded % % to the Touchline station display. Character 0-7 may be defined. % % % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
- USERCHAR 6 " * " % down arrow
" * " " * " " * " "*****" " *** " " * "
- USERCHAR 7 " * " % up arrow
" *** " "*****" " * " " * " " * " " * "
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % % Define remappings for characters to be displayed. The first value is % % the ISO-8859-1 (Latin-1) value of characters, which AICE uses when % % storing texts. The value column is the character value used in the % % characterset of the Touchline station display. The third value is % % used for sorting. % % % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
- REMAP_SORT 0 0 27 % print as is, sort last
- REMAP_SORT 1 1 27 % print as is, sort last
- REMAP_SORT 2 2 27 % print as is, sort last
- REMAP_SORT 3 3 27 % print as is, sort last
- REMAP_SORT 4 4 27 % print as is, sort last
- REMAP_SORT 5 5 27 % print as is, sort last
- REMAP_SORT 6 6 27 % print as is, sort last
- REMAP_SORT 7 7 27 % print as is, sort last
- REMAP_SORT 8 8 27 % print as is, sort last
- REMAP_SORT 9 9 27 % print as is, sort last
- REMAP_SORT 10 10 27 % print as is, sort last
- REMAP_SORT 11 11 27 % print as is, sort last
- REMAP_SORT 12 12 27 % print as is, sort last
- REMAP_SORT 13 13 27 % print as is, sort last
- REMAP_SORT 14 14 27 % print as is, sort last
- REMAP_SORT 15 15 27 % print as is, sort last
- REMAP_SORT 16 16 27 % print as is, sort last
- REMAP_SORT 17 17 27 % print as is, sort last
- REMAP_SORT 18 18 27 % print as is, sort last
- REMAP_SORT 19 19 27 % print as is, sort last
- REMAP_SORT 20 20 27 % print as is, sort last
- REMAP_SORT 21 21 27 % print as is, sort last
- REMAP_SORT 22 22 27 % print as is, sort last
- REMAP_SORT 23 23 27 % print as is, sort last
- REMAP_SORT 24 24 27 % print as is, sort last
- REMAP_SORT 25 25 27 % print as is, sort last
- REMAP_SORT 26 26 27 % print as is, sort last
- REMAP_SORT 27 27 27 % print as is, sort last
- REMAP_SORT 28 28 27 % print as is, sort last
- REMAP_SORT 29 29 27 % print as is, sort last
- REMAP_SORT 30 30 27 % print as is, sort last
- REMAP_SORT 32 32 0 % print as , sort first
- REMAP_SORT 33 33 27 % print ! as !, sort last
- REMAP_SORT 34 34 27 % print " as ", sort last
- REMAP_SORT 35 35 27 % print # as #, sort last
- REMAP_SORT 36 36 27 % print $ as $, sort last
- REMAP_SORT 37 37 27 % print % as %, sort last
- REMAP_SORT 38 38 27 % print & as &, sort last
- REMAP_SORT 39 39 27 % print ' as ', sort last
- REMAP_SORT 40 40 27 % print ( as (, sort last
- REMAP_SORT 41 41 27 % print ) as ), sort last
- REMAP_SORT 42 42 27 % print * as *, sort last
- REMAP_SORT 43 43 27 % print + as +, sort last
- REMAP_SORT 44 44 27 % print , as ,, sort last
- REMAP_SORT 45 45 27 % print - as -, sort last
- REMAP_SORT 46 46 27 % print . as ., sort last
- REMAP_SORT 47 47 27 % print / as /, sort last
- REMAP_SORT 48 48 27 % print 0 as 0, sort last
- REMAP_SORT 49 49 27 % print 1 as 1, sort last
- REMAP_SORT 50 50 27 % print 2 as 2, sort last
- REMAP_SORT 51 51 27 % print 3 as 3, sort last
- REMAP_SORT 52 52 27 % print 4 as 4, sort last
- REMAP_SORT 53 53 27 % print 5 as 5, sort last
- REMAP_SORT 54 54 27 % print 6 as 6, sort last
- REMAP_SORT 55 55 27 % print 7 as 7, sort last
- REMAP_SORT 56 56 27 % print 8 as 8, sort last
- REMAP_SORT 57 57 27 % print 9 as 9, sort last
- REMAP_SORT 58 58 27 % print : as :, sort last
- REMAP_SORT 59 59 27 % print ; as ;, sort last
- REMAP_SORT 60 60 27 % print < as <, sort last
- REMAP_SORT 61 61 27 % print = as =, sort last
- REMAP_SORT 62 62 27 % print > as >, sort last
- REMAP_SORT 63 63 27 % print ? as ?, sort last
- REMAP_SORT 64 64 27 % print @ as @, sort last
- REMAP_SORT 65 65 1 % print A as A, sort as A
- REMAP_SORT 66 66 2 % print B as B, sort as B
- REMAP_SORT 67 67 3 % print C as C, sort as C
- REMAP_SORT 68 68 4 % print D as D, sort as D
- REMAP_SORT 69 69 5 % print E as E, sort as E
- REMAP_SORT 70 70 6 % print F as F, sort as F
- REMAP_SORT 71 71 7 % print G as G, sort as G
- REMAP_SORT 72 72 8 % print H as H, sort as H
- REMAP_SORT 73 73 9 % print I as I, sort as I
- REMAP_SORT 74 74 10 % print J as J, sort as J
- REMAP_SORT 75 75 11 % print K as K, sort as K
- REMAP_SORT 76 76 12 % print L as L, sort as L
- REMAP_SORT 77 77 13 % print M as M, sort as M
- REMAP_SORT 78 78 14 % print N as N, sort as N
- REMAP_SORT 79 79 15 % print O as O, sort as O
- REMAP_SORT 80 80 16 % print P as P, sort as P
- REMAP_SORT 81 81 17 % print Q as Q, sort as Q
- REMAP_SORT 82 82 18 % print R as R, sort as R
- REMAP_SORT 83 83 19 % print S as S, sort as S
- REMAP_SORT 84 84 20 % print T as T, sort as T
- REMAP_SORT 85 85 21 % print U as U, sort as U
- REMAP_SORT 86 86 22 % print V as V, sort as V
- REMAP_SORT 87 87 23 % print W as W, sort as W
- REMAP_SORT 88 88 24 % print X as X, sort as X
- REMAP_SORT 89 89 25 % print Y as Y, sort as Y
- REMAP_SORT 90 90 26 % print Z as Z, sort as Z
- REMAP_SORT 91 91 27 % print [ as [, sort last
- REMAP_SORT 92 205 27 % print \ as \, sort last
- REMAP_SORT 93 93 27 % print ] as ], sort last
- REMAP_SORT 94 94 27 % print ^ as ^, sort last
- REMAP_SORT 95 95 27 % print _ as _, sort last
- REMAP_SORT 96 96 27 % print ` as `, sort last
- REMAP_SORT 97 97 1 % print a as a, sort as A
- REMAP_SORT 98 98 2 % print b as b, sort as B
- REMAP_SORT 99 99 3 % print c as c, sort as C
- REMAP_SORT 100 100 4 % print d as d, sort as D
- REMAP_SORT 101 101 5 % print e as e, sort as E
- REMAP_SORT 102 102 6 % print f as f, sort as F
- REMAP_SORT 103 103 7 % print g as g, sort as G
- REMAP_SORT 104 104 8 % print h as h, sort as H
- REMAP_SORT 105 105 9 % print i as i, sort as I
- REMAP_SORT 106 106 10 % print j as j, sort as J
- REMAP_SORT 107 107 11 % print k as k, sort as K
- REMAP_SORT 108 108 12 % print l as l, sort as L
- REMAP_SORT 109 109 13 % print m as m, sort as M
- REMAP_SORT 110 110 14 % print n as n, sort as N
- REMAP_SORT 111 111 15 % print o as o, sort as O
- REMAP_SORT 112 112 16 % print p as p, sort as P
- REMAP_SORT 113 113 17 % print q as q, sort as Q
- REMAP_SORT 114 114 18 % print r as r, sort as R
- REMAP_SORT 115 115 19 % print s as s, sort as S
- REMAP_SORT 116 116 20 % print t as t, sort as T
- REMAP_SORT 117 117 21 % print u as u, sort as U
- REMAP_SORT 118 118 22 % print v as v, sort as V
- REMAP_SORT 119 119 23 % print w as w, sort as W
- REMAP_SORT 120 120 24 % print x as x, sort as X
- REMAP_SORT 121 121 25 % print y as y, sort as Y
- REMAP_SORT 122 122 26 % print z as z, sort as Z
- REMAP_SORT 123 123 27 % print { as {, sort last
- REMAP_SORT 124 124 27 % print | as |, sort last
- REMAP_SORT 125 125 27 % print } as }, sort last
- REMAP_SORT 126 222 27 % print ~ as ~, sort last
- REMAP_SORT 127 244 27 % print ? as omega, sort last
- REMAP_SORT 128 6 27 % print as down-arrow using user-char 6, sort last
- REMAP_SORT 129 7 27 % print as up-arrow using user-char 7, sort last
- REMAP_SORT 130 126 27 % print right-arrow, sort last
- REMAP_SORT 131 127 27 % print left-arrow, sort last
- REMAP_SORT 132 255 27 % print black-square, sort last
- REMAP_SORT 133 133 1 % print Aa sort as a
- REMAP_SORT 134 32 27 % print as , sort last
- REMAP_SORT 135 244 27 % print as omega, sort last
- REMAP_SORT 136 244 27 % print as omega, sort last
- REMAP_SORT 137 244 27 % print as omega, sort last
- REMAP_SORT 138 244 27 % print as omega, sort last
- REMAP_SORT 139 244 27 % print as omega, sort last
- REMAP_SORT 140 244 27 % print as omega, sort last
- REMAP_SORT 141 244 27 % print as omega, sort last
- REMAP_SORT 142 244 27 % print as omega, sort last
- REMAP_SORT 143 244 27 % print as omega, sort last
- REMAP_SORT 144 244 27 % print as omega, sort last
- REMAP_SORT 145 244 27 % print as omega, sort last
- REMAP_SORT 146 244 27 % print as omega, sort last
- REMAP_SORT 147 244 27 % print as omega, sort last
- REMAP_SORT 148 244 27 % print as omega, sort last
- REMAP_SORT 149 244 27 % print as omega, sort last
- REMAP_SORT 150 244 27 % print as omega, sort last
- REMAP_SORT 151 244 27 % print as omega, sort last
- REMAP_SORT 152 244 27 % print as omega, sort last
- REMAP_SORT 153 244 27 % print as omega, sort last
- REMAP_SORT 154 244 27 % print as omega, sort last
- REMAP_SORT 155 244 27 % print as omega, sort last
- REMAP_SORT 156 244 27 % print as omega, sort last
- REMAP_SORT 157 244 27 % print as omega, sort last
- REMAP_SORT 158 244 27 % print as omega, sort last
- REMAP_SORT 159 244 27 % print as omega, sort last
- REMAP_SORT 160 32 27 % print as , sort last
- REMAP_SORT 161 33 27 % print ¡ as !, sort last
- REMAP_SORT 162 236 27 % print ¢ as ¢, sort last
- REMAP_SORT 163 237 27 % print £ as £, sort last
- REMAP_SORT 164 42 27 % print ¤ as *, sort last
- REMAP_SORT 165 92 27 % print ¥ as \, sort last
- REMAP_SORT 166 124 27 % print ¦ as |, sort last
- REMAP_SORT 167 36 27 % print § as $, sort last
- REMAP_SORT 168 34 27 % print ¨ as ", sort last
- REMAP_SORT 169 67 27 % print © as C, sort last
- REMAP_SORT 170 97 27 % print ª as a, sort last
- REMAP_SORT 171 60 27 % print « as <, sort last
- REMAP_SORT 172 45 27 % print ¬ as -, sort last
- REMAP_SORT 173 45 27 % print as -, sort last
- REMAP_SORT 174 82 27 % print ® as R, sort last
- REMAP_SORT 175 45 27 % print ¯ as -, sort last
- REMAP_SORT 176 223 27 % print ° as °, sort last
- REMAP_SORT 177 244 27 % print ± as omega, sort last
- REMAP_SORT 178 50 27 % print ² as 2, sort last
- REMAP_SORT 179 51 27 % print ³ as 3, sort last
- REMAP_SORT 180 39 27 % print ´ as ', sort last
- REMAP_SORT 181 228 27 % print µ as µ, sort last
- REMAP_SORT 182 247 27 % print ¶ as pi, sort last
- REMAP_SORT 183 165 27 % print · as ·, sort last
- REMAP_SORT 184 44 27 % print ¸ as ,, sort last
- REMAP_SORT 185 49 27 % print ¹ as 1, sort last
- REMAP_SORT 186 111 27 % print º as o, sort last
- REMAP_SORT 187 62 27 % print » as >, sort last
- REMAP_SORT 188 244 27 % print ¼ as omega, sort last
- REMAP_SORT 189 244 27 % print ½ as omega, sort last
- REMAP_SORT 190 244 27 % print ¾ as omega, sort last
- REMAP_SORT 191 244 27 % print ¿ as omega, sort last
- REMAP_SORT 192 65 1 % print À as A, sort as A
- REMAP_SORT 193 65 1 % print Á as A, sort as A
- REMAP_SORT 194 65 1 % print  as A, sort as A
- REMAP_SORT 195 65 1 % print à as A, sort as A
- REMAP_SORT 196 69 5 % print Ä as E, sort as E
- REMAP_SORT 197 65 1 % print Å as Å, sort as A
- REMAP_SORT 198 69 5 % print Æ as E, sort as E
- REMAP_SORT 199 67 2 % print Ç as C, sort as B
- REMAP_SORT 200 69 5 % print È as E, sort as E
- REMAP_SORT 201 69 5 % print É as E, sort as E
- REMAP_SORT 202 69 5 % print Ê as E, sort as E
- REMAP_SORT 203 69 5 % print Ë as E, sort as E
- REMAP_SORT 204 73 9 % print Ì as I, sort as I
- REMAP_SORT 205 73 9 % print Í as I, sort as I
- REMAP_SORT 206 73 9 % print Î as I, sort as I
- REMAP_SORT 207 73 9 % print Ï as I, sort as I
- REMAP_SORT 208 68 4 % print Ð as D, sort as D
- REMAP_SORT 209 78 14 % print Ñ as N, sort as N
- REMAP_SORT 210 79 15 % print Ò as O, sort as O
- REMAP_SORT 211 79 15 % print Ó as O, sort as O
- REMAP_SORT 212 79 15 % print Ô as O, sort as O
- REMAP_SORT 213 79 15 % print Õ as O, sort as O
- REMAP_SORT 214 79 15 % print Ö as O, sort as O
- REMAP_SORT 215 42 27 % print × as *, sort last
- REMAP_SORT 216 79 15 % print Ø as O, sort as O
- REMAP_SORT 217 85 21 % print Ù as U, sort as U
- REMAP_SORT 218 85 21 % print Ú as U, sort as U
- REMAP_SORT 219 85 21 % print Û as U, sort as U
- REMAP_SORT 220 85 21 % print Ü as U, sort as U
- REMAP_SORT 221 89 25 % print Ý as Y, sort as Y
- REMAP_SORT 222 68 4 % print Þ as D, sort as D
- REMAP_SORT 223 66 2 % print ß as B, sort as B
- REMAP_SORT 224 97 1 % print à as a, sort as A
- REMAP_SORT 225 97 1 % print á as a, sort as A
- REMAP_SORT 226 97 1 % print â as a, sort as A
- REMAP_SORT 227 97 1 % print ã as a, sort as A
- REMAP_SORT 228 225 5 % print ä as ä, sort as E
- REMAP_SORT 229 97 1 % print å as a, sort as A
- REMAP_SORT 230 101 5 % print æ as e, sort as E
- REMAP_SORT 231 99 3 % print ç as c, sort as C
- REMAP_SORT 232 101 5 % print è as e, sort as E
- REMAP_SORT 233 101 5 % print é as e, sort as E
- REMAP_SORT 234 101 5 % print ê as e, sort as E
- REMAP_SORT 235 101 5 % print ë as e, sort as E
- REMAP_SORT 236 105 9 % print ì as i, sort as I
- REMAP_SORT 237 105 9 % print í as i, sort as I
- REMAP_SORT 238 105 9 % print î as i, sort as I
- REMAP_SORT 239 105 9 % print ï as i, sort as I
- REMAP_SORT 240 100 4 % print ð as d, sort as D
- REMAP_SORT 241 238 14 % print ñ as ñ, sort as N
- REMAP_SORT 242 111 15 % print ò as o, sort as O
- REMAP_SORT 243 111 15 % print ó as o, sort as O
- REMAP_SORT 244 111 15 % print ô as o, sort as O
- REMAP_SORT 245 111 15 % print õ as o, sort as O
- REMAP_SORT 246 239 15 % print ö as ö, sort as O
- REMAP_SORT 247 253 27 % print ÷ as ÷, sort last
- REMAP_SORT 248 111 15 % print ø as o, sort as O
- REMAP_SORT 249 117 21 % print ù as u, sort as U
- REMAP_SORT 250 117 21 % print ú as u, sort as U
- REMAP_SORT 251 117 21 % print û as u, sort as U
- REMAP_SORT 252 245 21 % print ü as ü, sort as U
- REMAP_SORT 253 249 25 % print ý as y, sort as Y
- REMAP_SORT 254 100 4 % print þ as d, sort as D
- REMAP_SORT 255 249 25 % print ÿ as y, sort as Y
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Month before day. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Un-comment the next line if you want to dial month before day. Default is day before month.
% #US_DATE_ORDER
% You have to do the following replacements to make the display put month before day:
% replace $od1 with $od2 % replace $xd1 with $xd2
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % % New group: HELP = 10 % % % % Keep messages sorted alphabeticly inside each group! %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%
% Common - HELP %
%%%%%%%%%%%%%%%%%%%
- UMSG 10 1 % H_COMM_STATION, Tell user to enter subscriber number
% Parameter: 1 - Dir.no. dialled
%%%%1234567890123456 "#pos(2,1)Subscriber: $dno:1#clr" (9,2)
- UMSG 10 2 % H_COMM_GROUP_NO, Tell user to enter group number
% Parameter: 1 - Dir.no. dialled
"#pos(2,1)Group: $dno:1#clr" (9,3)
- UMSG 10 3 % H_COMM_PROG_NO, Tell user to enter program number
% Parameter: 1 - Dir.no. dialled
"#pos(2,1)Program: $dno:1#clr" (9,1)
%%%%%%%%%%%%%%%%%%%
% IH - HELP %
%%%%%%%%%%%%%%%%%%%
- UMSG 10 5 % H_IH_ABSENT_MENU
% No parameter
"#pos(2,1)7 = Send Mail#clr" % (15,6) + (15,6) ++ senere (trenger siffer-parametre for aktuell siffer)
- UMSG 10 6 % H_IH_MAIL_MENU
% No parameter
"#pos(2,1)0=Clear 8=Call#clr"
"#pos(5,1)#clr" %DealerCom additions "#pos(6,1)Call #aru #ard Clear"
(12,4)
- UMSG 10 17 (12,4) % H_IH_CRM3_MAIL_MENU (as above but no text)
- UMSG 10 40 % H_IH_NOTE_MENU
% No parameter
"#pos(2,1)1=Repeat 8=Call#clr" % (15,6) + (15,3) + (15,10) ... later
- UMSG 10 41 % I_IH_ACTION_CA, INFO_RESP
% No parameter
"CommandCancelled#clr" (13,3)
- UMSG 10 42 % I_IH_NO_MAIL, INFO_RESP
% No parameter
"No messages#clr" "#clr" (13,1)
- UMSG 10 47 % I_IH_CALLREQ_SOOTHING, INFO_RESP
% No parameter
"Call registered#clr" "Please wait#clr" (13,7)
%%%%%%%%%%%%%%%%%%% % PP - HELP % %%%%%%%%%%%%%%%%%%%
- UMSG 10 15 % H_PP_SEL_TYPE Legg inn features som parametere !!
"44=Notif,45=Conn#clr" "46=Text,47=Voice#clr" % (15,7)
- UMSG 10 43 % I_PP_ANSW_VMSG, INFO_RESP
% No parameter
"Pager message#clr" "received#clr" (13,4)
- UMSG 10 44 % I_PP_ANSW_VMSG_PE, INFO_RESP
% Parameter: 1 - "o" (CL_SUBSCRIBER , SBSP)
"$dno:1 $nam:1#clr" "Message received#clr" (13,4)
%%%%%%%%%%%%%%%%%%%%%%
% SDMSG - HELP %
%%%%%%%%%%%%%%%%%%%%%%
- UMSG 10 7 % H_SDMSG_ACK_CANCEL
% No parameter
"#pos(2,1)M=OK C=Cancel#clr" (10,5)
- UMSG 10 8 % H_SDMSG_ENT_DATE
% Parameter: 1 - Dir.no. dialled
"#pos(2,1)Enter Date:$od1:1#clr" (10,3)
- UMSG 10 9 % H_SDMSG_ENT_PHONE
% Parameter: 1 - Dir.no. dialled %%%%1234567890123456 "#pos(2,1)Phone: $oph:1#clr" (10,4)
- UMSG 10 10 % H_SDMSG_ENT_TIME
% Parameter: 1 - Dir.no. dialled
"#pos(2,1)Enter Time:$otm:1#clr" (10,2)
- UMSG 10 11 % H_SDMSG_INT_NO
% Parameter: 1 - Dir.no. dialled
%%%%1234567890123456 "#pos(2,1)Subscriber: $dno:1#clr"
- UMSG 10 12 % H_SDMSG_OWN_NO
% Parameter: 1 - Dir.no. dialled
%%%%1234567890123456 "#pos(2,1)Own No or M:$dno:1#clr"
- UMSG 10 13 % H_SDMSG_SEL_ABSENT
% Parameter: 1 - Dir.no. dialled
"Dial Absence-#clr" "Message $dno:1#clr" (10,1)
- UMSG 10 14 % H_SDMSG_SEL_MAIL
% Parameter: 1 - Dir.no. dialled
"Dial Mail#clr" " message: $dno:1#clr" "#pos(6,1)#clr" (12,1)
- UMSG 10 45 % I_SDMSG_ILLEGAL_DATE, INFO_RESP
% No parameter
"#pos(2,1)Illegal date#clr" (13,5)
- UMSG 10 46 % I_SDMSG_ILLEGAL_TIME, INFO_RESP
% No parameter
"#pos(2,1)Illegal time#clr" (13,6)
- UMSG 10 49 % H_SEL_ANNOUNCE
% Parameter: 1 - Dir.no. dialled
"Dial Announce-#clr" "-ment: $dno:1#clr" (0,0)
%%%%%%%%%%%%%%%%%%% % STC - HELP % %%%%%%%%%%%%%%%%%%%
- UMSG 10 20 % H_STC_D_COS
% Parameter: 1 - Digits. dialled
"#pos(2,1)ServiceClass: $num:1#clr"
- UMSG 10 19 % H_STC_D_DAK_NO
% Parameter: 1 - Dir.no. dialled
"#pos(2,1)New number:$dno:1#clr" (4,2)
- UMSG 10 34 % H_STC_D_DIG_HOUR
% Parameter: 1 - Digits dialled
"#pos(2,1)Enter Hour: $num:1#clr"
- UMSG 10 35 % H_STC_D_DIG_MIN
% Parameter: 1 - Digits dialled
"#pos(2,1)Enter Minute: $num:1#clr"
- UMSG 10 36 % H_STC_D_DIG_DAY_M_FIN
% Parameter: 1 - Digits dialled
"#pos(2,1)Day (M=OK): $num:1#clr"
- UMSG 10 37 % H_STC_D_DIG_MONTH
% Parameter: 1 - Digits dialled
%%%%1234567890123456 "#pos(2,1)Enter Month: $num:1#clr"
- UMSG 10 38 % H_STC_D_DIG_YEAR
% Parameter: 1 - Digits dialled
"#pos(2,1)Enter Year: $yr4:1#clr"
- UMSG 10 21 % H_STC_D_EX_GROUP
% Parameter: 1 - Dir.no. dialled
"#pos(2,1)Group: $dno:1#clr"
- UMSG 10 22 % H_STC_D_FEA
% Parameter: 1 - Dir.no. dialled
"#pos(2,1)Feature: $dno:1#clr"
- UMSG 10 23 % H_STC_D_IN_GROUP
% Parameter: 1 - Dir.no. dialled
"#pos(2,1)Group: $dno:1#clr"
- UMSG 10 24 % H_STC_D_ST_NO
% Parameter: 1 - Dir.no. dialled
"Dial New Number#clr" "M to delete:$dno:1#clr"
- UMSG 10 25 % H_STC_D_VOL_LEVEL
% Parameter: 1 - Digits dialled
"#pos(2,1)Volume(def=3): $num:1#clr"
- UMSG 10 27 % H_STC_DAK_OR_EX_DIG
% Parameter: 1 - Digits dialled
"#pos(2,1)Number: $oph:1#clr" (4,7)
- UMSG 10 28 % H_STC_M_TO_MOVE
% No parameter
"#pos(2,1)M=Swap Stations#clr"
- UMSG 10 26 % H_STC_PRESS_DAK
% No parameter
"#pos(2,1)Select Key:#clr" (4,1)
- UMSG 10 30 % H_STC_REP_M_DEL_DAK
% No parameter
"#pos(2,1)M=Delete DAK#clr"
"#pos(5,1) " %Will clear "M=" on DealerCom "#pos(6,1)Del Esc#clr" %Direct keys
(10,5)
- UMSG 10 32 % H_STC_REP_M_PR_DATE
% No parameter
"#pos(1,1)M=Set Date:#clr"
- UMSG 10 31 % H_STC_REP_M_DEL_ST_NO
% No parameter
"Delete Number?#clr" "M = Yes#clr"
- UMSG 10 33 % H_STC_REP_M_PR_TIME
% No parameter
"#pos(1,1)M=Set Time#clr"
- UMSG 10 50 % H_STC_D_ALARM_INPUT
% Parameter: 1 - Digits dialled
"#pos(2,1)Alarm Input: $num:1#clr"
- UMSG 10 51 % H_STC_SEL_PP_TYPE Legg inn features som parametere !!
"44=Notif,45=Conn#clr" "M = OK#clr"
- UMSG 10 53 % H_STC_D_DAK_NO_DC
% Parameter: 1 - Dir.no. dialled "#pos(4,1)(To delete DAK" "#pos(5,1)press DAK key)" "#pos(6,1)New number:$dno:1#clr"
(4,2)
- UMSG 10 54 % H_STC_CLR_MID_LINES_DC
% No parameter
"#pos(4,1)#clr"
"#pos(6,1)#clr"
%%%%%%%%%%%%%%%%%%% % VP - HELP % %%%%%%%%%%%%%%%%%%%
- UMSG 10 16 % H_VP_PRESS_M_TALK
% No parameter
"#pos(2,1)Press M to Talk#clr"
"#pos(6,1)#clr" %Remove DealerCom menu
(4,12)
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% %
% New group: INFO = 20 %
% %
% Keep messages sorted alphabeticly inside each group!
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%
% COMMON - INFO %
%%%%%%%%%%%%%%%%%%%
- UMSG 20 1 % I_COMMON_FAILURE
% No parameter
"System error#clr" "#clr"
- UMSG 20 2 % I_COMMON_NOT_AUTHORIZED
% No parameter
"Your are not#clr" " authorized#clr"
- UMSG 20 65 % I_COMMON_BUSY
% No parameters "#pos(2,1) - Busy -#clr"
- UMSG 20 93 % I_COMMON_ACTIVATED
% No parameters "#pos(2,1) - Activated -#clr"
%%%%%%%%%%%%%%%%%%%
% CONN - INFO %
%%%%%%%%%%%%%%%%%%%
- UMSG 20 14 % I_CONN_OPEN_CALL, Initiating an open call
% Parameter: 1 - "h" (tns-hand, b-subscr)
"$dno:1 $nam:1#clr" "9 = Search#clr"
"#pos(6,1) #aru #ard#clr" %DealerCom arrows for menu stepping
- UMSG 20 15 % I_CONN_PRIV_CALL, Initiating a private call
% Parameter: 1 - "h" (tns-hand, b-subscr)
"$dno:1 $nam:1#clr" "M = Priority#clr"
- UMSG 20 16 % I_CONN_EXT_CALL, Initiating an external telephone call
% Parameter: 1 - "o" (subscr. no)
%%%%1234567890123456 "#pos(2,1)Dial: $oph:1#clr"
- UMSG 20 17 % I_CONN_OWN_NO, Own number (or another number for this station) dialled
% No parameter
"#pos(2,1)This Station#clr"
- UMSG 20 18 % I_CONN_OPEN_CALL_REQ, Receiving open call
% Parameter: 1 - "o" (subscr. no)
"$dno:1 $nam:1#clr" "0 = Call Menu#clr"
"#pos(5,1) " % DealerCom remove "0 = "#pos(6,1) #aru #ard#clr" %DealerCom arrows for menu stepping
- UMSG 20 19 % I_CONN_PRIV_CALL_REQ, Receiving private call
% Parameter: 1 - "o" (subscr. no)
"$dno:1 $nam:1#clr" % DIR_NO and Name are parameters "M = Receive Call#clr"
- UMSG 20 20 % I_CONN_BUSY, Some resource is busy
% No parameter
"#pos(2,1)- Busy -#clr"
- UMSG 20 21 % I_CONN_OPEN_CONN, Re-open parked connection
% Parameter: 1 - "h" (tns-hand, b-subscr)
"$dno:1 $nam:1#clr"
- UMSG 20 96 % I_BUSY_NOTIFY, Notify busy subscriber
% Parameter: 1 - (subscr. no) "Call waiting:#clr" "$dno:1 $nam:1#clr" % DIR_NO and Name are parameters
%%%%%%%%%%%%%%%%%%%
% IH - INFO %
%%%%%%%%%%%%%%%%%%%
- UMSG 20 39 % I_IH_BROWSE_MAIL, browsing the mail queue on CRM st
% Parameter: 1 - (queue position) % Parameter: 2 - (no of messages)
"#homMessage $num:1 of $num:2#clr" "Answ Next Top Canc#clr#pos(4,20)#arl#hom"
- UMSG 20 94 % I_IH_CALL_REQUEST, A call request notification
% Parameter: 1 - "h" (tns-hand, Requester)
"Call Req. from #clr" "$dno:1 $nam:1#clr"
- UMSG 20 95 % I_IH_TECH_ALARM_NOTIFY, A technical alarm notification
% No parameter
"Technical Alarm#clr" "received#clr"
- UMSG 20 101 % I_PRI_MAIL, A priority mail is recieved
% No parameter
"Priority Mail#clr" "received#clr"
%%%%%%%%%%%%%%%%%%%
% MEET - INFO %
%%%%%%%%%%%%%%%%%%%
- UMSG 20 25 % I_MEET_NAK
% No parameters
%%%%1234567890123456
"No call to#clr" "answer#clr"
%%%%%%%%%%%%%%%%%%%
% MISC - INFO %
%%%%%%%%%%%%%%%%%%%
- UMSG 10 39 % I_MISC_STATION_ID
"Phys no: $dno:1#clr" "Node no: $num:2#clr" (7,1)
- UMSG 10 48 % I_MISC_STATION_DIRNO
"$dno:1 $nam:1#clr" "$dno:2 $nam:3#clr" (7,1)
- UMSG 10 52 % I_MISC_VERSION
"AMC $num:1 ($num:2)#clr" "Price ver $num:3#clr"
- UMSG 20 97 % I_FIRE_ALARM, Notify fire team of fire.
% Parameter: 1 - (subscr. no) "Fire Alarm#clr" "$dno:1 $nam:1#clr" % DIR_NO and Name are parameters
%%%%%%%%%%%%%%%%%%%
% PP - INFO %
%%%%%%%%%%%%%%%%%%%
- UMSG 20 27 % I_PP_ABSENT
% No parameter
"Pager is#clr" " out#clr"
- UMSG 20 28 % I_PP_ANSW_TIMEOUT, Pocket Paging not answered in time
% No parameter "Paging not#clr" " answered#clr"
- UMSG 20 29 % I_PP_DISC_INIT, C_PRES / Free Wait
% No parameter "Answer still#clr" " possible#clr"
- UMSG 20 30 % I_PP_DISCONNECT, C_PRES / Busy Wait
% No parameter
"Disconnecting#clr" " Answer Denied#clr"
- UMSG 20 31 % I_PP_FAILURE
% No parameter
"Paging#clr" " aborted#clr"
- UMSG 20 32 % I_PP_ILLEGAL_SERV
% No parameter
"Unexpected Digit#clr" "#clr"
- UMSG 20 33 % I_PP_NOT_DISPLAY
% No parameter
"Pager has#clr" " no display#clr"
- UMSG 20 34 % I_PP_NOT_PP
% No parameter
"Subscriber has#clr" " no pager#clr"
- UMSG 20 35 % I_PP_TRANSM
% No parameter
"Paging#clr" " activated#clr"
- UMSG 20 36 % I_PP_TRANSM_CAN, Subscriber disconnects, transmission of
% Pocket Pageing cancelled.
% No parameter
"Paging#clr" " aborted#clr"
- UMSG 20 37 % I_PP_WAIT
% No parameter "Paging#clr" "- wait -#clr"
%%%%%%%%%%%%%%%%%%%
% SBS - INFO %
%%%%%%%%%%%%%%%%%%%
- UMSG 20 4 % I_SBS_IDLE_CLOCK, Station is Idle, update clock line
% No parameter
"$xd1-$xy4 $xtm#clr" % Date and Time, presented by the exchange
- UMSG 20 3 % I_SBS_IDLE, Station is Idle
% No parameter % This is the initial text
"$xd1-$xy4 $xtm#clr" % Date and Time, presented by the exchange "$xno $xpe#clr" % Own DIR_NO and Name, presented by the exchange
- UMSG 20 5 % I_SBS_CRM3_IDLE, CRM3 Station is Idle
% No parameter % This is the initial text
"$xd1-$xy4 $xtm#clr" % Date and Time, presented by the exchange "#clr" %
- UMSG 20 105 % I_SBS_DC_IDLE, DealerCom Station is Idle
% No parameter % This is the initial text "$xd1-$xy4 $xtm#clr" % Date and Time, presented by the exchange
"#pos(4,1)$xno $xpe#clr" % Own DIR_NO and Name, presented by the exchange
"#pos(5,1)#clr"
"#pos(6,1)Menu Dak Name#clr" %Direct menu access
- UMSG 20 8 % I_SBS_FEAT_IDLE
% Parameter: 1 - "h" (tns-hand.)
"$dno:1 $nam:1#clr" "- wait - #clr"
"#pos(6,1)#clr" %Clear direct menu access
- UMSG 20 9 % I_SBS_FEAT_CONN
% Parameter: 1 - "h" (tns-hand.)
"#pos(2,1)$dno:1 $nam:1#clr"
"#pos(6,1)Ok #aru #ard#clr" %DealerCom arrows for menu stepping
- UMSG 20 10 % I_SBS_FEAT_NO_ACCESS
% Parameter: 1 - "h" (tns-hand.)
"AccessNotGranted#clr" "$dno:1 $nam:1#clr"
- UMSG 20 11 % I_SBS_NO_NUMBER
% Parameter: 1 - "d" (dir.no.)
"#pos(2,1)No number:$dno:1#clr"
- UMSG 20 12 % I_SBS_ENTITY
% Parameter: 1 - "h" (tns-hand.)
"$dno:1 $nam:1 #clr"
- UMSG 20 87 % I_SBS_DIAL, Dial text for idle
% Trigger Text parameter
"#pos(2,1)Dial No:$dno:1#clr"
"#pos(6,1)#clr" %Clear direct menu access
%%%%%%%%%%%%%%%%%%%
% STC - INFO %
%%%%%%%%%%%%%%%%%%%
%
%--- Abbreviations of definitions ---
% BOM = BUSY OVERRIDE MODE % COS = CLASS OF SERVICE % CPF = CALL FORWARD PRESET % DAK = DIRECT ACCESS KEY % DEL = DELETE, DELETED % EXCL = EXCLUSION, EXCLUDE % INCL = INCLUSION, INCLUDE % PERF = PERFORMED % ST_NO = STATION NUMBER % VOL = VOLUME
- UMSG 20 42 % I_STC_AGA_TEST
% Parameter : 1 - $int (board) % Parameter : 2 - $int (line) % Parameter : 3 - $int (first or second of pair)
"$num:1-$num:2($num:3)#clr" "7=Prev 9=Next#clr"
- UMSG 20 43 % I_STC_DAK_DEL
% Parameter : 1 - $int (DAK key)
"#pos(2,1)DAK Key Deleted#clr"
- UMSG 20 44 % I_STC_DAK
% Parameter: 1 - $int (DAK key)
% Later: directory number and name (tja... trengs ikke! RTS) "#pos(2,1)DAK Key Changed#clr"
- UMSG 20 45 % I_STC_D_DIG_REJ
% No parameter
"Illegal number#clr" "#pos(2,1)#clr"
- UMSG 20 46 % I_STC_COS
% Parameter: 1 - $int (COS)
"Change Class $num:1#clr" " performed#clr"
- UMSG 20 47 % I_STC_EX_GROUP
% Parameter : 1 - $enu (group no) % 2 - $idn (group dir. no.)
"$dno:2 $nam:1#clr" "Out of Group OK#clr"
- UMSG 20 48 % I_STC_EXTRA_DAK_DIG_D
% No parameter
"#pos(2,1)" % Best not to overwrite entered digits?
- UMSG 20 49 % I_STC_IN_GROUP
% Parameter : 1 - $enu (group no) % 2 - $idn (group dir. no.)
"$dno:2 $nam:1#clr" "Into group OK#clr"
- UMSG 20 50 % I_STC_MOVED_TO_NEW_ST
% Parameter: 1 - $dno (subscriber no.) % Parameter: 1 - $enu (subscriber name)
"$dno:1 $nam:2#clr" "Move accepted#clr"
- UMSG 20 52 % I_STC_MOVE_ST_NO
% Parameter : 1 - $dno % Parameter : 1 - $enu (subscriber no and name)
"$dno:1 $nam:1#clr" "Move to new stat#clr"
- UMSG 20 51 % I_STC_NEW_ST_NO
% Parameter: 2 - $enu (subscriber no.) % 1 - $idn (dirno)
"$dno:1 $nam:2#clr" "New Number#clr"
- UMSG 20 53 % I_STC_ST_NO_DEL
% No parameter
"Number deleted#clr" " Done#clr"
- UMSG 20 54 % I_STC_TOGGLE_FEA_OFF
% Parameter: % 2 - $enu (feature index)
"$dno:1 $nam:1#clr" "Feature Disabled#clr"
- UMSG 20 55 % I_STC_VOL_LEVEL_CH
% No parameter
"Volume changed#clr" "#clr"
- UMSG 20 64 % I_STC_PR_NOT_ALLOWED
% No parameter
"Change Illegal#clr" "#pos(2,1)#clr"
- UMSG 20 60 % I_STC_TIME_P
% No parameters
"New time#clr" "$xd1-$xy4 $xtm#clr"
- UMSG 20 56 % I_STC_HOUR_D
% parameters: time
"#pos(1,1)Hour : $otm:1#clr"
- UMSG 20 57 % I_STC_MIN_D
% parameters: time
"Minute : $otm:1#clr"
- UMSG 20 58 % I_STC_DAY_D
% parameters: date
"Day : $od1:1#clr"
- UMSG 20 59 % I_STC_MONTH_D
% parameters: date
"Month : $od1:1#clr"
- UMSG 20 62 % I_STC_DATE_W
% parameters:clock
"Wait: time/date#clr" "$od1:1-$yr4:1 $otm:1#clr"
- UMSG 20 61 % I_STC_TIME_W
% parameters: time
"Wait: New time#clr" "$otm:1#clr"
- UMSG 20 63 % I_STC_DATE_P
% No parameters
"New time / date#clr" "$xd1-$xy4 $xtm#clr"
- UMSG 20 89 % I_STC_TOGGLE_FEA_ON
% Parameter: % 2 - $enu (feature index)
"$dno:1 $nam:1#clr" "Feature Enabled#clr"
- UMSG 20 98 % I_STC_ALARM_DISABLED
% Parameter: 1 - Digits dialled (Alarm Input Number)
"Alarm Input $num:1#clr" "Blocked.#clr"
- UMSG 20 99 % I_STC_ALARM_ENABLED
% Parameter: 1 - Digits dialled (Alarm Input Number)
"Alarm Input $num:1#clr" "Re-Enabled.#clr"
- UMSG 20 100 % I_STC_WRONG_ALARM_INP
% Parameter: 1 - Digits dialled
"Alarm Input $num:1#clr" "does not exist!#clr"
- UMSG 20 103 % I_MISSING_EXCH Not all exchanges was reached in global groupcall
% No parameters
"#pos(2,1)Exchange missing#clr"
- UMSG 20 104 % I_AGA_TEST_LEVEL (overlayed on I_STC_AGA_TEST)
% Parameter : 1 - $int (remote tone level) % Parameter : 2 - $int (local tone level)
"#pos(1,10)$num:1-$num:2#clr"
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% %
% New group: ANNOUNCEMENT = 30 (No text) %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
- UMSG 30 1 (4,10)
- UMSG 30 2 (4,11)
- UMSG 30 3 (4,13)
- UMSG 30 4 (4,14)
- UMSG 30 5 (4,15)
- UMSG 30 6 (4,16)
- UMSG 30 7 (4,17)
- UMSG 30 8 (4,18)
- UMSG 30 9 (4,19)
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% %
% New group: ABSENT = 100 %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
- UMSG 100 1 % ABSENT_OUT_MOMENT_0
% Parameter: 1 - "o" (subscr. no)
%1234567890123456 "Out#clr" "$dno:1 $nam:1#clr" (1,1)
- UMSG 100 2 % ABSENT_OUT_MOMENT_1
% Parameter: 1 -$otm (Time to return) % Parameter: 2 - "o" (subscr. no)
"Out until $otm:1#clr" "$dno:2 $nam:2#clr" (2,1)
- UMSG 100 3 % ABSENT_MEETING_0
% Parameter: 1 - "o" (subscr. no)
"Meeting #clr" "$dno:1 $nam:1#clr" (1,2)
- UMSG 100 4 % ABSENT_MEETING_1
% Parameter: 1 -$otm (Time to return) % Parameter: 2 - "o" (subscr. no)
"Meeting#spc(4)$otm:1#clr" "$dno:2 $nam:2#clr" (2,2)
- UMSG 100 5 % ABSENT_GONE_0
% Parameter: 1 - "o" (subscr. no)
"Gone #clr" "$dno:1 $nam:1#clr" (1,3)
- UMSG 100 6 % ABSENT_GONE_MC_0
% Parameter: 1 - "o" (subscr. no)
"Not arrived #clr" "$dno:1 $nam:1#clr" (1,10)
- UMSG 100 7 % ABSENT_GONE_1
% Parameter: 1 -$otm (Time to return) % Parameter: 2 - "o" (subscr. no)
"Arrive#spc(5)$otm:1#clr" "$dno:2 $nam:2#clr" (2,3)
- UMSG 100 8 % ABSENT_GONE_MC_1
% Parameter: 1 -$otm (Time to return) % Parameter: 2 - "o" (subscr. no)
"Arriving#spc(3)$otm:1#clr" "$dno:2 $nam:2#clr" (2,10)
- UMSG 100 9 % ABSENT_TODAY_0
% Parameter: 1 - "o" (subscr. no)
"Absent today#clr" "$dno:1 $nam:1#clr" (1,4)
- UMSG 100 10 % ABSENT_TODAY_1
% Parameter: 1 -$od1 (Date to return) % Parameter: 2 - "o" (subscr. no)
"Absent#spc(5)$od1:1#clr" "$dno:2 $nam:2#clr" (3,4)
- UMSG 100 11 % ABSENT_BUSY_0
% Parameter: 1 - "o" (subscr. no)
"Busy #clr" "$dno:1 $nam:1#clr" (1,5)
- UMSG 100 12 % ABSENT_BUSY_1
% Parameter: 1 -$otm (Time to return) % Parameter: 2 - "o" (subscr. no)
"Busy until $otm:1#clr" "$dno:2 $nam:2#clr" (2,5)
- UMSG 100 13 % ABSENT_LUNCH_0
% Parameter: 1 - "o" (subscr. no)
"Lunch #clr" "$dno:1 $nam:1#clr" (1,6)
- UMSG 100 14 % ABSENT_LUNCH_1
% Parameter: 1 -$otm (Time to return) % Parameter: 2 - "o" (subscr. no)
"Lunch#spc(6)$otm:1#clr" "$dno:2 $nam:2#clr" (2,6)
- UMSG 100 15 % ABSENT_HOLIDAY_0
% Parameter: 1 - "o" (subscr. no)
"Holiday #clr" "$dno:1 $nam:1#clr" (1,7)
- UMSG 100 16 % ABSENT_HOLIDAY_1
% Parameter: 1 -$od1 (Date to return) % Parameter: 2 - "o" (subscr. no)
"Holiday#spc(4)$od1:1#clr" "$dno:2 $nam:2#clr" (3,7)
- UMSG 100 17 % ABSENT_AWAY_0
% Parameter: 1 - "o" (subscr. no)
"Away #clr" "$dno:1 $nam:1#clr" (1,8)
- UMSG 100 18 % ABSENT_AWAY_1
% Parameter: 1 -$od1 (Date to return) % Parameter: 2 - "o" (subscr. no)
"Away#spc(7)$od1:1#clr" "$dno:2 $nam:2#clr" (3,8)
- UMSG 100 19 % ABSENT_NOT_AVAIL_0
% Parameter: 1 - "o" (subscr. no)
"Not available #clr" "$dno:1 $nam:1#clr" (1,9)
- UMSG 100 20 % ABSENT_NOT_AVAIL_1
% Parameter: 1 - DIGITS (Phone number) % Parameter: 2 - "o" (subscr. no) %%%%1234567890123456
"Call $oph:1#clr" "$dno:2 $nam:2#clr" (6,3)
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % % New group: MAIL = 110 % % % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
- UMSG 110 1 % MAIL_CALL_SWITCHB
% Parameter: 1 - "o" (subscr. no)
"Call switchboard#clr" "$dno:1 $nam:1#clr" (5,10)
- UMSG 110 2 % MAIL_CALL_PHONE_0
% Parameter: 1 - "o" (subscr. no)
"Call Telephone#clr" "$dno:1 $nam:1#clr" (5,1)
- UMSG 110 3 % MAIL_CALL_PHONE_1
% Parameter: 1 -$oph (Phone number) % Parameter: 2 - "o" (subscr. no) %%%%1234567890123456
"Phone $oph:1#clr" "$dno:2 $nam:2#clr" (6,1) % "Ring telefonnummer null sju, femtito, førti, tjue"
- UMSG 110 6 % MAIL_CALL_HOME
% Parameter: 1 - "o" (subscr. no)
"Call home#clr" "$dno:1 $nam:1#clr" (5,3)
- UMSG 110 7 % MAIL_CALL_SPOUSE
% Parameter: 1 - "o" (subscr. no)
"Call your spouse#clr" "$dno:1 $nam:1#clr" (5,4)
- UMSG 110 10 % MAIL_CALL_ME_0
% Parameter: 1 - "o" (subscr. no)
"$dno:1 $nam:1#clr" "Call me back#clr" (5,6)
- UMSG 110 11 % MAIL_CALL_ME_1
% Parameter: 1 - "o" (subscr. no)
"$dno:1 $nam:1#clr" "Call me back#clr" (7,2)
- UMSG 110 12 % MAIL_MEETING_0
% Parameter: 1 - "o" (subscr. no)
"Remember meeting#clr" "$dno:1 $nam:1#clr" (5,7)
- UMSG 110 13 % MAIL_MEETING_1
% Parameter: 1 -$otm (Time to return) % Parameter: 2 - "o" (subscr. no)
"Meeting at $otm:1#clr" "$dno:2 $nam:2#clr" (8,1)
- UMSG 110 14 % MAIL_FAX
% Parameter: 1 - "o" (subscr. no)
"Fax for you #clr" "$dno:1 $nam:1#clr" (5,8)
- UMSG 110 15 % MAIL_DELIVERIES
% Parameter: 1 - "o" (subscr. no)
"Deliveries #clr" "$dno:1 $nam:1#clr" (5,9)
- UMSG 110 16 % MAIL_NOTIFY - Personsøking notify (displayed only on pagers)
% Parameter: 1 - "d" (directory no)
"PAGED #clr" "$dno:1 $nam:1#clr"
- UMSG 110 17 % MAIL_CALL_REQ_0 - Alarm Call Request
% Parameter: 1 - "o" (subscr. no)
"#arr$dno:1 $nam:1#clr" "*ALARM*#clr" (7,3)
- UMSG 110 18 % MAIL_CALL_REQ_1 - Normal Call Request
% Parameter: 1 - "o" (subscr. no)
"$dno:1 $nam:1#clr" "*CALL REQUEST*#clr" (7,2)
- UMSG 110 19 % MAIL_TECH_ALARM_1 - Technical Alarm notify #1
"External Alarm 1#clr" "***Tech. Alarm#clr"
- UMSG 110 20 % MAIL_TECH_ALARM_2 - Technical Alarm notify #2
"External Alarm 2#clr" "***Tech. Alarm#clr"
- UMSG 110 21 % MAIL_TECH_ALARM_3 - Technical Alarm notify #3
"External Alarm 3#clr" "***Tech. Alarm#clr"
- UMSG 110 22 % MAIL_TECH_ALARM_4 - Technical Alarm notify #4
"Power Supply 3#clr" "***Tech. Alarm#clr"
- UMSG 110 23 % MAIL_TECH_ALARM_5 - Technical Alarm notify #5
"Power Supply 2#clr" "***Tech. Alarm#clr"
- UMSG 110 24 % MAIL_TECH_ALARM_6 - Technical Alarm notify #6
"Power Supply 1#clr" "***Tech. Alarm#clr"
- UMSG 110 25 % MAIL_TECH_ALARM_7 - Technical Alarm notify #7
"Standby Active#clr" "***Tech. Alarm#clr"
- UMSG 110 26 % MAIL_TECH_ALARM_8 - Technical Alarm notify #8
"TemperatureAlarm#clr" "***Tech. Alarm#clr"
- UMSG 110 27 % MAIL_BOARD_ERROR - Board Error Report
"BoardError $num:1-$num:2#clr" "***Error Report#clr" % $num:1 - <device>, 65-68 % $num:2 - <board>, 1-24
- UMSG 110 28 % MAIL_LINE_ERROR - Subscriber Line Error Report
"L P$num:1-$num:2-$num:3 D$dno:4#clr" "***Error Report#clr" % $num:1 - <device>, 65-68 % $num:2 - <board> , 1-24 % $num:3 - <local-line> , 1-6 % $dno:4 - <dirno> of station
- UMSG 110 29 % MAIL_DEVICE_ERROR - Device/Cardcage Error Report
"Device Error $num:1#clr" "***Error Report#clr" % $num:1 - <device>, 1-64 (external device), 66-68 (cardcage)
- UMSG 110 30 % MAIL_AGA_ERROR - AGA Line Error Report
% $num:1 - <board>, 22-24 % $num:2 - <AGA-ring>, 1-24 "AGA Error $num:1($num:2)#clr" "***Error Report#clr"
- UMSG 110 31 % MAIL_CALL_REQ_0_ALT - Alarm Call Request (alternative text)
% NOTE! Obsolete from AMC07.00, but not removed in case we will need them again. % Parameter: 1 - "o" (subscr. no) % Parameter: 2 - "t" (tns-handle)
"#arr$dno:1 $nam:2#clr" "*ALARM*#clr" (7,3)
- UMSG 110 32 % MAIL_CALL_REQ_1_ALT - Normal Call Request (alternative text)
% NOTE! Obsolete from AMC07.00, but not removed in case we will need them again. % Parameter: 1 - "o" (subscr. no) % Parameter: 2 - "t" (tns-handle)
"$dno:1 $nam:2#clr" "*CALL REQUEST*#clr" (7,2)
% % Short versions of the mail messages (1x6 capitalized alpha): %
- UMSG 110 33 % MAIL_CALL_SWITCHB_V1 - "Kontakt sentralbordet"
% Parameter: 1 - "o" (subscr. no)
"SWIBRD"
- UMSG 110 34 % MAIL_CALL_PHONE_0_V1 - "Ring telefonnummer,"
% Parameter: 1 - "o" (subscr. no)
"ST$dno:1"
- UMSG 110 35 % MAIL_CALL_PHONE_1_V1
% Parameter: 1 -$oph (Phone number) % Parameter: 2 - "o" (subscr. no) %%%%1234567890123456
" $oph:1"
- UMSG 110 38 % MAIL_CALL_HOME_V1 - "Ring hjem"
% Parameter: 1 - "o" (subscr. no)
"C HOME"
- UMSG 110 39 % MAIL_CALL_SPOUSE_V1 - "Ring ektefellen"
% Parameter: 1 - "o" (subscr. no)
"SPOUSE"
- UMSG 110 42 % MAIL_CALL_ME_0_V1 - "Ring meg"
% Parameter: 1 - "o" (subscr. no)
"ST$dno:1"
- UMSG 110 43 % MAIL_CALL_ME_1_V1
% Parameter: 1 - "o" (subscr. no) % Parameter: 2 - "o" (subscr. no)
"ST$dno:1"
- UMSG 110 44 % MAIL_MEETING_0_V1 - "Husk møtet"
% Parameter: 1 - "o" (subscr. no)
"M $dno:1"
- UMSG 110 45 % MAIL_MEETING_1_V1
% Parameter: 1 -$otm (Time to return) % Parameter: 2 - "o" (subscr. no)
"M$otm:1"
- UMSG 110 46 % MAIL_FAX_V1
% Parameter: 1 - "o" (subscr. no)
"FX$dno:1"
- UMSG 110 47 % MAIL_DELIVERIES_V1
% Parameter: 1 - "o" (subscr. no)
"DE$dno:1"
- UMSG 110 48 % MAIL_NOTIFY_V1 Personsøking notify
% Parameter: 1 - "d" (directory no)
"PG$dno:1"
- UMSG 110 49 % MAIL_CALL_REQ_0 Alarm Call Request
% Parameter: 1 - "o" (subscr. no)
"AR$dno:1#clr"
- UMSG 110 50 % MAIL_CALL_REQ_1 Normal Call Request
% Parameter: 1 - "o" (subscr. no)
"CR$dno:1#clr"
- UMSG 110 51 % MAIL_TECH_ALARM_1 Technical Alarm notify #1
"ALARM1"
- UMSG 110 52 % MAIL_TECH_ALARM_2 Technical Alarm notify #2
"ALARM2"
- UMSG 110 53 % MAIL_TECH_ALARM_3 Technical Alarm notify #3
"ALARM3"
- UMSG 110 54 % MAIL_TECH_ALARM_4 Technical Alarm notify #4
"PSUPP3"
- UMSG 110 55 % MAIL_TECH_ALARM_5 Technical Alarm notify #5
"PSUPP2"
- UMSG 110 56 % MAIL_TECH_ALARM_6 Technical Alarm notify #6
"PSUPP1"
- UMSG 110 57 % MAIL_TECH_ALARM_7 Technical Alarm notify #7
"STNDBY"
- UMSG 110 58 % MAIL_TECH_ALARM_8 Technical Alarm notify #8
"OVERHT"
- UMSG 110 59 % MAIL_BOARD_ERROR - Board Error Report
"BD ERR"
- UMSG 110 60 % MAIL_LINE_ERROR - Subscriber Line Error Report
"LN ERR"
- UMSG 110 61 % MAIL_DEVICE_ERROR - Device/Cardcage Error Report
"DV ERR"
- UMSG 110 62 % MAIL_AGA_ERROR - AGA Line Error Report
"AG ERR"
- UMSG 110 63 % MAIL_CALL_REQ_0_ALT Alarm Call Request (alternative text)
% NOTE! Obsolete from AMC07.00, but not removed in case we will need them again. % Parameter: 1 - "o" (subscr. no)
"AR$dno:1#clr"
- UMSG 110 64 % MAIL_CALL_REQ_1_ALT Normal Call Request (alternative text)
% NOTE! Obsolete from AMC07.00, but not removed in case we will need them again. % Parameter: 1 - "o" (subscr. no)
"CR$dno:1#clr"
% % Short-short versions of the mail messages (1x2 numeric): %
- UMSG 110 65 % MAIL_CALL_SWITCHB_V1 Kontakt sentralbordet
"00$dno:1#clr"
- UMSG 110 66 % MAIL_CALL_PHONE_0_V1 Call phonenumber.
"02$dno:1#clr"
- UMSG 110 67 % MAIL_CALL_PHONE_1_V1 Call phonenumber ...
"02$num:1#clr"
- UMSG 110 70 % MAIL_CALL_HOME_V1 Call home
"05$dno:1#clr"
- UMSG 110 71 % MAIL_CALL_SPOUSE_V1
"06$dno:1#clr"
- UMSG 110 74 % MAIL_CALL_ME_0_V1
"09$dno:1#clr"
- UMSG 110 75 % MAIL_CALL_ME_1_V1
"10$dno:1#clr"
- UMSG 110 76 % MAIL_MEETING_0_V1 Remember meeting
"12$dno:1#clr"
- UMSG 110 77 % MAIL_MEETING_1_V1 Remember meeting at ...
"11$otm:1#clr"
- UMSG 110 78 % MAIL_FAX_V1 Fax for you
"13$dno:1#clr"
- UMSG 110 79 % MAIL_DELIVERIES_V1
"14$dno:1#clr"
- UMSG 110 80 % MAIL_NOTIFY_V1 Pocket paging notify
"15$dno:1#clr"
- UMSG 110 81 % MAIL_CALL_REQ_0 Alarm Call Request
% Parameter: 1 - "o" (subscr. no)
"07$dno:1#clr"
- UMSG 110 82 % MAIL_CALL_REQ_1 Normal Call Request
% Parameter: 1 - "o" (subscr. no)
"04$dno:1#clr"
- UMSG 110 83 % MAIL_TECH_ALARM_1
"011#clr"
- UMSG 110 84 % MAIL_TECH_ALARM_2
"012#clr"
- UMSG 110 85 % MAIL_TECH_ALARM_3
"013#clr"
- UMSG 110 86 % MAIL_TECH_ALARM_4
"014#clr"
- UMSG 110 87 % MAIL_TECH_ALARM_5
"015#clr"
- UMSG 110 88 % MAIL_TECH_ALARM_6
"016#clr"
- UMSG 110 89 % MAIL_TECH_ALARM_7
"017#clr"
- UMSG 110 90 % MAIL_TECH_ALARM_8
"018#clr"
- UMSG 110 91 % MAIL_BOARD_ERROR - Board Error Report
"019#clr"
- UMSG 110 92 % MAIL_LINE_ERROR - Subscriber Line Error Report
"0110#clr"
- UMSG 110 93 % MAIL_DEVICE_ERROR - Device/Cardcage Error Report
"0111#clr"
- UMSG 110 94 % MAIL_AGA_ERROR - AGA Line Error Report
"0112#clr"
- UMSG 110 95 % MAIL_CALL_REQ_0_ALT Alarm Call Request (alternative text)
% NOTE! Obsolete from AMC07.00, but not removed in case we will need them again. % Parameter: 1 - "o" (subscr. no)
"07$dno:1#clr"
- UMSG 110 96 % MAIL_CALL_REQ_1_ALT Normal Call Request (alternative text)
% NOTE! Obsolete from AMC07.00, but not removed in case we will need them again. % Parameter: 1 - "o" (subscr. no)
"04$dno:1#clr"
% % version 4 of the mail messages (1x14 capitalized alphanumeric): %
- UMSG 110 97 % MAIL_CALL_SWITCHB
% Parameter: 1 - "o" (subscr. no)
"CALL SWB $dno:1"
- UMSG 110 98 % MAIL_CALL_PHONE_0
% Parameter: 1 - "o" (subscr. no)
"CALL $dno:1"
- UMSG 110 99 % MAIL_CALL_PHONE_1
% Parameter: 1 -$oph (Phone number) % Parameter: 2 - "o" (subscr. no)
"TEL $oph:1"
- UMSG 110 102 % MAIL_CALL_HOME
% Parameter: 1 - "o" (subscr. no)
"CALL HOME $dno:1"
- UMSG 110 103 % MAIL_CALL_SPOUSE
% Parameter: 1 - "o" (subscr. no)
"SPOUSE $dno:1"
- UMSG 110 106 % MAIL_CALL_ME_0
% Parameter: 1 - "o" (subscr. no)
"CALL ME $dno:1"
- UMSG 110 107 % MAIL_CALL_ME_1
% Parameter: 1 - "o" (subscr. no) % Parameter: 2 - "o" (subscr. no)
"CALL ME $dno:1"
- UMSG 110 108 % MAIL_MEETING_0
% Parameter: 1 - "o" (subscr. no)
"MEETING $dno:1"
- UMSG 110 109 % MAIL_MEETING_1
% Parameter: 1 -$otm (Time to return) % Parameter: 2 - "o" (subscr. no)
"MEETING $otm:1"
- UMSG 110 110 % MAIL_FAX
% Parameter: 1 - "o" (subscr. no)
"FAX $dno:1#clr"
- UMSG 110 111 % MAIL_DELIVERIES
% Parameter: 1 - "o" (subscr. no)
"DELIVERY $dno:1#clr"
- UMSG 110 112 % MAIL_NOTIFY
% Parameter: 1 - "d" (directory no)
"PAGED $dno:1"
- UMSG 110 113 % MAIL_CALL_REQ_0 Alarm Call Request
% Parameter: 1 - "o" (subscr. no)
"*ALARM* $dno:1"
- UMSG 110 114 % MAIL_CALL_REQ_1 Normal Call Request
% Parameter: 1 - "o" (subscr. no)
"$dno:1 $nam:1"
- UMSG 110 115 % MAIL_TECH_ALARM_1 Technical Alarm notify #6
"*TECH. ALARM 1"
- UMSG 110 116 % MAIL_TECH_ALARM_2
"*TECH. ALARM 2"
- UMSG 110 117 % MAIL_TECH_ALARM_3
"*TECH. ALARM 3"
- UMSG 110 118 % MAIL_TECH_ALARM_4
"*POWER ALARM 3"
- UMSG 110 119 % MAIL_TECH_ALARM_5
"*POWER ALARM 2"
- UMSG 110 120 % MAIL_TECH_ALARM_6
"*POWER ALARM 1"
- UMSG 110 121 % MAIL_TECH_ALARM_7
"*STANDBY ALARM"
- UMSG 110 122 % MAIL_TECH_ALARM_8
"*TEMPER. ALARM"
- UMSG 110 123 % MAIL_BOARD_ERROR - Board Error Report
"*BOARD ERROR"
- UMSG 110 124 % MAIL_LINE_ERROR - Subscriber Line Error Report
"*LINE ERR $dno:4#clr"
- UMSG 110 125 % MAIL_DEVICE_ERROR - Device/Cardcage Error Report
"*DEV ERR $num:1#clr"
- UMSG 110 126 % MAIL_AGA_ERROR - AGA Line Error Report
"*AGA ERR $num:1#clr"
- UMSG 110 127 % MAIL_CALL_REQ_0_ALT Alarm Call Request (alternative text)
% NOTE! Obsolete from AMC07.00, but not removed in case we will need them again. % Parameter: 1 - "o" (subscr. no)
"*ALARM* $dno:1"
- UMSG 110 128 % MAIL_CALL_REQ_1_ALT Normal Call Request (alternative text)
% NOTE! Obsolete from AMC07.00, but not removed in case we will need them again. % Parameter: 1 - "o" (subscr. no)
% Parameter: 2 - "t" (tns-handle) "$dno:1 $nam:2"
%
% version 5 of the mail messages (1-line):
%
- UMSG 110 129 % MAIL_CALL_SWITCHB
% Parameter: 1 - "o" (subscr. no)
"Call switchboard#clr" (5,10)
- UMSG 110 130 % MAIL_CALL_PHONE_0
% Parameter: 1 - "o" (subscr. no)
"Call Telephone#clr" (5,1)
- UMSG 110 131 % MAIL_CALL_PHONE_1
% Parameter: 1 -$oph (Phone number) % Parameter: 2 - "o" (subscr. no) %%%%1234567890123456
"Phone $oph:1#clr" (6,1) % "Ring telefonnummer null sju, femtito, førti, tjue"
- UMSG 110 134 % MAIL_CALL_HOME
% Parameter: 1 - "o" (subscr. no)
"Call home#clr" (5,3) % "Ring hjem"
- UMSG 110 135 % MAIL_CALL_SPOUSE
% Parameter: 1 - "o" (subscr. no)
"Call your spouse#clr" (5,4)
- UMSG 110 138 % MAIL_CALL_ME_0
% Parameter: 1 - "o" (subscr. no)
"$dno:1_$nam:1#clr" (5,6)
- UMSG 110 139 % MAIL_CALL_ME_1
% Parameter: 1 - "o" (subscr. no)
"$dno:1_$nam:1#clr" (7,2)
- UMSG 110 140 % MAIL_MEETING_0
% Parameter: 1 - "o" (subscr. no)
"Remember meeting#clr" (5,7)
- UMSG 110 141 % MAIL_MEETING_1
% Parameter: 1 -$otm (Time to return) % Parameter: 2 - "o" (subscr. no)
"Meeting at $otm:1#clr" (8,1)
- UMSG 110 142 % MAIL_FAX
% Parameter: 1 - "o" (subscr. no)
"Fax for you #clr" (5,8)
- UMSG 110 143 % MAIL_DELIVERIES
% Parameter: 1 - "o" (subscr. no)
"Deliveries #clr" (5,9)
- UMSG 110 144 % MAIL_NOTIFY - Personsøking notify (displayed only on pagers)
% Parameter: 1 - "d" (directory no)
"PAGED $dno:1#clr"
- UMSG 110 145 % MAIL_CALL_REQ_0 - Alarm Call Request
% Parameter: 1 - "o" (subscr. no)
"#arr$dno:1 $nam:1#clr" (7,3)
- UMSG 110 146 % MAIL_CALL_REQ_1 - Normal Call Request
% Parameter: 1 - "o" (subscr. no)
"$dno:1 $nam:1#clr" (7,2)
- UMSG 110 147 % MAIL_TECH_ALARM_1 - Technical Alarm notify #1
"External Alarm 1#clr"
- UMSG 110 148 % MAIL_TECH_ALARM_2 - Technical Alarm notify #2
"External Alarm 2#clr"
- UMSG 110 149 % MAIL_TECH_ALARM_3 - Technical Alarm notify #3
"External Alarm 3#clr"
- UMSG 110 150 % MAIL_TECH_ALARM_4 - Technical Alarm notify #4
"Power Supply 3#clr"
- UMSG 110 151 % MAIL_TECH_ALARM_5 - Technical Alarm notify #5
"Power Supply 2#clr"
- UMSG 110 152 % MAIL_TECH_ALARM_6 - Technical Alarm notify #6
"Power Supply 1#clr"
- UMSG 110 153 % MAIL_TECH_ALARM_7 - Technical Alarm notify #7
"Standby Active#clr"
- UMSG 110 154 % MAIL_TECH_ALARM_8 - Technical Alarm notify #8
"TemperatureAlarm#clr"
- UMSG 110 155 % MAIL_BOARD_ERROR - Board Error Report
"BoardError $num:1-$num:2#clr" % $num:1 - <device>, 65-68 % $num:2 - <board>, 1-24
- UMSG 110 156 % MAIL_LINE_ERROR - Subscriber Line Error Report
"L P$num:1-$num:2-$num:3 D$dno:4#clr" % $num:1 - <device>, 65-68 % $num:2 - <board> , 1-24 % $num:3 - <local-line> , 1-6 % $dno:4 - <dirno> of station
- UMSG 110 157 % MAIL_DEVICE_ERROR - Device/Cardcage Error Report
"Device Error $num:1#clr" % $num:1 - <device>, 1-64 (external device), 66-68 (cardcage)
- UMSG 110 158 % MAIL_AGA_ERROR - AGA Line Error Report
% $num:1 - <board>, 22-24 % $num:2 - <AGA-ring>, 1-24 "AGA Error $num:1($num:2)#clr"
- UMSG 110 159 % MAIL_CALL_REQ_0_ALT - Alarm Call Request (alternative text)
% NOTE! Obsolete from AMC07.00, but not removed in case we will need them again. % Parameter: 1 - "o" (subscr. no) % Parameter: 2 - "t" (tns-handle)
"#arr$dno:1 $nam:2#clr" (7,3)
- UMSG 110 160 % MAIL_CALL_REQ_1_ALT - Normal Call Request (alternative text)
% NOTE! Obsolete from AMC07.00, but not removed in case we will need them again. % Parameter: 1 - "o" (subscr. no)
% Parameter: 2 - "t" (tns-handle) "$dno:1 $nam:2#clr" (7,2)
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % % New group: STATUS = 130 % % % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
- UMSG 130 1 % STATUS_MAIL
"Messages: $num:1#clr" "$dno:2 = Present#clr"
- UMSG 130 2 % STATUS_ABSENT
% Parameter: 1 - "o" (ECL_FEATURE , FEAT_STATION_RS)
"#pos(2,1)$dno:1 = Present#clr"
- UMSG 130 3 % STATUS_CONF
% Parameter: 1 - "o" (ECL_PROGRAM , program)
"$dno:1 $nam:1#clr" "$dno:2 = Off#clr" "#pos(6,1)Menu Dak Name#clr" %Direct menu access
- UMSG 130 4 % STATUS_TRANSFER
% Parameter: 1 - Subscr. no % Parameter: 2 - Presenet no
"CR Transfer $dno:1#clr" "$dno:2 = Present#clr" "#pos(6,1)Menu Dak Name#clr" %Direct menu access
- UMSG 130 5 % STATUS_PROGRAM
% Parameter: 1 - "o" (ECL_PROGRAM , program)
"$dno:1 $nam:1#clr" "C = Program Off#clr" "#pos(6,1)Menu Dak Name#clr" %Direct menu access
- UMSG 130 6 % STATUS_CRM3_MAIL
"Messages: $num:1#clr" "Answ Next M Canc#clr"
- UMSG 130 7 % STATUS_WAKE_UP
% Parameter: 1 - dir.no
% Parameter: 2 - clock structure
"WaUp $otm:2 $od1:2#clr" "$dno:1+M = off#clr" "#pos(6,1)Menu Dak Name#clr" %Direct menu access
- UMSG 130 8 % STATUS_CALL_TRANSFER
% Parameter: 1 - "o" (ECL_FEATURE , FEAT_STATION_RS) "Call Forwarded#clr" "$dno:1 = Present#clr" "#pos(6,1)Menu Dak Name#clr" %Direct menu access
- UMSG 130 9 % STATUS_GROUP_FILTER
% Parameter: 1 - dir.no for group call filter % Parameter: 2 - dir.no for cancel group call filter "$dno:1 $nam:1#clr" "$dno:2 $nam:2#clr" "#pos(6,1)Menu Dak Name#clr" %Direct menu access
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %Spesial text used for DealerCom used instead of STATUS_MAIL and STATUS_ABSENT %Station status is still STATUS_MAIL and STATUS_ABSENT %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
- UMSG 130 10 % STATUS_MAIL_DC
"$xd1-$xy4 $xtm#clr" % Date and Time, presented by the exchange "#pos(4,1)Messages: $num:1#clr" "#pos(2,1)$dno:2 = Present#clr" "#pos(3,1)Menu Dak Name#clr" %Direct menu access
- UMSG 130 11 % STATUS_ABSENT_DC
% Parameter: 1 - "o" (ECL_FEATURE , FEAT_STATION_RS)
"#pos(4,1)$dno:1 = Present#clr" "#pos(2,1)#clr" "#pos(6,1)Menu Dak Name#clr" %Direct menu access
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % % New group: Menu = 160 % % % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
- UMSG 160 1 % MENU_SUB_DIR_TOP_1
% No parameters
"abcdefghijklm#clr" "7#arl 8=ok 9#arr#clr"
- UMSG 160 2 % MENU_SUB_DIR_TOP_2
% No parameters
"nopqrstuvwxyz*#clr" "7#arl 8=ok 9#arr#clr"
- ALPHABET_SIZE 26
- ALPHABET_HALF 13
- UMSG 160 3 % MENU_SUB_DIR_ELEM
% Parameter: 1 - &dno % 2 - $int (name_index)
"$dno:1 $nam:1#clr" "7#aru 8=ok 9#ard#clr"
- UMSG 160 4 % MENU_SUB_DIR_NAM
% Parameter: 1 - &dno % 2 - $int (name_index)
"$dno:1 $nam:1#clr"
- UMSG 160 5 % MENU_SUB_ANUM_SEARCH
% Parameter: No parameters
"#clr" "M=Find 0=Del#clr"
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % % Spesial DealerCom Menu Text % % % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
- UMSG 160 6 % MENU_SUB_ANUM_SEARCH_DC
% Parameter: No parameters
"Enter Name:#clr" "#pos(4,1)#clr" "#pos(2,1)#clr" "#pos(3,1)Ok #aruDel#ardSpc Esc"
- UMSG 160 7 % MENU_SUB_DIR_TOP_1_DC
% No parameters
"abcdefghijklm#clr" "#pos(4,1)#clr" "#pos(2,1)#clr" "#pos(3,1)Ok #arl #arr Esc"
- UMSG 160 8 % MENU_SUB_DIR_TOP_2_DC
% No parameters
"nopqrstuvwxyz*#clr" "#pos(4,1)#clr" "#pos(2,1)#clr" "#pos(3,1)Ok #arl #arr Esc"
- UMSG 160 9 % MENU_SUB_DIR_ELEM_DC
% Parameter: 1 - &dno % 2 - $int (name_index)
"$dno:1 $nam:1#clr" "#pos(4,1)#clr"
"#pos(2,1)#clr"
"#pos(3,1)Ok #aru #ard Esc"
- UMSG 160 10 % MENU_SUB_DIR_NAM_DC
% Parameter: 1 - &dno % 2 - $int (name_index)
"$dno:1 $nam:1#clr" "#pos(4,1)#clr" "#pos(2,1)#clr" "#pos(3,1)Ok #aru #ard Esc"
- UMSG 160 11 % MENU_SUB_ALPHANUM_INPUT
% Parameter: 1 - &free_text
"$nam:1#clr"
- UMSG 160 12 % MENU_SUB_DAK_DISP_NAM
% Parameter: 1 - $int (name_index)
"$nam:1#clr"
- UMSG 160 13 % MENU_SUB_DAK_DISP_DIRNO
% Parameter: 1 - &dno
"$dno:1#clr"
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % % AlphaNumeric input key map % % Max 9 char for each key % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
- ALPHA_KEYMAP 0 "+-0"
- ALPHA_KEYMAP 1 " ,.!?1"
- ALPHA_KEYMAP 2 "abc2"
- ALPHA_KEYMAP 3 "def3"
- ALPHA_KEYMAP 4 "ghi4"
- ALPHA_KEYMAP 5 "jkl5"
- ALPHA_KEYMAP 6 "mno6"
- ALPHA_KEYMAP 7 "pqrs7"
- ALPHA_KEYMAP 8 "tuv8"
- ALPHA_KEYMAP 9 "wxyz9"