https://github.com/alikazemkhanloo/custom-cdr
https://github.com/alikazemkhanloo/custom-cdr
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/alikazemkhanloo/custom-cdr
- Owner: alikazemkhanloo
- Created: 2025-03-08T11:40:06.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-03-08T11:57:26.000Z (3 months ago)
- Last Synced: 2025-03-08T12:26:46.500Z (3 months ago)
- Language: Python
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`