Status: Started
Owner: jean.deruelle
Labels: Type-Defect Priority-Medium Component-Sip-Servlets MSS-2.1.0.FINAL
Roadmap-Fix TelScale-6.1.3.GA
New issue 184 by jean.deruelle: Not all headers are copied for subsequent
requests using B2buaHelper.createRequest(session, request, map)
http://code.google.com/p/sipservlets/issues/detail?id=184
only first header value is copied. For example if incoming request contains
Allow: INVITE,CANCEL,BYE,ACK,OPTIONS
then request made using B2buaHelper.createRequest(session, request, map)
will contain only
Allow: INVITE
See https://telestax.zendesk.com/tickets/30969