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
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.
The text was updated successfully, but these errors were encountered:
This is a known issue and has been fixed in b3400b6 which will be part of the upcoming 2.4 release
Sorry, something went wrong.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: