Actions

Difference between revisions of "Add new ASVP alarm messages (MDF)"

From Zenitel Wiki

(New page: * The ASVP board can store a large number of alarm messages. In the MDF file there is mapping information saying which alarm message in the ASVP corresponds to which alarm message id in AM...)
 
Line 3: Line 3:
 
* Before you go on, make a backup of your mdf file. In the directory AlphaPro -> Exchgs -> your exchange you will find a file with the extension .mdf. Make a backup copy of the file.
 
* Before you go on, make a backup of your mdf file. In the directory AlphaPro -> Exchgs -> your exchange you will find a file with the extension .mdf. Make a backup copy of the file.
 
* The different alarm messages are defined in a table in the ASVP.  
 
* The different alarm messages are defined in a table in the ASVP.  
{|  
+
 
 +
 
 +
{| border="1" align=left
 
|-
 
|-
|width="100pt"|Directory number
+
|width="50pt"|Directory number
|width="100pt"|Alarm message id:
+
|width="50pt"|Alarm message id:
|width="100pt"|Group, individ:  
+
|width="50pt"|Group, individ:  
 
|-
 
|-
 
|8191|| 1 || 4, 10
 
|8191|| 1 || 4, 10
Line 42: Line 44:
 
|-
 
|-
 
|}
 
|}
 +
 +
<pre>
 +
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 +
%                                                                      %
 +
% 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)
 +
</pre>

Revision as of 10:54, 10 August 2007

  • The ASVP board can store a large number of alarm messages. In the MDF file there is mapping information saying which alarm message in the ASVP corresponds to which alarm message id in AMC. As a default 9 alarm messages are mapped in the MDF file.
  • When using ASVP board with more than 9 alarm messages the MDF file needs to be modified
  • Before you go on, make a backup of your mdf file. In the directory AlphaPro -> Exchgs -> your exchange you will find a file with the extension .mdf. Make a backup copy of the file.
  • The different alarm messages are defined in a table in the ASVP.


Directory number Alarm message id: Group, individ:
8191 1 4, 10
8192 2 4, 11
8193 3 4, 13
8194 4 4, 14
8195 5 4, 15
8196 6 4, 16
8197 7 4, 17
8198 8 4, 18
8199 9 4, 19
    4, 20
    4, 21
    4, 22
    4, 23
    4, 24
    4, 25
    4, 26
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%                                                                       %
% 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)