if (resp != null) {
popVia(resp);
if (_log.isLoggable(Level.FINE)) {
_log.log(Level.FINE,
"Timer F fired - send 408 Request Timeout " + _state +
" , response = " + resp.toDebugString());
}
final SipServletResponseImpl respToSend = resp;
SipContainerThreadPool.getInstance().execute(new Callable() {
public Object call() throws Exception {
try {