The Cisco phones have a ton of information displayed on their webpages.
Is there anyway that it can be parsed and displayed in lansweeper?
You can access the webpage and get basic device information with this url
https://<IP Address>/CGI/Java/Serviceability?adapter=device.statistics.device
This page will show the following:
MAC Address		00230434D21C
Host Name		SEP00230434D21C
Phone DN		2092
App Load ID		jar42sccp.9-0-2ES2.sbn
Boot Load ID		tnp42.8-3-1-21a.bin
Version		SCCP42.9-0-2SR1S
Hardware Revision		6.0
Serial Number		FCH123497SX
Model Number		CP-7942G
Message Waiting		No
UDI		phone
		Cisco Unified IP Phone 7942G, Global
		CP-7942G
		V03
		FCH123497SX
Time		8:34:25a
Time Zone		America/New_York
Date		08/14/14
System Free Memory		7406240
Java Heap Free Memory		2630328
Java Pool Free Memory		152536
Network configuration can be found at this page
https://<ip address>/CGI/Java/Serviceability?adapter=device.statistics.configuration
DHCP Server		<DHCP Server>
BOOTP Server		No
MAC Address		00230434D21C
Host Name		SEP00230434D21C
Domain Name		<domain name>
IP Address		<ip address>
Subnet Mask		255.255.255.0
TFTP Server 1		<TFTP Server>
Default Router 1		<Default Route>
Default Router 2		
Default Router 3		
Default Router 4		
Default Router 5		
DNS Server 1		<Primary DNS>
DNS Server 2		<Secondary DNS>
DNS Server 3		
DNS Server 4		
DNS Server 5		
Operational VLAN Id		<VLAN ID
Admin. VLAN Id		
Unified CM 1		<Call Manager> Active
Unified CM 2		<Call Manager> Standby
Unified CM 3		
Unified CM 4		
Unified CM 5		
Information URL		http://<Call Manager>:8080/ccmcip/GetTelecasterHelpText.jsp
Directories URL		http://<Call Manager>:8080/ccmcip/xmldirectory.jsp
Messages URL		
Services URL		http://<Call Manager>:8080/ccmcip/getservicesmenu.jsp
DHCP		Yes
DHCP Address Released		No
Alternate TFTP		No
Forwarding Delay		No
Idle URL		
Idle URL Time		0
Proxy Server URL		
Authentication URL		http://<Call Manager>:8080/ccmcip/authenticate.jsp
SW Port Configuration		Auto Negotiate
PC Port Configuration		Auto Negotiate
TFTP Server 2		<Secondary TFTP server>
User Locale		English_United_States
Network Locale		United_States
Headset Enabled		Yes
User Locale Version		7.1.0.1(3)
Network Locale Version		7.1.0.1(1)
PC Port Disabled		No
Speaker Enabled		Yes
GARP Enabled		Yes
Video Capability Enabled		No
Voice VLAN Enabled		Yes
Auto Line Select Enabled		No
DSCP For Call Control		CS3
DSCP For Configuration		CS3
DSCP For Services		Default
Security Mode		Non Secure
Web Access Enabled		Yes
Span to PC Port		No
PC VLAN		
CDP: PC Port		Yes
CDP: SW Port		Yes
LLDP-MED: SW Port		Yes
LLDP: PC Port		Yes
LLDP Power Priority		Unknown
LLDP Asset ID		
IP Addressing Mode		IPv4 Only
IP Preference Mode Control		V4
IPv6 Auto Configuration		Yes
IPv6 Load Server		
IPv6 Log Server		
IPv6 CAPF Server		
DHCPv6		Yes
IPv6 Address		::
IPv6 Prefix Length		0
IPv6 Default Router 1		::
IPv6 DNS Server 1		::
IPv6 DNS Server 2		::
IPv6 Address Released		No
IPv6 Alternate TFTP		No
IPv6 TFTP Server 1		::
IPv6 TFTP Server 2		::
If you need more info I can save the page so you can have the html that is displayed.
It is just in a table so it should be easy to parse the html to get the information out of it.