Actions

Difference between revisions of "Modifying default display texts (MDF)"

From Zenitel Wiki

(New page: * The standard display texts are stored in a text-file with the extension .mdf. Before you go on, make a backup of your mdf file just in case. In the directory AlphaPro -> Exchgs -> your e...)
 
Line 22: Line 22:
  
 
<pre>
 
<pre>
 
  
 
#UMSG 130 1 % STATUS_MAIL
 
#UMSG 130 1 % STATUS_MAIL
Line 34: Line 33:
 
#UMSG 130 3 % STATUS_CONF
 
#UMSG 130 3 % STATUS_CONF
 
    % Parameter: 1 - "o" (ECL_PROGRAM , program)
 
    % Parameter: 1 - "o" (ECL_PROGRAM , program)
 
 
 
</pre>
 
</pre>

Revision as of 10:35, 10 August 2007

  • The standard display texts are stored in a text-file with the extension .mdf. Before you go on, make a backup of your mdf file just in case. In the directory AlphaPro -> Exchgs -> your exchange you will find a file with the extension .mdf. Make a backup of the file.
  • Open the MDF file (linkes til “How to open and modify the MDF file”)
  • Search, find and replace the text that you want to alter (in this example the standard text Messages: are changed to Call Queue: )

Before:


#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


#UMSG 130 1 % STATUS_MAIL
  "Call Queue: $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)