SOLVED New installs in the last three days not starting Freeswitch on reboot

Status
Not open for further replies.

MacKiller

New Member
Dec 10, 2018
6
3
3
49
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
 
  • Like
Reactions: ewdpb

DigitalDaz

Administrator
Staff member
Sep 29, 2016
3,038
556
113
This cannot be right, something not right here at all.

The freeswitch.service file is a fusionbpbx thing, not freeswitch. The file is removed during installation and is replaced by one supplied by fusionpbx, unless a change has been made.
 

MacKiller

New Member
Dec 10, 2018
6
3
3
49
The one supplied by fusionpbx had an issue. I alerted Mark over IRC and he has now fixed it. It only impacted any new install in the last three days, but it's all good now.
 
  • Like
Reactions: DigitalDaz
Status
Not open for further replies.