XC5

From Initech Technical Wiki
Revision as of 04:13, 19 October 2019 by Timprice (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

XC5 is the product name for a SIP/SS7 switch created by Designcom Systems Ltd. If you want one then go here [1]

I've build a dashboard to visualise call records using grafana and clickhouse, the whole process is listed below:

Importing CDRs

  1. This step is triggered by cron (i run mine every minute) and calls a php script called clickhouse-cdr-import.php which logs into the XC5 JSON api, exports the CDRs and imports them into clickhouse into the softswitch.cdr table

Visualisation

Again I use grafana to visualise the data using this dashboard, and again you'll need the piechart plugin.