I have confugured flexisip and I decided to use TLS so in my config file I set
transports=sips: sip:
tls-cartificate-file=path/to/file
tls-cartificate-private-key=path/to/key
tls-cartificate-ca-file=path/to/ca/file
I also tried to specify ports for TLS/TCP connection, specify domen - result's the same.
The problem is when iOS device is connecting it does it infinite times despite the first connection is successful.
In device log I can see it a thousand times per minute.
The server log shows it also. The log is drowned with these events.
On client side I use the login function as it described in the docs.
On Android it works perfectly between TLS and TCP.
I have confugured flexisip and I decided to use TLS so in my config file I set transports=sips: sip: tls-cartificate-file=path/to/file tls-cartificate-private-key=path/to/key tls-cartificate-ca-file=path/to/ca/file
I also tried to specify ports for TLS/TCP connection, specify domen - result's the same.
The problem is when iOS device is connecting it does it infinite times despite the first connection is successful. In device log I can see it a thousand times per minute. The server log shows it also. The log is drowned with these events.
On client side I use the login function as it described in the docs.
On Android it works perfectly between TLS and TCP.