- Joined
- Sep 8, 2021
- Messages
- 3
- Reaction score
- 1
Hi,
In the past 4 weeks or so, we've received a few reports from some of our users that they're unable to answer calls with either the webclient or the Desktop App.
The symptoms are/were:
3CX Support were unable to advise why or what this was, so we trialed a fix to disable some IPv6 Transition technologies as these were (in our customers cases) unused, specifically:
On completion reboot the affected client end device and that should be the problem resolved.
Hopefully this helps the community if anyone is scratching their heads over what's causing the problems. This has been seen in two customer locations for us now and the fix has worked both times!
In the past 4 weeks or so, we've received a few reports from some of our users that they're unable to answer calls with either the webclient or the Desktop App.
The symptoms are/were:
- Unable to press the answer button
- Unable to then make calls if someone else took the call
- App(s) required a restart to resolve - Sometimes multiple times
- All symptoms are sporadic
3CX Support were unable to advise why or what this was, so we trialed a fix to disable some IPv6 Transition technologies as these were (in our customers cases) unused, specifically:
- 6to4
- ISATAP
- Teredo
Code:
Set-Net6to4Configuration –State disabled
Set-NetTeredoConfiguration –Type disabled
Set-NetIsatapConfiguration –State disabled
On completion reboot the affected client end device and that should be the problem resolved.
Hopefully this helps the community if anyone is scratching their heads over what's causing the problems. This has been seen in two customer locations for us now and the fix has worked both times!