jiplet.debug("While proxying a request, we canonicalized"
+ " the request-URI");
while (iterator != null && iterator.hasNext())
{
String name = (String) iterator.next();
requestSipURI.removeParameter(name);
}
}
// We fork only INVITE
if (uris.size() > 1 && !msg.getMethod().equals(Request.INVITE))