Need help creating a PNP service for our phones

Hi

We are selling Atcom phones that use or can use a PNP server. The phones broadcast a SIP subscribe message on a multicast ip port 5060. They expect a response telling them where the provisioning server is located. I found a script that was written for Snom phones. It is written in python, and I know little about it. Can’ t Asterisk be “told” to listen on this address and respond?

There is no scripting mechanism that allows someone to send custom NOTIFY requests in response to some SUBSCRIBE.

For the PJSIP stack, a custom module could be written that does this if someone was interested.

1 Like

Thanks mjordan for replying.

So basically it needs to be some outside (asterisk) service that will run separately. I am not using PJsip yet so that isn’t an option yet.