This is a cloud function that receives a callback from telephony systems to capture the details of a call. Currently it support Ozonetel's Kookoo telephony system.
git clone https://github.com/DostEducation/RP_IVR_callback.git
cd RP_IVR_callback
python3 -m venv venv
source ./venv/bin/activate
For Windows using the Command Prompt. For example it may look like c:/RP_IVR_analytics/venv/Scripts/Activate.bat
:
./venv/bin/activate.bat
For windows using PowerShell. For example it may look like c:/RP_IVR_analytics/venv/Scripts/Activate.ps1
:
./venv/bin/activate.ps1
pip install -r requirements-dev.txt
cp .env.example .env
.env
file for your environment.pre-commit install
functions_framework --target=callback --debug
GNU Affero General Public License v3.0