Searched refs:outboundProxy (Results 1 – 3 of 3) sorted by relevance
615 this.outboundProxy = configurationProperties in SipStackImpl()618 this.defaultRouter = new DefaultRouter(this, outboundProxy); in SipStackImpl()634 args[1] = outboundProxy; in SipStackImpl()
2148 Hop outboundProxy = sipStack.getRouter(dialogRequest).getOutboundProxy(); in sendRequest() local2149 if (outboundProxy == null) in sendRequest()2152 .getListeningPoint(outboundProxy.getTransport()).getIPAddress(), in sendRequest()2153 this.firstTransactionPort, outboundProxy); in sendRequest()
298 protected String outboundProxy; field in SIPTransactionStack