Answer the question
In order to leave comments, you need to log in
Is it possible to determine the model of an IP phone in an asterisk?
Is it possible to somehow collect data on models of remote IP phones using Asterisk / FreePBX?
Answer the question
In order to leave comments, you need to log in
Try this in bash on the Asterisk machine and run:
for a in `asterisk -rx "sip show peers"|cut -f1 -d/` ;do asterisk -rx "sip show peer $a";done|grep Useragent
for a in `asterisk -rx "sip show peers"|cut -f1 -d/` ;do asterisk -rx "sip show peer $a";done|grep Contact
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question