Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Operation is unstable when disconnecting and reconnecting Wi-Fi during a call, or when disconnecting Wi-Fi and connecting to mobile (4G/5G) #446

Open
ryotasakurada opened this issue Jun 23, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@ryotasakurada
Copy link

ryotasakurada commented Jun 23, 2024

Describe the bug
I am using dart-sip-ua to make calls via Asterisk.
Because the behavior of the mobile device is unstable when changing networks, I am reporting this.

background:
The device is connected to Asterisk using a client-server method, not a P2P connection.
I am using ICE to send the results to Asterisk to make WebRTC calls.

To Reproduce
Steps to reproduce the behavior:
The behavior is unstable on both iOS and Android, but it is particularly noticeable on Android, so I will give an example of an Android device.

  1. Start a call between two devices (device <-> Asterisk <-> device)
  2. Disconnect the Android device's Wi-Fi (It is assumed that there is no 4G connection)
    2-1. The call is disconnected at this point
  3. Reconnect the Android device's Wi-Fi. Of course, the call has already ended, so it cannot be resumed.

Expected behavior
If you are making a SIP call, the call should resume when you reconnect to Wi-Fi (confirmed with Zoiper SIP Client)

System Infomation()
Flutter SDK Version: 3.22.2
Target OS and Version: Android 10,11,12
sip-ua-dart version: 0.6.0

@ryotasakurada ryotasakurada added the bug Something isn't working label Jun 23, 2024
@viniciusoliverrs
Copy link

I have the same problem. Any solution?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants