M
M
Mikhail Lyalin2014-11-19 15:40:04
Asterisk
Mikhail Lyalin, 2014-11-19 15:40:04

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

1 answer(s)
A
Armenian Radio, 2014-11-19
@mr_jok

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 question

Ask a Question

731 491 924 answers to any question