Moises Silva
Moises Silva
Yeah. To be honest we probably should change the approach and use 5 some cond sampling of the registration count using the core sql API. I think I left some...
yeah I'm back from vacations, I'll see if I can fix that over the weekend, hang in there
@hdiogenes curious thought, did you reload the module? the only case I can see for going negative is if the module was reloaded while calls were being placed
@hdiogenes Are you saying the system is idle (e.g no calls being placed) but just keeps going down? how are you placing calls? any chance you can attach to fs_cli...
@hdiogenes I made an important fix to the freeswitchrs library this module depends on. If you're still using mod_prometheus you should definitely rebuild it. I'll be looking at the registrations...
Yeah @ginkel you're absolutely right. I know how to fix it, but just have not had the time to do it :( In general, even for call count, I think...
@JonHVU That's a mismatch between CHANNEL_CREATE/CHANNEL_DESTROY events. It seems the module received more channel destroy events than create. I need to fix that logic to at least validate that and...
Sadly, it's buggy. I need to rewrite that to query the core explicitly for the registration counts as opposed to relying on events. The problem is starting FreeSWITCH when there's...
Yeah, I wish I had the free time to spend on this but I don't. This module was an experiment to get a module written in Rust interfacing with FreeSWITCH....