The firewallcheck is red, did fixed this?Dear 3CX Support Team,
We would like to inquire whether there were any changes or updates on the 3CX server today related to Push Notifications.
Currently, our customers who are using 3CX Version 20.0 Update 7 (Build 1080 Release) are experiencing intermittent issues with Push notifications on both iOS and Android devices.
The behavior observed is as follows:
We have already verified the firewall configuration, and all required ports for Push notifications remain allowed and unchanged.
- During certain periods, Push notifications are delivered successfully.
- During other periods, Push notifications do not work at all on both iOS and Android.
Could you please advise if there are any known issues, recent changes, or ongoing maintenance related to Push services that may cause this behavior?
Thank you in advance for your support.
Best regards,
Answer this questions please.So the firewallcheck is running green? Time of the pbx is synced?
EDIT: pbxservicespush.3cx.com is also reachable over tcp 443?
Than i would start with a packet capture to verify everything works.So the firewallcheck is running green? Time of the pbx is synced?
yes
pbxservicespush.3cx.com is also reachable over tcp 443?
True

# Create the registry keys
$registryPath = "HKLM:\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.0\Client"
if (!(Test-Path $registryPath)) {
New-Item -Path $registryPath -Force
}
# Disable TLS 1.0 for outbound client connections
New-ItemProperty -Path $registryPath -Name "Enabled" -Value 0 -PropertyType DWORD -Force
New-ItemProperty -Path $registryPath -Name "DisabledByDefault" -Value 1 -PropertyType DWORD -Force
Founded in 2005, when VoIP was an emerging technology, 3CX has gone on to establish itself as a global leader in business communications.