}
InetAddress inetAddress;
try {
inetAddress = InetAddress.getByName(sipUri.getHost());
} catch (UnknownHostException e) {
throw new SipUriSyntaxException("unknown host: "
+ sipUri.getHost(), e);
}
ClientTransaction clientTransaction = transactionManager
.createClientTransaction(sipRequest, inetAddress,
port, transport, null, this);