ivr

AGI Controlled IVR for Asterisk


Keywords
python, asterisk, agi, ivr, telephony, sip, voip
License
GPL-3.0
Install
pip install ivr==0.0.6

Documentation

PyPI version PyPI version License: GPL v3 Documentation Status

My first PyPI version. Testing dependencies and working on the structure.

asterisk-ivr

Not much to see here

Currently my work area. Doesn't do much right now.

├── ivr
│   ├── __init__.py			
│   ├── ivr.py
│   └── test.py
│
├── pigeonhole | WHERE I STASH STUFF FOR TESTING
│   ├── test - Testing Settings Files
│   |   ├── settings.conf
│   |   └── simple.py
│   ├── README.md
│   └── stuff that MAY or MAY NOT work for you
|
├── README.md
├── LICENSE.txt
├── setup.cfg
└── setup.py