Hide thumbs Also See for WLAN 8100:
Table of Contents

Advertisement

Configuring E911
SignalingServer_1_Username
SignalingServer_1_Password

Example 1

The following example shows the default values for the configuration file. The minimum
required settings are bolded.
<?xml version="1.0" encoding="utf-8" ?>
<!?xml version="1.0"?> -->
<configuration>
<!-- When deploying the service library project, the content of the config file must
be added
to the host's
app.config file. System.Configuration does not support config files for libraries.
-->
<configSections>
<sectionGroup name="userSettings" type="System.Configuration.UserSettingsGroup,
System,
Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<section name="Conveyant.Sentry.Services.Properties.Settings"
type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0,
Culture=neutral,
PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser"
requirePermission="false" />
</sectionGroup>
<section name="log4net"
type="log4net.Config.Log4NetConfigurationSectionHandler,Log4net"/>
</configSections>
<log4net>
<!--Only one root logger element may only be defined and it must be a child of
<log4net>
element. The root logger is the root of the logger hierarchy. All loggers ultimately
inherit from this logger.-->
<root>
<!--name = Required attribute. Value must be a string name for this appender.
The name must be unique among all the appenders defined in this configuration file.
This
name is used by the <appender-ref>
element of a Logger to reference an appender.-->
<!--type = Required attribute. Value must be the type name for this appender.
If the appender is not defined in the log4net assembly this type name must be fully
assembly qualified.-->
<appender name="LogFileAppender" type="log4net.Appender.RollingFileAppender" >
<!--RollingFileAppender extends FileAppender to backup the log files when they reach
a
certain size.-->
<param name="File" value="8100Scout.log" />
<param name="AppendToFile" value="true" />
34
Avaya WLAN 8100 Configuration
Variable
This value should match the username of an admin level
user on the Signaling Server.
This value is the password for the Signaling Server admin
level user.
Comments? infodev@avaya.com
Value
August 2011

Advertisement

Table of Contents
loading

Table of Contents