System information

FCD 901 48
Issue R2A, 07.2009
XMP1 Release 5.5 System Description
Configuration
Aastra Proprietary Information Page 6-27
SOX Server side
SoxKernelConsole.config file
In the „Remoting“ section, the communication channels and Server
Services will be specified.
In the configuration file, only values regarding the TCP channel entry should
be changed.
<channel ref="tcp" port="10567" secure="true" protectionLevel="none" >
The Start parameters of the Server are indicated in the <application
settings> section.
Port
The „port“ attribute specifies the TCP port to be opened by the SOX
Server.
Secure
The „Secure“attribute can have the values „true" or „false". If it is set to
„true", the user of the TCP channel will be authenticated, i.e. the
SOX Server knows under which Windows User Account the SOX Client is
run. This is the prerequisite for the security concept of the SOX Server. If
the user cannot be authenticated, the connection will not be set up.
If „secure" is set to „false", the SOX Server will not carry out any check
(the Database Server will continue to check).
ProtectionLevel
The „ProtectionLevel“ attribute is applicable only in case of a "secure"
connection and indicates as to whether messages shall be encrypted for
transmission or not. Possible values are "none", i.e. transmission without
encrytion or „EncryptAndSign“, i.e. transmission with encyrption.