Open wmasilva opened 4 years ago
Forget important data: debian 10 FreeSWITCH (Version 1.10.4-dev git 8df2eca 2020-05-11 12:46:27Z 64bit) is ready
Same problem I have in #695 .
Please check the latest master and see if that issue is fixed. Expecially https://github.com/signalwire/freeswitch/commit/edd36639c7a57b2430d1df9787137c39da893dfa
freeswitch stop responding and cannot connect to fs_cli. I type crtl+c and it connects, but soon i do status it exits:
I did a gcore on the pid file to see what could causing it.
But from the dump i can't see any issue. Any idea how to get what could be causing this lock?
I notice this behaviour after i start to use mod_sms to send chat messages between verto and sofia endpoints. I have to kill the process and start FS, but after a few messages between the endpoint it freezes again.
I've done a lua script where i execute verto_contact and sofia contact and then send de message.
Basically my script is:
Thanks,