Issue 456: Externalize mss jain sip configuration in a separate properties file
http://code.google.com/p/mobicents/issues/detail?id=456

Comment #1 by jean.deruelle:
Following server.xml SIP Connector properties
- logLevel="DEBUG"
- debugLog = "log/jsip-5070-debug.txt"
- serverLog = "log/jsip-5070-server.txt"
- sipStackName="SIP-Servlet-Tomcat-Server"
- sipPathName="gov.nist"

have been replaced by sipStackPropertiesFile="conf/mss-sip-stack.properties"

For each SIP connector, the underlying JAIN SIP Stack implementation can be further configured through a set of properties (see jain sip configuration properties
{http://snad.ncsl.nist.gov/proj/iptel/jain-sip-1.2/javadoc/javax/sip/SipStack.html
and nist sip implementation configuration properties
http://snad.ncsl.nist.gov/proj/iptel/jain-sip-1.2/javadoc/gov/nist/javax/sip/SipStackImpl.html),
set this property to the location of the file that will contain key/value pairs corresponding to the stack configuration properties. If this property is omitted, the
following default values will be assumed :

    * gov.nist.javax.sip.LOG_MESSAGE_CONTENT=true
    * gov.nist.javax.sip.TRACE_LEVEL=32
    * gov.nist.javax.sip.DEBUG_LOG=logs/mss-jsip-debuglog.txt
    * gov.nist.javax.sip.SERVER_LOG=logs/mss-jsip-messages.xml
    * javax.sip.STACK_NAME=Mobicents-SIP-Servlets
    * javax.sip.AUTOMATIC_DIALOG_SUPPORT=off
    * gov.nist.javax.sip.DELIVER_UNSOLICITED_NOTIFY=true
    * gov.nist.javax.sip.THREAD_POOL_SIZE=64
    * gov.nist.javax.sip.REENTRANT_LISTENER=true



Issue attribute updates:
        Status: Fixed

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

Reply via email to