Valli A. Vallimamod

Results 5 comments of Valli A. Vallimamod

Hi, I got the same issue after a module upgrade. I narrowed it down to the consumer's `MaxFetchSize` param. I had to set it explicitely to 0 to solve the...

What version of libsoundtouch are you using? The default debian version is compiled with float samples. You need to recompile it with integer samples to be compatible with freeswitch.

With `./configure --enable-integer-samples`

Hello, you may already found a solution but to share my experience, I faced the same issue when deploying freeswitch as an sbc to handle traffic from an FR carrier....

Hi, The `PhysAddress` type is not implemented by the underlying [gosnmp library](https://github.com/gosnmp/gosnmp/tree/68387764927b1b9612b06de08bc7f04acc0c391c#bugs). You can create a feature request there to add this type (their readme has instructions on how to...