markhilton / vici-recordings2cloud

This script moves ViciDial recordings into the Google Cloud Storage

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vici-recordings2cloud

This script moves ViciDial recordings into the Google Cloud Storage

How to

  1. Copy example config file.
cp vici-config.example.php vici-config.php
  1. Edit config file to setup your Google Cloud Storage bucket
  2. Set up a cron job
*/15 * * * *   export CLOUDSDK_PYTHON=/usr/local/bin/python2.7 && /usr/bin/php PATH/vici-recordings2cloud.php

About

This script moves ViciDial recordings into the Google Cloud Storage

License:MIT License


Languages

Language:PHP 100.0%