HEP Pub-Sub Client for CGRates API
This HEPSUB agent hooks HOMER 7 with the CGRates API, fetching CDRs, rates and other elements in realtime during session investigation.
Once the parameters in config.js
are prepared, launch the Node application:
nodejs cgrates.js
pm2 start cgrates.js
A docker container with the HEPSUB CGrates API is provided for convenience and testing.
docker-compose up -d
docker run --name cgrates-hepsub -d sipcapture/hepsub-cgrates
See /app
folder