SIP Servlet Engine© Documentations
 
  Top >   Reference >   install.properties Check Sheet
 
 

install.properties Check Sheet

Settings for WebLogic Server

Element Name Setting values Remarks
weblogic.domain WLS domain name for deploying application
weblogic.targets WLS server(s) for deploying application
weblogic.adminUser Administration user name used for deploying application
weblogic.adminPasswd Administration password used for deploying application
weblogic.adminURL URL of administration server used for deploying application
weblogic.realm Security realm name for WLS. Note that it is different from the realm used upon SIP authentication.
weblogic.admin.servername Administration server name for WebLogic

Settings for SIP Server Configuration

Element Name Setting values Remarks
token.hostName FQDN (or IP address) on which SIP Servlet Engine is running
token.lb.enable Flag to indicate whether SSE operates in collaboration with SIP load balancer. If this flag is set to true, the parameters specified in token.lb.* are used for:
·Contact header and Record-Route header values of SIP request sent by SSE
·Return value of SipServletMessage.{getLocalAddr, getLocalPort} method
token.lb.host Host name or IP address of SIP load balancer
token.lb.udpPort UDP port number of SIP load balancer
token.lb.tcpPort TCP port number of SIP load balancer
token.sipProxy.policy Sets the sending/routing policy of SIP requests. The value specified can be proxy, domain, or both. If both values are specified, they are tried in the order in which they are described. The values that can be specified have the following meanings, respectively.
proxy: Sends a message to the SIP proxy server specified in token.sipProxy.*, regardless of the content of the request.
domain: Sends the target message to the destination described in the request.
token.sipPorxy.host Host name of the destination SIP proxy server
token.sipProxy.port Port number of the destination SIP proxy server
token.sipProxy.transport Transport type of the destination SIP proxy server
token.realm Default Realm used in authentication of registered users. This setting must be the same as the setting specified with CenterStage-NS.
token.editableRegister Flag to specify whether REGISTER information on the location server should be editable. Specify true if it should be editable, false if it should be non-editable.
token.lbPresenceHost IP address of SIP load balancer for notifying the change in the presence ACL information. Valid only when linked with NS.
token.lbPresencePort Port number of the above-mentioned SIP load balancer.

Settings Related to Database (Location Server)

Element Name Setting values Remarks
token.locationServer.dataSource Data source name of location server
token.dbServer Database product to be connected
token.generator.type Type for generating a key used by EntityBean of sample SPI.
token.dbVersion Version information of the database product to be connected
token.dbDriverType Type of JDBC driver to be used. This setting is valid only when Oracle is used for the DB server.
token.dbHost Host name (or IP address) of the database to be connected
token.dbPort Port number of the database to be connected
token.dbName Database name
token.dbUser Database user name
token.dbPasswd Database user password

Settings Related to Demo

Element Name Setting values Remarks
token.sip-demo.dataSource Data source name for the demo AP
token.sipDomainName String used for the host name portion of SIP URI of the virtual user (e.g., recorder) in a demo such as sip-demo.
token.useContact Flag to specify whether to resolve the Contact header in location information with 3PCC process. If set to true, the address of the Contact header is resolved, false otherwise. Specify true when linked with NS.
token.qop The qop value used in authentication of registered user. When linked with NS, the values must be the same.
token.enableAuth Whether to authenticate the registered user
token.nonceTimeout nOnce Timeout time (in seconds)
token.nonceMaxTimes Number of valid times of nOnce
token.sip-demo.proxyDownstream Specifies the value set for downstream parameter of the proxy server running on sip-demo. For information on downstream, see here.
token.httpUrlBase Specifies the base portion of HTTP URL (Be sure to append / at the end of the URL). This setting is used to generate the HTTP URL displayed when the ProxyServlet in sip-demo has failed to perform proxying.
token.ldap.url URL of the LDAP server. Used to search user information in sip-demo.

Last Modified:Mon Jan 10 19:09:48 JST 2005