// add this to the parameter to the config so that it is accessible
// from a jiplet
if (p != null)
{
List props = p.getJipProperty();
JipPropertyImpl prop = new JipPropertyImpl();
prop.setKey("javax.sip.STACK_NAME");
prop.setValue("jain-sip-nist-stack");
props.add(prop);
}
}
SipFactory factory = SipFactory.getInstance();