Results 389 comments of Dave Horton

you can see in that trace that we are not receiving any RTP packets from the calling side. We send them back, but do not receive any. if you open...

going to close this one unless there is something further to report

agree, I am in the middle of updating this from freeswitch 1.6 to 1.8 and have to work through some stuff. Will try to sort out this week

for now, a docker build with mod_audio_fork only (no grpc) is available via `docker pull drachtio/drachtio-freeswitch-mrf:1.8-slim` This is based on `drachtio/drachtio-freeswitch-base:1.8-slim` which is a working Dockerfile for freeswitch 1.8 that...

and for building a native freeswitch 1.8 on debian stretch with mod_audio_fork, use this: https://github.com/davehorton/ansible-role-fsmrf The [main task file](https://github.com/davehorton/ansible-role-fsmrf/blob/master/tasks/main.yml) gives a fairly easy-to-follow set of steps if you need to...

If you look at the ansible scripts, you can see I forked the google apis. If you go to that project in github you can then see the google repo...

Yes, I would be interested to look at your code.

No, I don't think so. At least, I have not tried.

Not sure what you mean.....freeswitch itself supports vad (though I have found it buggy in the past). The freeswitch modules in this repo do not support vad since, as mentioned,...