Picture of João Paulo 4747
Registered 5 years 226 days
João Paulo 4747 Friday, 21 October 2022, 03:13 PM
2 of 2 users consider this post helpful
License User
Hi,

How do I rechearch for enabled licenses of users, without I need to access one by one objetc user?

e.g- I have a system with 1000 users and 999 UC license, but it was enabled full UC licenses, and now, I need to discover witch user is using this UC license for disable.

Picture of ilmatte
Registered 5 years 94 days
ilmatte Friday, 21 October 2022, 03:30 PM
2 of 2 users consider this post helpful
Re: License User

Hi Joao Paulo,

this problem happens often to me. A quick an dirty solution I have found is the following: go to advanced UI under "maintenance/diagnostic", then click on config-show and you'll see the complete configuration of the PBX in cleartext.

Then search for the following string:

pbx=<user uclic="true"

And you'll find the user who's using the UC license.

Similar strings allow you to find other type oflicenses (eg: Voicemail, fax, Mypbx, ...)


LG,

Matteo

Picture of Uwe 172
Registered 13 years 95 days
Uwe 172 Friday, 21 October 2022, 10:45 PM
2 of 2 users consider this post helpful
Re: License User
Hi Joao,
or use our trizwo Support App.
You'll find it in the innovaphone app-store for free.

Best regards
Uwe
Picture of João Paulo 4747
Registered 5 years 226 days
João Paulo 4747 Monday, 24 October 2022, 06:51 PM
1 of 1 users consider this post helpful
Re: License User
Thanks, I will learn about it.
Picture of Karl Pennings Kally (innovaphone)
Moderator Registered 8 years 127 days
Karl Pennings Kally (innovaphone) Monday, 24 October 2022, 09:38 AM in response to João Paulo 4747
1 of 1 users consider this post helpful
Re: License User
Hi Joäo Paulo,

By default the Conf User template is configured with the UC license.
You might want to disable it in this template and create a new Template for the User that need this license and assign them to this new template.

BR,
Karl
Picture of João Paulo 4747
Registered 5 years 226 days
João Paulo 4747 Monday, 24 October 2022, 06:50 PM
1 of 1 users consider this post helpful
Re: License User
Hi Karl,

I understood with your reply how I change for setup a different user lincense when I create a new user, but in this case it is about manager the users, Is there a better way to reseach about what it was configured in the system (in this case license for users) without access one by one object user
Picture of Karl Pennings Kally (innovaphone)
Moderator Registered 8 years 127 days
Karl Pennings Kally (innovaphone) Tuesday, 25 October 2022, 09:36 AM
1 of 1 users consider this post helpful
Re: License User
Hi Joäo Paulo,

The most easiest way right now is to download the config file from Maintenance, Config, Download.
Open the config file with Notepad++
Cntrl+F Search for pbx=<user uclic="true" and tick the button "Find all in current document"
As a result, in the bottom, all lines with the exact search result will be listed.

BR,
Karl
Picture of Christian 1182
Registered 11 years 312 days
Christian 1182 Tuesday, 25 October 2022, 10:13 AM
3 of 3 users consider this post helpful
Re: License User
Hello!

Since my last post to this topic was only in the German forum I will place it also here. We had the same issue and developed a small APP hat reads the licenses form each object. And stores in the APP database and is able to upload it to a Server for processing there. It is beta if you are interested to test it just let me know.

best regards

Christian
Bildschirmfoto_2022-10-25_um_09.41.49.png

Picture of alexandresilva
Registered 8 years 166 days
alexandresilva Tuesday, 25 October 2022, 01:40 PM
Re: License User
Hello Christian,

This one looks really great!
Is it possible to do an export and know who only has a UC license for example?

I started to search with what is in the wiki:

https://wiki.innovaphone.com/index.php?title=Howto:License_Summary

I have installed Laragon locally on my PC and mount the PHP on it but it doesn't work in V12 and/or V13.

When will your version be available ? smile

Best regards,

Alex
Picture of Paul 2771
Registered 9 years 64 days
Paul 2771 Monday, 20 February 2023, 06:12 PM in response to Christian 1182
Re: License User
Hello Christian
I would like to test it.
Is there also a possibility for Master - Slave PBX?
Profilbild
Registered 12 years 296 days
Tobias 847 Tuesday, 25 October 2022, 10:19 AM in response to Karl Pennings Kally (innovaphone)
1 of 1 users consider this post helpful
Re: License User
Hi Carl,

but that is not complete, because in this way, you will find only users which have the license directly configured.
When (User)License comes from a Template, than you won't find this in the config..

So the best solution at the moment is the trizwo app..

But still hoping, that Innovaphone will bring one day a license-overview..

Regards,
Tobias
Picture of Jean-Francois 1756
Registered 11 years 6 days
Jean-Francois 1756 Tuesday, 25 October 2022, 12:38 PM
1 of 1 users consider this post helpful
Re: License User
"But still hoping, that Innovaphone will bring one day a license-overview.."

I think that a lot of us hope the same... wink

Picture of Christian 1182
Registered 11 years 312 days
Christian 1182 Tuesday, 25 October 2022, 01:07 PM
1 of 1 users consider this post helpful
Re: License User
Hello Jean-Francois!

I'm curios what's missing form your point of view in the app screen shoot I posted above?

Best regards

Christian
Picture of Christian 1182
Registered 11 years 312 days
Christian 1182 Tuesday, 25 October 2022, 04:11 PM
Re: License User
Hello Jean-Francois!

If you are only interested in the UC Option you can filter the csv export to only this column.

It works with V13 an above. But since the app lic API is only available with R3 it will only report the legacy licenses. But since you are looking for UC this should be fine. I can send you a test version next week.

Best regards

Christian
Picture of Karl Pennings Kally (innovaphone)
Moderator Registered 8 years 127 days
Karl Pennings Kally (innovaphone) Thursday, 27 October 2022, 06:42 PM in response to Tobias 847
Re: License User
Hi Tobias,

You are right that with a search for pbx=<user uclic="true" you only find the users with this license.
This was the goal of my answer to Joäo Paulo.

I assume that when you distribute a license per template, the licenses are correctly applied to the template and every user hass the licenses that he/she should have.
Otherwise the user would be in the wrong template or the template is wrong configured.

In case of searching for some users that might have received the license directly on the user object, the provided search string was correct.

When searching on uclic="true" you will find all users and templates that have this ucllic applied.

An additional search on config="Config Users" or additional searches on other template names that have the uclic applied wil result in a list of all users.
Notepad++ gives a nice summary of all valid searches which can be summed up to the total amount of used licenses.

I agree it's not the easiest way, but the best (only) way without any additional App at the moment and also useful in older versions.

The solution provided with the App in this tread seems to be a nice solution in the near future.

BR,
Karl
← You can define your color theme preference here