Page 1 of 1

Realtime OXE monitoring.

Posted: 25 Feb 2025 04:40
by ether
Hi Gurus,

A client wants to have/develop a real time monitoring dashboard for OXE.

The dashboard needs to have;

1. Current number of users / extensions in communication. Refresh in realtime once a call gets connected / disconnected
2. Current number of trunks/circuits in used /available . Refresh in realtime once a call gets connected / disconnected
3. Current number of compressors in used / available. Refresh in realtime once a call gets connected / disconnected
4. History of the above counts. (previous hour, day, etc)
5. Realtime call logs.
6. Call log history.
7. Charts / graph, etc

Do we have such application for OXE?

Commands I can think of which can fetch raw current data; listincall, listerm, trkstat, compvisu, etc. But this means to execute these command in the terminal.

Any inputs will be highly appreciated.

Re: Realtime OXE monitoring.

Posted: 27 Feb 2025 01:56
by alex
Never heard about such an application, would be great to have one. But it would take a lot of time and resources to create this kind of app.

For 1-2 you could use CSTA - no problem. You will get all events from monitired equipment in real-time. For that you need CSTA licenses in OXE and 3rd party SW.
3 - not sure whether CSTA in OXE supports monitoring codecs.
4 - you have PastTime Perfomance in 8770 Omnivista with counters for subscribers, trunks, DECT BS's etc. But wthat you need for that? Correct - Licenses! Or you could read pmm files from OXE and decode them.
5 - At least it's free of charge (but for local calls CDRS you need license). Real-Time Acoounting protocol is pretty simple and easy to implement. Check, e.g., here https://www.alcatelunleashed.com/viewforum.php?f=475
6 - Its from point 5 - when you have CDRs you could process them the way you like
7 - As soon as you have data you could use whatever you want to build charts, dashboards etc. ELK stack is a good way to do it. Also Grafana etc.

You could use some CLI commands but it wont be exact Real-Time observation and as you need to run these commands at the same time it could cause some problems with the CPU load.

Re: Realtime OXE monitoring.

Posted: 27 Feb 2025 03:51
by ether
Thanks you for the great info alex - one of the pioneer guru here.
i wonder where are the rest, vad ? cav ? frank ? still doing alcatel stuffs...

Re: Realtime OXE monitoring.

Posted: 27 Feb 2025 17:41
by sadim
Hi
For some system resources, trunks, ... You can also use snmp

Re: Realtime OXE monitoring.

Posted: 28 Feb 2025 02:48
by alex
sadim wrote: 27 Feb 2025 17:41 Hi
For some system resources, trunks, ... You can also use snmp
Yep, good point about SNMP.
But SNMP implementation has, FMPOV, some restrictions - it's dependent on SW Release of OXE and it gives global view on PABX's resources status.

Re: Realtime OXE monitoring.

Posted: 25 Apr 2025 03:55
by FN_DK
SNMP is the way to go. Look through the OID/MIBS

We are using it for SIP trunk monitoring. Dont know about set info ect., but it might be there