Skip to content
Snippets Groups Projects
Unverified Commit f7da2ad2 authored by amolghode1981's avatar amolghode1981 Committed by GitHub
Browse files

[FIX] Fixing Network connectivity issues with SIP client. (#25391)

* Clickup Task: https://app.clickup.com/t/245c0d8
Description: The previous PR did not handle the issues completely.
This PR is expected to handle
1. Clearing call related UI when the network is disconnected or switched.
2. Do clean connectivity. There were few issues discovered in earlier implementation. e.g endpoint would randomly
get disconnected after a while. This was due to the fact that the earlier socket disconnection caused the
removal of contact on asterisk. This should be fixed in this PR.
3. This PR contains a lot of logs. This will be removed before the final merge.

* Clickup Task: https://app.clickup.com/t/245c0d8
Description:
Fixing error.

* Clickup Task: https://app.clickup.com/t/245c0d8
Description: Removed log statents. Changed the call disconnection logic. The call now gets disconnected
when the network disconnects. Earlier it would get disconnected when the network was restored back.

* Clickup Task: https://app.clickup.com/t/245c0d8
Description: Cleaning VoIPUser.ts.

* Clickup Task: https://app.clickup.com/t/245c0d8
Description: Handling review comments

* Clickup Task: https://app.clickup.com/t/245c0d8
Description: Correctly handling the registration flag when network is restored.

* Clickup Task: https://app.clickup.com/t/245c0d8
Description: Fixing review comments.
parent 4986d391
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment