Home | History | Annotate | Download | only in sip

Lines Matching refs:routerPath

621 		String routerPath = configurationProperties
623 if (routerPath == null)
624 routerPath = "gov.nist.javax.sip.stack.DefaultRouter";
627 Class<?> routerClass = Class.forName(routerPath);