Native SIPS URI support in baresip #3716
SnowMaster12
started this conversation in
Ideas
Replies: 2 comments
-
Beta Was this translation helpful? Give feedback.
0 replies
-
|
I have never liked SIPS, since its idea is that TLS should be used on every hop to the destination, but there is no way user can enforce it. So it doesn't give any benefit over ;transport=tls. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I would like to discuss the possibility of adding native
sips:URI support to baresip.At the moment, baresip already supports SIP over TLS using accounts such as:
This works well for SIP-over-TLS scenarios, but it is not exactly the same as native SIPS URI handling as described in RFC 3261 / RFC 5630.
The goal would be to support account definitions like:
The main requirements I see are:
sips:scheme instead of normalizing it to sip:sipsContactheaders for SIPS accounts and SIPS dialog-forming requestsA possible implementation approach could be:
re/libreURI parsing and encoding already preserve the sips scheme.sipsThe main question is whether this would be considered acceptable upstream, and where you would prefer the boundary between re / libre and baresip to be.
Would native SIPS support be welcome if implemented in this direction?
Beta Was this translation helpful? Give feedback.
All reactions