Home | History | Annotate | Download | only in sip

Lines Matching refs:Properties

52 import java.util.Properties;
74 * The JAIN-SIP stack is initialized by a set of properties (see the JAIN SIP
75 * documentation for an explanation of these properties
77 * meaningful properties for the NIST SIP stack (specify these in the property
96 * file (e.g. log4j.properties). The logger name for the stack is specified
99 * properties.setProperty("gov.nist.javax.sip.TRACE_LEVEL", "LOG4J");
100 * properties.setProperty("gov.nist.javax.sip.LOG4J_LOGGER_NAME", "SIPStackLogger");
412 * properties.setProperty("javax.net.ssl.keyStorePassword", "<password>");
417 * properties.setProperty("javax.net.ssl.trustStore", "<trustStoreFileName location>");
528 * -- stack configuration properties including NIST-specific
532 public SipStackImpl(Properties configurationProperties)
1003 "created Sip stack. Properties = " + configurationProperties);