Howdy. There is currently a bug on new installs. When you reboot, Freeswitch won't be running.
All you need to do is:
nano /etc/systemd/system/multi-user.target.wants/freeswitch.service
replace this line:
ExecStartPre=mkdir -p /var/run/freeswitch
with this line:
ExecStartPre=/bin/mkdir -p /var/run/freeswitch
and reboot.
Developers have been notified, but I don't know how to do a git pull yet. FYI!
The bug was introduced here: https://github.com/fusionpbx/fusion...1f9d90d#diff-df599b9f3e777a617bd828340deed132
All you need to do is:
nano /etc/systemd/system/multi-user.target.wants/freeswitch.service
replace this line:
ExecStartPre=mkdir -p /var/run/freeswitch
with this line:
ExecStartPre=/bin/mkdir -p /var/run/freeswitch
and reboot.
Developers have been notified, but I don't know how to do a git pull yet. FYI!
The bug was introduced here: https://github.com/fusionpbx/fusion...1f9d90d#diff-df599b9f3e777a617bd828340deed132