0

Im using Linphone SDK 5.x and try to get compressed data(gzip) from my server(by notify). the header is set to Content-Encoding: gzip however its cannot encode it with this warning: "WARNING belle_sip_memory_body_handler_unapply_encoding: unknown encoding 'gzip'"

enter image description here

this is working with the previous Linphone SDK 3.x, am I missing something?

1 Answers1

0

First check that your linphone-sdk was built with ZLIB dependency. Then replace the Content-Encoding in your NOTIFY from "gzip" to "deflate".

Cheers,

Viish
  • 434
  • 4
  • 12