Home | History | Annotate | Download | only in sip

Lines Matching refs:Properties

43 import java.util.Properties;
135 Properties properties = new Properties();
136 properties.setProperty("javax.sip.STACK_NAME", getStackName());
137 properties.setProperty(
142 properties.setProperty("javax.sip.OUTBOUND_PROXY", outboundProxy
145 SipStack stack = mSipStack = sipFactory.createSipStack(properties);