-1

I am using Sipp client (http://sipp.sourceforge.net/) to test my SIP server. However when I use Accept-Encoding header with gzip value in my sipp client and print the response from the server to a log file, it writes the encoded string. Is there any way to decode the gzip data sent from the server using sipp?

user1692342
  • 5,007
  • 11
  • 69
  • 128

1 Answers1

1

It is not possible to decode the data using sipp, as its dump functionality is basically for debugging. You will have to use another tool.

Tallisado
  • 37
  • 5
  • 1
    Thanks for the information..Could you suggest me a way to do the same? Even I was facing problem with content-Encoding. – user1692342 May 16 '14 at 04:56