Asterisk call history & contacts
This application shows the call history of all calls from asterisk server (Master.csv).
sudo git clone https://github.com/bkbilly/Asterisk-Call-History.git /opt/Asterisk-Call-History
sudo pip install -r /opt/Asterisk-Call-History/requirements.txt
sudo cp /opt/Asterisk-Call-History/configuration_template.json /opt/Asterisk-Call-History/configuration.json
sudo cp /opt/Asterisk-Call-History/autostart/asteriskcallhistory.service /etc/systemd/system/asteriskcallhistory.service
sudo chmod +x /etc/systemd/system/asteriskcallhistory.service
sudo systemctl enable asteriskcallhistory
sudo service asteriskcallhistory start
options.callDataFile
(str) Location of the Master.csv fileoptions.externalNumbers
(list str) The external numbers using the Asterisk Regular Expression formatoptions.internalNumbers
(list str) The internal numbers using the Asterisk Regular Expression formatgit checkout -b my-new-feature
git commit -am 'Add some feature'
git push origin my-new-feature