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

IP-address of CISCO IP PHONE 7960 --> directory number or mac address

manubauer
Level 1
Level 1

I am using Call-Manager 3.2 and need the directory number or mac address out of a phone's IP and vice versa. The language i am using to create services is Perl, but any help is welcome. Thanks alot!!

2 Replies 2

thomas.chen
Level 6
Level 6

Maybe try developer support central:

http://www.cisco.com/warp/public/570/avvid/

darrick
Cisco Employee
Cisco Employee

A simple way to get information about the requesting device on an enterprise network with no firewall issues is to make a HTTP client request back to the phones web server. You should be able to get the IP address of the requesting device from your web server. The phones web server provides network configuration information as well as some basic configuration data. If you put a capital X at the end of the page names and you will get an XML version of the data. The URL below returns the device name, MAC address and primary DN among other things.

HTML version

http://x.x.x.x/DeviceInformation

XML version

http://x.x.x.x/DeviceInformationX

Darrick