- Joined
- Dec 18, 2019
- Messages
- 7
- Reaction score
- 0
I'm having problems with the auto-discovery / auto-provisioning via PnP of a Yealink T19E2 phone. I don't have any other phones brands to test with. I have 2 of these phones for testing purposes and both have the same issue.
3CX Version: 16.0.676
Yealink T19 E2 Firmware: 53.84.0.35
If I create an extension and assign the phone with MAC Address, it works just fine. However, if I want to do a PnP setup, then assign an extension to it, the 3CX system does not see the phone.
I performed a packet capture and saw the flow within Wireshark, and here's what it does:
So what it seems like here is that at some point in the communication flow, the 3CX server positively responds to the Yealink T19E2 phone, however, when the 3CX tries to serve the phone a MAC specific cfg file, it fails.
Please help in what I can try to get PnP discovery/provisioning work properly.
Thank you!
3CX Version: 16.0.676
Yealink T19 E2 Firmware: 53.84.0.35
If I create an extension and assign the phone with MAC Address, it works just fine. However, if I want to do a PnP setup, then assign an extension to it, the 3CX system does not see the phone.
I performed a packet capture and saw the flow within Wireshark, and here's what it does:
Code:
SRC "T19E2 IP" to DEST "3CX Server IP" — HTTP GET to /provisioning/<string>/<T19E2 MAC>.boot
SRC "3CX Server IP" to DEST "T19E2 IP" — HTTP 404 Not Found
SRC "T19E2 IP" to DEST "3CX Server IP" — HTTP GET to /provisioning/<string>/y000000000000.boot
SRC "3CX Server IP" to DEST "T19E2 IP" — HTTP 404 Not Found
SRC "T19E2 IP" to DEST "3CX Server IP" — HTTP GET to /provisioning/<string>/y000000000053.cfg
SRC "3CX Server IP" to DEST "T19E2 IP" — HTTP 200 OK
SRC "T19E2 IP" to DEST "3CX Server IP" — HTTP GET to /provisioning/<string>/<T19E2 MAC>.cfg
SRC "3CX Server IP" to DEST "T19E2 IP" — HTTP 404 Not Found
So what it seems like here is that at some point in the communication flow, the 3CX server positively responds to the Yealink T19E2 phone, however, when the 3CX tries to serve the phone a MAC specific cfg file, it fails.
Please help in what I can try to get PnP discovery/provisioning work properly.
Thank you!