Plugin for WDA to permit the user to change their ringtone for incoming call.
docker build -t ring .
docker run --rm --name ring -p8901:80 ring
To use the plugin on WDA, go to Portal -> Settings -> Applications -> Apps Configuration, create Wazo Desktop, then edit Advanced to specify key[manifest_urls] and value [http://URL/manifest.json] where my URL points to your docker deployed of the plugin.

