Home | History | Annotate | Download | only in sip

Lines Matching refs:hop

75 import javax.sip.address.Hop;
344 Hop hop = null;
346 hop = sipStack.getNextHop((SIPRequest) request);
347 if (hop == null)
349 "Cannot resolve next hop -- transaction unavailable");
352 "Cannot resolve next hop -- transaction unavailable", ex);
354 String transport = hop.getTransport();
399 .getMessageProcessor(), hop);
402 ct.setNextHop(hop);
431 "Could not resolve next hop
682 Hop hop = sipStack.getRouter((SIPRequest) request).getNextHop(request);
683 if (hop == null)
684 throw new SipException("could not determine next hop!");
705 if (this.listeningPoints.containsKey(hop.getTransport()
708 this.getListeningPoint(hop.getTransport()).getIPAddress(),
709 this.getListeningPoint(hop.getTransport()).getPort(), hop);
711 messageChannel.sendMessage((SIPMessage) sipRequest,hop);
715 + hop.toString());
730 "done sending " + request.getMethod() + " to hop "
731 + hop);
778 Hop hop = sipStack.getAddressResolver().resolveAddress(
789 this.getListeningPoint(hop.getTransport()).getIPAddress(),
790 listeningPoint.port, hop);
921 Hop hop = clientTx.getNextHop();
923 ((RouterExt) sipStack.getRouter()).transactionTimeout(hop);
941 Hop hop = clientTx.getNextHop();
943 ((RouterExt) sipStack.getRouter()).transactionTimeout(hop);