Skip to content
New issue

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 not responding #195

Open
skhrshin opened this issue Aug 7, 2024 · 1 comment
Open

systemctl stop flexisip-b2bua not responding #195

skhrshin opened this issue Aug 7, 2024 · 1 comment

Comments

@skhrshin
Copy link

skhrshin commented Aug 7, 2024

Overview

flexisip-b2bua service does not respond to stop/restart.

Environment

Flexisip 2.3.4 on Debian GNU/Linux bookworm

Steps to reproduce

  1. Start b2bua with sudo systemctl start flexisip-b2bua
  2. Stop b2bua with 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:

[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
@Failxxx
Copy link
Contributor

Failxxx commented Sep 6, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants