Results 389 comments of Dave Horton

you might also look at this bash script that I use as part of a packer template https://github.com/jambonz/jambonz-infrastructure/blob/main/packer/jambonz-feature-server/scripts/install_freeswitch.sh

please get a freeswitch log with loglevel at debug

you're right .... the line numbers are way off. How is that you think this is the latest code? The thing is, you are crashing because the streamer point is...

So it sounds to me like you have made changes to the code base, since the line numbers don't line up. If you can recreate on the latest version of...

It will probably best if you build freeswitch with symbols and don't optimize: include these on your `./configure` command to freeswitch: `CPPFLAGS='-g -O0' CXXFLAGS='-g -O0'`

It sounds like part of recreating is that I need to recreate this error: "Audio Timeout Error: Long duration elapsed without audio. Audio should be sent close to real time."...

can you please give me the exact command sequence, and the timing with which you are orchestrating it so I can recreate

do you happen to know if it also crashes in the same setup with a single call? Or do I need to generate load?

what would be useful would be to print out some variables from that stack trace, assuming you can load it in gdb: info locals p *cb p *streamer