cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
287
Views
0
Helpful
1
Replies

Retrieve the information of the owner of a Cisco Call Manager Device??

KingdomHeart
Level 1
Level 1

Is there a way that I can retrieve the name of the owner of a Cisco Call Manager device? I can retrieve back the IP address of the device or the device number("SEP"), but can I get the name of the owner device?

1 Reply 1

stephan.steiner
Spotlight
Spotlight

An executeSQLQuery with a query like SELECT LoginUserid FROM Device WHERE Name = '" + deviceName + "'" should do the trick. It'll give you the owner / logged in em user