- Joined
- Mar 14, 2019
- Messages
- 44
- Reaction score
- 8
this seems to be a pretty dang common issue but I'm not seeing a consistent solution.
I have a batch of new phones I need to provision. they're all Grandstream gxp2170 and I'm on v16.0.4.493. My network is vlanned up but the phone hardware is in vlan 22 (192.168.22.0). I have been able to connect phones using PnP in the past, plug the phone in, wait for it to boot and get an IP, once it has, the phone appears in the phones list in the admin console labled "new". and I can provision from there.
however, I have had issues where periodically I bring in a new phone and it wont show up as new! right now, I have the large batch of phones. I don't have time to go through and manually provision each and every one. So I ran a wireshark from the server to see if the provisioning request is atleast being seen and I see this:
I'll admit I'm a little uncertain as to what this is saying specifically, but to me it LOOKS like the phone is attempting to subscribe to 224.0.1.75... that is not an IP in my network, nor is it one of our public IPs...
I did try the PnP debugging guide but it didn't really shed any light on the issue, just brought me to wireshark. though the network interface is set to "all-systems.mcast.net" where the guide stipulates it should be "sip.mcast.net" but this is running on 3cx's own debian install, and it has worked before!
So what's the secret sauce? what do I need to do to get auto-provisioning to work?
I have a batch of new phones I need to provision. they're all Grandstream gxp2170 and I'm on v16.0.4.493. My network is vlanned up but the phone hardware is in vlan 22 (192.168.22.0). I have been able to connect phones using PnP in the past, plug the phone in, wait for it to boot and get an IP, once it has, the phone appears in the phones list in the admin console labled "new". and I can provision from there.
however, I have had issues where periodically I bring in a new phone and it wont show up as new! right now, I have the large batch of phones. I don't have time to go through and manually provision each and every one. So I ran a wireshark from the server to see if the provisioning request is atleast being seen and I see this:
Code:
2334 218.906538440 192.168.22.56 → 224.0.1.75 SIP 726 Request: SUBSCRIBE sip:MAC%[MACADDRESSOFPHONE]@224.0.1.75 |
I'll admit I'm a little uncertain as to what this is saying specifically, but to me it LOOKS like the phone is attempting to subscribe to 224.0.1.75... that is not an IP in my network, nor is it one of our public IPs...
I did try the PnP debugging guide but it didn't really shed any light on the issue, just brought me to wireshark. though the network interface is set to "all-systems.mcast.net" where the guide stipulates it should be "sip.mcast.net" but this is running on 3cx's own debian install, and it has worked before!
So what's the secret sauce? what do I need to do to get auto-provisioning to work?