/** Adds a new server <i>ts</i> */
public void addServer(TransactionServer ts)
{ //printlog("addServer(ts)",LogLevel.LOW);
if (hasServer(ts)) return;
TransactionIdentifier sid=ts.getTransactionId();
s_clients.put(sid,new HashSet());
Message request=new Message(ts.getRequestMessage());
//printlog("creating a possible server 408 final response",LogLevel.LOW);
Message resp=MessageFactory.createResponse(request,408,SipResponses.reasonOf(408),null);
//printlog("DEBUG: addServer()\r\n"+resp,LogLevel.LOW);