Open systemcrash opened 1 year ago
Note: the IPv4 192.0.2.1 is a stand-in, redacted valid globally routable IPv4.
Evidently the TLS config handling causes this:
[17:17:10:724][Error]Core:linphone: fast_header_address parser error for ["Paul" <sip:paul@:-1>]
[17:17:10:724][Warning]Core:linphone: Cannot create Address, bad uri ["Paul" <sip:paul@:-1>]
Changing from TLS to TCP does not resolve this (TCP has default port 5060 configured):
[17:17:10:724][Error]Core:linphone: fast_header_address parser error for ["Paul" <sip:paul@:-1>]
[17:17:10:724][Warning]Core:linphone: Cannot create Address, bad uri ["Paul" <sip:paul@:-1>]
FYI string bug:
instanciate a
--> instantiate a
Context
-
General information
macOS about: 13.5.2 (22G91)
Linphone about: Desktop 5.1.2 - Qt5.15.2 Core 5.2.97
Expected behaviour
Reply with global IPv6 in SDP, instead of:
Media local ip to reach 192.0.2.1 is :::ffff:192.168.1.9
( Trying to be 'smart' when we receive everything via IPv6 anyway just breaks things. )
To Reproduce
Additional context
SDK logs URL
No response