cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
361
Views
0
Helpful
2
Replies

IP Phone Serial #

sohaildxbfze
Level 1
Level 1

Hi,

I want to retrieve serial numbers of all ip phones(7912,7940,7960,7970) registered to ccm 4.1(sr3).

i can retrieve the same but for dat i've 2 browse info for each ip phone.

1 Accepted Solution
2 Replies 2

isteam
Level 1
Level 1

Almost any scripting language can easily parse out this information from the phone's webserver...

I've made one out of Perl to pull together the IP, MAC, SN, and DN of every phone in my organization to a file for later perusal... It isn't too hard, just look at LWP::Simple class for some guidelines.