}
catch (final URISyntaxException e)
{
LOGGER.error("Caught an URISyntaxException while calling Call's copy constructor. Will revert to using the old way using the copy method.", e);
callDetails = new Call();
callDetails.copy(message.getHeader().getCall()) ;
}
return callDetails;
}
/**