Hello everyone, could you help me get access to the total number of authenticated extensions?
There is the Status > Registrations, but it won't work at the moment because my client needs to know how many people have registered at some point.
Example: I have 10 extensions, and I need to know how many of these 10 extensions have registered at some point, whether they are online or not.
Something like what we have today in User Logs.
My client needs to know how many people have used the extensions.
Is it feasible to create an API that monitors the FreeSwitch authentications? Each time a user authenticates, I save the record in SQLite and access these authentication logs via an API.
There is the Status > Registrations, but it won't work at the moment because my client needs to know how many people have registered at some point.
Example: I have 10 extensions, and I need to know how many of these 10 extensions have registered at some point, whether they are online or not.
Something like what we have today in User Logs.
My client needs to know how many people have used the extensions.
Is it feasible to create an API that monitors the FreeSwitch authentications? Each time a user authenticates, I save the record in SQLite and access these authentication logs via an API.