0

In the small company I work we have a few company smartphones connected to internet only via WiFi.

If during a call someone walks during and the smartphone changes access point, nothing happens and the call continues normally. But if said thing happens while the smartphone is in standby, the proprietary VoIP client will just disconnect and result offline. It will try to re-go online only when opening the client.

I already contacted the VoIP provider and tried all the discussed solutions, and now I suspect it has to do with how Android handles WiFi and battery saving.

To make sure I missed nothing here I am.

Edit: battery optimizations for the app are disabled

Edit 2: this was the problem, as indicated by Petr Havel

1 Answers1

0

You don't mention which VoIP SIP client you are using and which PBX you are connecting to. However, it occurs to me that this problem might occur: The SIP client tries to re-register after changing the network (Wi-Fi), but the PBX (Asterisk?) does not allow more than one registration, so it refuses. Then regularly sent keep-alives no longer occur in the application, so the application can 'sleep' and will not register again. At the same time, this means an inappropriately set interval for repeated registration attempts.