BelledonneCommunications / linphone-desktop

Linphone is a free VoIP and video softphone based on the SIP protocol. Mirror of git://git.linphone.org/linphone-desktop.git
https://linphone.org/
GNU General Public License v3.0
408 stars 207 forks source link

Use Port 5061 for TLS #709

Closed stef204 closed 1 year ago

stef204 commented 1 year ago

My SIP Provider tells me, that, in order to use SIP/TLS, the account needs to be configured by adding :5061 to the end of the user name. (using the Wizard of even after in linphonerc.)

Configuring your Linphone with Encryption
In the SIP Domain field, append port 5061 to the end of the server address (i.e.: sip.someprovider.com:5061)

This is how the user name looks:

"JOE ABCD" <sip:user12345@sip.tsomeprovider.com:5061>

Does that make sense, i.e. is it necessary even if one chooses TLS as the transport protocol?

Using linphone-desktop-appimage-4.4.11.

stef204 commented 1 year ago

Posted this in linphone-android instead