BelledonneCommunications / flexisip

Linphone.org mirror for flexisip (git://git.linphone.org/flexisip.git)
http://flexisip.org
GNU Affero General Public License v3.0
150 stars 74 forks source link

b2bua listening on every address regardless of configuration #194

Open skhrshin opened 3 months ago

skhrshin commented 3 months ago

Overview

b2bua server is listening on every address, regardless of transport setting under b2bua-server section.

Environment

Flexisip 2.3.4 on Debian GNU/Linux bookworm

Steps to reproduce

  1. Start b2bua server with sip-bridge mode, transport=sip:127.0.0.1:6067;transport=tcp
  2. Run sudo ss -tulpn | grep flexisip
  3. Confirm the address flexisip is listening on at port 6067

Expected behavior

flexisip is listening on the 127.0.0.1:6067.

Actual behavior

flexisip is listening on *:6067.