Actions

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

From Zenitel Wiki

 
(11 intermediate revisions by 3 users not shown)
Line 1: Line 1:
* 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.
+
{{A}}
 +
The standard display texts that you see in the display stations are stored in the MDF file. This texts can be changed by modifying the MDF file.
  
* Open the MDF file (linkes til “How to open and modify the MDF file”)
+
Before you start it is recommended to make a backup of the current mdf file. In the directory AlphaPro -> Database -> Your System, you will find a file with the extension .mdf. Make a backup of the file.
  
* Search, find and replace the text that you want to alter (in this example the standard text Messages: are changed to Call Queue: )
+
* [[MDF#How_to_open_and_modify_the_MDF_file|Open the MDF file]]
  
Before:
+
* Search, find and replace the text that you want to alter (in this example the standard text '''Messages:''' are changed to '''Call Queue:''' )
  
 +
'''Before:'''
  
 
<pre>
 
<pre>
Line 21: Line 23:
 
</pre>
 
</pre>
  
 +
 +
'''After:'''
 
<pre>
 
<pre>
  
Line 32: Line 36:
 
    
 
    
 
#UMSG 130 3 % STATUS_CONF
 
#UMSG 130 3 % STATUS_CONF
    % Parameter: 1 - "o" (ECL_PROGRAM , program)
+
 
 
</pre>
 
</pre>
 +
 +
[[Category: AMC Software]]

Latest revision as of 16:17, 22 March 2023

AlphaCom icon 300px.png

The standard display texts that you see in the display stations are stored in the MDF file. This texts can be changed by modifying the MDF file.

Before you start it is recommended to make a backup of the current mdf file. In the directory AlphaPro -> Database -> Your System, you will find a file with the extension .mdf. Make a backup of the 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


After:


#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