I’ve lately started to work with Asterisk PBX, still learning as it is a great open source VoIP environment.
For a last few days I’ve been trying to find a way to determine the model of the phones used in our Asterisk PBX but I failed.
Is there any way to find what devices are used at this moment?
I need to find how many devices of a particular VENDOR are used by the users at the moment.
Is there any command that can help me with that which will provide IP of all phones and the VENDOR?
Looking forward for your help.
Thank you in advance.
Asterisk is typically working at a higher level of abstraction than a SIP proxy. There’s nothing that would directly tell you what you want. Indirectly you can get the information by scanning the some SIP dialogs. For example, you could look at the REGISTER packets of local phones. You would get something like