wazo-platform / wazo-call-logd

:speech_balloon: a service to generate call logs on Wazo

Home Page:http://wazo.community

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wazo-call-logd

Build Status

wazo-call-logd is a service for collecting statistics on calls made on a Wazo server

Running unit tests

tox --recreate -e py39

Developing integration tests

To extract CELs of the latest call from a real Wazo Platform instance and insert them into an integration test:

sudo -u postgres psql asterisk -c "select eventtype,eventtime,channame,uniqueid,linkedid from cel where linkedid = (select max(linkedid) from cel) order by eventtime"

About

:speech_balloon: a service to generate call logs on Wazo

http://wazo.community

License:GNU General Public License v3.0


Languages

Language:Python 99.8%Language:Dockerfile 0.1%Language:Makefile 0.1%Language:Mako 0.0%Language:Jinja 0.0%Language:Shell 0.0%