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

sample EM AXL code to find out Phone MAC Address

eliba0001
Level 1
Level 1

Hi 

we access to cisco Phones by Extension Mobility ( Login/Logout)

we also run API Commands with soapui to CUCM 

I trying to find out Phone MAC-Address by knowing the Device-Profile  ( extension Mobility )

I trying with the following API Command and each result didnot mntion the MAC-Address 

GetPhone , GetDeviceProfile and more

Cab you please advice  how to found out the Phone  mac Address  by using the device profile ?

 

Thanks

Eli 

 

1 Reply 1

I have found this using this query. Keep in mind that there will only be output when that user device profile is actually logged in.

select name from device where pkid = (select fkdevice from extensionmobilitydynamic where fkdevice_currentloginprofile = "[user device profile UUID]")