Want to send Compressed instances but I am unable in doing the same

on sending uncompressed instance, receiver is receiving uncompressed one only
configuration part is below
/**
“IngestTranscoding” : “1.2.840.10008.1.2.4.70”,
**/

// Whether ingest transcoding is applied to incoming DICOM instances
// that have an uncompressed transfer syntax, i.e. Little Endian
// Implicit, Little Endian Explicit or Big Endian Explicit (new in
// Orthanc 1.8.2).
“IngestTranscodingOfUncompressed” : true,

// Whether ingest transcoding is applied to incoming DICOM instances
// that have a compressed transfer syntax (new in Orthanc 1.8.2).
“IngestTranscodingOfCompressed” : true,

// The compression level that is used when transcoding to one of the
// lossy/JPEG transfer syntaxes (integer between 1 and 100).
“DicomLossyTranscodingQuality” : 90,

Remove /** and **/ around “IngestTranscoding” : “1.2.840.10008.1.2.4.70”,

As is, it is commented out and not taken into account in the configuration file

Thanks a lot.