Results 29 comments of Dries De Gendt

> If you turn it on you will need to configure the field: > firebase-projects-api-keys = > and indicate where your Apple VoIP certificate is in the field: > apple-certificate-dir...

> > @brianjmurrell > > I've finally managed to get some basics working. > > [flexisip.txt](https://github.com/BelledonneCommunications/flexisip/files/3349877/flexisip.txt) > > In your config, you have: > > ``` > transports=sip:* > ```...

> > Yes I have. > > So that's different for me. I have them on the same machine with flexisip listening on port 5061. > > Do you even...

I suppose flexisip reads this from the VIA header in the REGISTER. Have you configured linphone to register using udp or tcp? Maybe choose a non-ambigious port for flexisip instead...

Sorry, not the VIA header. That contains the device's IP address. The REGISTER is directed to the host in the IP fragment itself: `2019-04-03 09:10:57:200 flexisip-debug-Sending Request SIP message to...

> Hrm. I'm not even getting that any more, using a modified (for local) [flexisip.conf from @SafeSoft-tlt](https://github.com/BelledonneCommunications/flexisip/files/3350009/flexisip.txt). > > I might have to see what I had back on April...

This issue also occurs with the latest official Android 4.7.0-alpha.365+a08e447d3 snapshot. [62ecbc41889e6_dd1cbc70812f2e9e5e04.txt](https://github.com/BelledonneCommunications/linphone-android/files/9266056/62ecbc41889e6_dd1cbc70812f2e9e5e04.txt)

Hi, So I've done some more testing and it looks like reverting a few changes makes this more reliable: ``` override fun onCallStateChanged( core: Core, call: Call, state: Call.State, message:...

Hi @Viish I think it was the one with call ID fe1b0e02-835c-4c5a-9fa8-cc643d133af8 (2022-08-05 08:41:36). I might have stopped the call attemps as soon as I had noticed the issue. Since...

Sure @Viish , thank you for implementing that fix. Is it okay if I'll provide you some feedback in the following days?