11.5

Table Of Contents
Dragon Administrator Guide version 11.5
Set the timeout interval for the smartphone and server connection
In the DNSSPServer.exe.config file, in the <appSettings> section, set the value parameter for the
SPServiceSessionTimeout option to the number of seconds of inactivity that occurs before the
connection between the smartphone and the smartphone server is released and made available to
other smartphones..
For example:
<add key="SPServiceSessionTimeout" value="120"/>
Set the address port that the smartphone web listener uses
In the DNSSPServer.exe.config file, in the <appSettings> section, set the value parameter for the
SPServiceWebListenerPort option to a port address within the 1025-65535 range.
For example:
<add key="SPServiceWebListenerPort" value="51001" />
Note: The default value for SPServiceWebListenerPort is 51001.
Set the maximum number of bytes per message that the smartphone
web listener can receive
In the DNSSPServer.exe.config file, in the <appSettings> section, set the value parameter for the
SPServiceMaxReceivedMessageSize option to the maximum number of bytes that a message
can contain for it to be accepted by the smartphone web listener.
For example:
<add key="SPServiceMaxReceivedMessageSize" value="131072" />
10