Release Notes 4. Previous Version 2.6.1
Version 2.6.3 15 November 2008
4 Previous Version 2.6.1
4.1 What’s New in Version 2.6.1
The following new features are supported in Version 2.6.1:
The MP-202 now supports configuration file encryption. Encrypted files include the extension .cfx
(instead of .cfg) or .inx (instead of .ini). The MP-202 automatically identifies the .cfx or .inx
extensions and tries to decrypt the file.
To encrypt a configuration file, run the following command (on Linux or Windows):
openssl des3 -in <original file> -out <encrypted file> -k <password> -S
<salt value>
Where,
• <original file> = original clear text configuration file (.cfg or .ini)
• <encrypted file> = an encrypted output file (.cfx or .inx)
• <password> = password used to encrypt the file
• <salt value> = 8 bytes of a special key value that is combined with the password. The format
consists of 16 hexadecimal digits [0-9,A-F].
For example:
openssl des3 -in c:\temp\try_enc_conf.cfg -out c:\temp\try_enc_conf.cfx
-k MyPassword123456 -S 0123456789ABCDEF
The MP-202 now supports internet Low Bit Rate Codec (iLBC).
The MP-202 now enables configuration of 40-ms and 60-ms packetization time for codec G.729.
TR-069 interoperability enhancements with the Dimark (Friendly) ACS.
The MP-202 now enables configuration of the TCP Session TTL, using the new parameter 'TCP
Session Timeout'. The default value is one hour. This parameter can be configured in the 'Security
- General' screen.
The MP-202 now supports the Brazilian Portuguese language.
The MP-202 now enables disabling the password's encryption in the configuration file. The .cfg or
.ini files that are downloaded from a remote server can now include textual values (e.g. passwords)
that are automatically hidden before burning to flash. To indicate that a value must be hidden, use
{“value”} (instead of just value).
Below are some examples of this feature:
• .ini file: rg_conf/voip/line/1/auth_password={"foobaa"}
• .cfg file: (auth_password({"foobaa"}))
The MP-202 now supports the following new configurable fax parameters:
• ImageDataRedundancy:Redundancy: Level for output Image Data (2400…14400 bps).
♦ 0 = No redundancy.
♦ 1-3 = Redundancy level.
• T30ControlDataRedundancy: Redundancy level for output T.30 Control Data (300 bps).
♦ 0 = No redundancy.
♦ 1-7 = Redundancy level.