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

[FEATURE]: Add support for secure transport for trunking #256

Open
psanders opened this issue Feb 15, 2024 · 0 comments
Open

[FEATURE]: Add support for secure transport for trunking #256

psanders opened this issue Feb 15, 2024 · 0 comments

Comments

@psanders
Copy link
Member

Is your feature request related to a problem?

We currently support secure transport for inbound requests. However, as the Requester service doesn’t support secure transport, we are unable to provide secure transport for trunking. Adding secure transport for trunking is essential to improve the security of Routr.

Describe the solution you'd like

A solution would allow us to use secure transport while defining URIs for trunk spec. For example, the following trunking configuration would enable connecting to a trunk provider with TLS:

- apiVersion: v2beta1
  kind: Trunk
  ref: trunk-01
  metadata:
    name: Test Trunk
    region: us-west1
  spec:
    outbound:
      credentialsRef: credentials-01
      uris:
        - uri:
            user: pbx-1
            host: sip.provider.net
            port: 5061
            transport: tls
          priority: 10
          weight: 10
          enabled: true

Describe alternatives you've considered

One option is to take no action, given the limited traction this issue has received.

Additional context

N/A

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant