Home | History | Annotate | Download | only in sip

Lines Matching refs:topmostVia

387             Via topmostVia = sipRequest.getTopmostVia();
390 if(topmostVia.getTransport() == null)
391 topmostVia.setTransport(transport);
393 if(topmostVia.getPort() == -1)
394 topmostVia.setPort(listeningPoint.getPort());