-
Notifications
You must be signed in to change notification settings - Fork 105
Open
Description
if I set up a SIP outbound trunk like so:
lk sip out create --name test_cisco_webex --numbers "1234567890 --address example.calls.webex.com:5061 --transport tls
I would expect it would try to look up _sips._tcp.example.calls.webex.com
Instead, it will try to look up the SRV record in `_sip._tcp.example.calls.webex.com:
Error creating SIP participant: TwirpError(code=unknown, message=twirp error unknown: fail to resolve target for "example.calls.webex.com": lookup _sip._tcp.example.calls.webex.com on 172.20.0.10:53: no such host, status=500)
Is there a workaround here?
Metadata
Metadata
Assignees
Labels
No labels