You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Indeed, you can now (since Flexisip 2.4.0) specify ports or port ranges. Extract from the changelog:
Conference and B2BUA servers: new parameters b2bua-server/audio-port, b2bua-server/video-port, conference-server/audio-port and conference-server/video-port to specify which port (or range of ports) to use for RTP and RTCP traffic.
I am not sure about your first question. I would say not regarding available parameters in the [conference-server] section.
Can we add configuration under [conference-server] to block/allow some IP ranges?
e.g.:
ice_deny=::/0 ice_deny=0.0.0.0/0 ice_permit=192.168.0.0/24 ice_permit=2001:41d0:700:1080::bb/128
current policy is to list all host candidates, according to
flexisip/src/conference/conference-server.cc
Line 161 in d7c767b
And, how about the RTP UDP port range settings? for system firewall openings policy.
e.g.:
sdp-port-range-min=50000 sdp-port-range-max=60000
The text was updated successfully, but these errors were encountered: