Jump to content

Retrieve License usage


HenryK

Recommended Posts

Hi,

 

I'm trying to access the License usage through the CDS. Found two methods:  adminFacade.GetTotalLicenses and adminFacade.GetTotalLicenseSummary.

 

adminFacade.GetTotalLicenses(out test[0], out test[1], out test[2] , out test[3], out hr);

Gives me the Channellicense Number on test[0] which should actually be the "EffectiveTotalUsers", all other Values are 0.

 

 

adminFacade.GetTotalLicenseSummary(out hr).EffectiveTotalChannels = korrekt
adminFacade.GetTotalLicenseSummary(out hr).ChannelResult = always 0

adminFacade.GetTotalLicenseSummary(out hr).EffectiveTotalPhone = korrekt
adminFacade.GetTotalLicenseSummary(out hr).PhoneResult = Number of all logged in Swyxphones, whether they require a license or not

adminFacade.GetTotalLicenseSummary(out hr).EffectiveTotalUsers = korrekt

adminFacade.GetTotalLicenseSummary(out hr).UserResult = always 0

 

I'm currently accessing the information through the performance counters, but I'd prefer to get the info via CDS. Also I'd need retrieve the Swyxphone license usage which is not available though the performance counters.

 

TIA

Cheers

Henry

Link to comment
Share on other sites


Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and have taken note of our Privacy Policy.
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.