noushadali / sipservlets

Automatically exported from code.google.com/p/sipservlets
0 stars 0 forks source link

Not all headers are copied for subsequent requests using B2buaHelper.createRequest(session, request, map) #184

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

Original issue reported on code.google.com by jean.deruelle on 14 Dec 2012 at 4:43

GoogleCodeExporter commented 9 years ago
This issue was updated by revision dec7422f3808.

Committing patch + non regression test

Original comment by jean.deruelle on 14 Dec 2012 at 5:39

GoogleCodeExporter commented 9 years ago
This issue was updated by revision b41bdc74202b.

Backporting to TelScale branch

Committing patch + non regression test
(cherry picked from commit dec7422f3808f81bc2d58ad237db14d91a3d3953)

Original comment by jean.deruelle on 14 Dec 2012 at 5:40

GoogleCodeExporter commented 9 years ago

Original comment by jean.deruelle on 14 Dec 2012 at 5:40

GoogleCodeExporter commented 9 years ago

Original comment by jean.deruelle on 5 Jul 2013 at 12:48