We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
systemctl stop flexisip-b2bua
flexisip-b2bua service does not respond to stop/restart.
Flexisip 2.3.4 on Debian GNU/Linux bookworm
sudo systemctl start flexisip-b2bua
sudo systemctl stop flexisip-b2bua
stop command returns.
stop command doesn't return.
As workaround, I modified /lib/systemd/system/flexisip-b2bua.service like following:
/lib/systemd/system/flexisip-b2bua.service
[Service] #Type=forking #ExecStart=/opt/belledonne-communications/bin/flexisip --server b2bua --daemon --syslog --pidfile /var/run/flexisip-b2bua.pid ExecStart=/opt/belledonne-communications/bin/flexisip --server b2bua --syslog --pidfile /var/run/flexisip-b2bua.pid
The text was updated successfully, but these errors were encountered:
Hello @skhrshin, Thank you for taking time to report a problem with Flexisip.
Indeed, we were able to reproduce your problem. Fixed since e24342e. It will be included in the next stable release: Flexisip 2.4
Sincerely, Félix.
Sorry, something went wrong.
No branches or pull requests
Overview
flexisip-b2bua service does not respond to stop/restart.
Environment
Flexisip 2.3.4 on Debian GNU/Linux bookworm
Steps to reproduce
sudo systemctl start flexisip-b2bua
sudo systemctl stop flexisip-b2bua
Expected behavior
stop command returns.
Actual behavior
stop command doesn't return.
Remarks
As workaround, I modified
/lib/systemd/system/flexisip-b2bua.service
like following:The text was updated successfully, but these errors were encountered: