Results 362 comments of Dave Horton

yeah there have been massive changes since then.

Hmm. I can't recreate it. Two things come to mind as far as troubleshooting. It would be good if you built freeswitch with debug symbols, e.g. ``` ./configure --with-lws=yes --with-grpc=yes...

That log means that the environment variable has not been set -- at least not for the freeswitch process. The best place to set the environment variable -- where I...

Sure! Sent from my iPhone > On May 17, 2022, at 4:23 AM, Gavin Henry ***@***.***> wrote: > >  > For example, a potential memory leak: > > src/CLionProjects/drachtio-server...

Your drachtio app is trying to connect to localhost (127.0.0.1) port 9022, and failing, so we can infer that nothing is listening on that port. You say you are running...

can we close this issue now? BTW, as to the problem you had building from source, it seems you forgot to do this after cloning the repo: ``` git submodule...

what linux distro are you using, and what branch of drachtio server are you trying to build?

I've never understood the need to use Route headers on an initial INVITE, though I have seen it frmo time to time. Does this appear in an IETF spec anywhere?...

I'm looking at that last log (logCodecAeta.txt) and I want to make sure I understand which part of the pictured call path above it relates to. I believe it relates...