Open skhrshin opened 2 months ago
b2bua cannot connect to another SIP server on protocol different than the one b2bua is listening on.
Flexisip 2.3.4 on Debian GNU/Linux bookworm
application=sip-bridge
transport=sip:127.0.0.1:6067;transport=udp
;transport=tcp
b2bua can connect to the SIP server on TCP.
b2bua emits the following error and cannot connect to the destination.
belle-sip-error-No listening point matching for [tcp://<destination address>:<destination port>]
b2bua seems to be unable to connect with TCP when it is listening on UDP, and unable to connect with UDP when it is listening on TCP.
This is a known issue and has been fixed in b3400b65aea901522ec1bdeb44d1e186b95b4969 which will be part of the upcoming 2.4 release
Overview
b2bua cannot connect to another SIP server on protocol different than the one b2bua is listening on.
Environment
Flexisip 2.3.4 on Debian GNU/Linux bookworm
Steps to reproduce
application=sip-bridge
andtransport=sip:127.0.0.1:6067;transport=udp
;transport=tcp
Expected behavior
b2bua can connect to the SIP server on TCP.
Actual behavior
b2bua emits the following error and cannot connect to the destination.
Remarks
b2bua seems to be unable to connect with TCP when it is listening on UDP, and unable to connect with UDP when it is listening on TCP.