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

b2bua cannot bridge to different protocol #191

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

b2bua cannot bridge to different protocol #191

skhrshin opened this issue Aug 7, 2024 · 1 comment

Comments

@skhrshin
Copy link

skhrshin commented Aug 7, 2024

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

  1. Set up b2bua-server with application=sip-bridge and transport=sip:127.0.0.1:6067;transport=udp
  2. Set up sip-bridge so that it would attempt to connect to some SIP server with ;transport=tcp
  3. Call from client connecting to the proxy so that b2bua would transfer to the SIP server on 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.

belle-sip-error-No listening point matching for [tcp://<destination address>:<destination port>]

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.

@ThibaultLemaire
Copy link
Contributor

This is a known issue and has been fixed in b3400b6 which will be part of the upcoming 2.4 release

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