12-22-2014 11:58 AM - edited 03-19-2019 08:58 AM
How can I generate a report of all phones with Expansion module attached in CUCM 9.1?
Solved! Go to Solution.
12-23-2014 02:50 AM
Here you go then:
run sql select d.name, D.description,TM.name,TC.name,DP.name from deviceaddonmodulemap as DAM, device as D, devicepool as DP, typemodel as TM, typeclass as TC where DAM.fkdevice=D.pkid and DAM.tkmodel=TM.enum and D.fkdevicepool=DP.pkid and TM.tkclass=TC.enum
If you wanted to see which ones actually have a module working you'd need to get that directly from each phone, which is more difficult...
Aaron
12-22-2014 12:58 PM
Hi
You want the 'configured' expansion modules?
Or the 'actual' power up and registered modules?
Aaron
12-22-2014 02:07 PM
The configured expansion modules would be a good start.
Thanks
12-23-2014 02:50 AM
Here you go then:
run sql select d.name, D.description,TM.name,TC.name,DP.name from deviceaddonmodulemap as DAM, device as D, devicepool as DP, typemodel as TM, typeclass as TC where DAM.fkdevice=D.pkid and DAM.tkmodel=TM.enum and D.fkdevicepool=DP.pkid and TM.tkclass=TC.enum
If you wanted to see which ones actually have a module working you'd need to get that directly from each phone, which is more difficult...
Aaron
12-23-2014 08:11 AM
Thank you, much appreciated
10-28-2015 11:59 AM
Hi Aaron,
From where does this get run? Would it be the CLI on the pub or sub?
10-29-2015 09:05 AM
I figured it out. Thanks anyway, and to Emad for posting the original question.
10-31-2015 10:57 AM
Good stuff... if it helps, please rate it :-)
03-22-2016 01:51 PM
Hi Aron. I ran this queries and everything worked fine. So, I'vee seen the Phines with Module. How can I run other queries in order to show me how of "theses" are with Module working on?
Regards
04-04-2016 06:12 AM
Hi
AXL only allows access to configuration information, not 'live' registration status.
For that you would need to look at the RIS API or check the phone's web server.
Aaron
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide