- Joined
- Jun 19, 2021
- Messages
- 3
- Reaction score
- 0
Hi,
I have a problem with provisionning on my 3CX installation.
My 3CX server and phones are in the same LAN.
I captured packet during the provisionning, and I see a error 403 Forbidden.
Do you think that this error is the origin of my provisionning problem ?
In the nginx.conf, I have this config :
My lan is in 192.22.0.x/24.
Do you think that I must add this range in the file nginx.conf ?
Somes informations about my config :
Thanks for you help,
François
I have a problem with provisionning on my 3CX installation.
My 3CX server and phones are in the same LAN.
I captured packet during the provisionning, and I see a error 403 Forbidden.
Do you think that this error is the origin of my provisionning problem ?
In the nginx.conf, I have this config :
server {
[...]
allow 192.168.0.0/16;
allow 172.16.0.0/12;
allow 10.0.0.0/8;
allow 127.0.0.1;
allow ::0/0;
deny all;
My lan is in 192.22.0.x/24.
Do you think that I must add this range in the file nginx.conf ?
Somes informations about my config :
- 3CX Version, Pro Annual 16.0.8.9
- Server OS, . Debian 9
- Is the 3CX Server Hosted and where? Hosted in my local network
- IP Phone Make/Model/Firmware / Yealink T54W 96.86.0.5
- Provisioning Method: Local
- Trunk Provider : Alphalink
- Has the Firewall Checker passed: YES
- Are custom Phone Templates being used: NO
Thanks for you help,
François