An open API service indexing awesome lists of open source software.

https://github.com/alikazemkhanloo/custom-cdr


https://github.com/alikazemkhanloo/custom-cdr

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

### Set `rules` executable in windows
```shell
git ls-files --stage wazo/rules
git update-index --chmod=+x wazo/rules
```
### Enable debugging log in wazo
```shell
echo "debug: true" > /etc/wazo-plugind/conf.d/debug.yml
systemctl restart wazo-confd
```
### Install plugin
```shell
wazo-plugind-cli -c "install git https://github.com/workano-platform/wazo-dtmf-survey-plugin.git"
```
### Uninstall plugin
```shell
wazo-plugind-cli -c "uninstall workano/wazo-confd-survey"
```

### Linux requirement
``curl``

### Configuration
Set the survey inquiry api url in `/etc/wazo-plugin-survey/survey_api_url`.
The address should be something like this `https://YOUR_DOMAIN.com/api/confd/1.1/surveys/inquiry`