Skip to content

proxy cannot communicate with b2bua if transports=sips:* is specified #192

Open
@skhrshin

Description

@skhrshin

Overview

When proxy is configured with b2bua, it attempts to communicate with b2bua server when a call arrives, but it fails if proxy is not listening any ports other than TLS.

Environment

Flexisip 2.3.4 on Debian GNU/Linux bookworm

Steps to reproduce

  1. Configure proxy with b2bua, specifying transports=sips:*
  2. Connect to proxy from client
  3. Call somewhere

Expected behavior

proxy can communicate with b2bua server.

Actual behavior

Communication fails with the following error.

flexisip-debug-nta: selecting scheme sip
flexisip-debug-nta outgoing create: no transport protocol

Remarks

As workaround, I had to specify transports=sip:127.0.0.1 sips:* instead.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions