.coveragerc
CHANGES.rst
LICENSE
MANIFEST.in
README.rst
bootstrap.py
buildout.cfg
setup.cfg
setup.py
tox.ini
docs/Makefile
docs/actions.rst
docs/conf.py
docs/conftest.py
docs/index.rst
docs/message.rst
docs/testing.rst
examples/fast_agi_server.py
examples/fast_agi_server_ivr.py
examples/get_extension_status.py
examples/originate.py
examples/queue_status.py
panoramisk/__init__.py
panoramisk/actions.py
panoramisk/call_manager.py
panoramisk/connection.py
panoramisk/fast_agi.py
panoramisk/manager.py
panoramisk/message.py
panoramisk/scripts.py
panoramisk/testing.py
panoramisk/utils.py
panoramisk.egg-info/PKG-INFO
panoramisk.egg-info/SOURCES.txt
panoramisk.egg-info/dependency_links.txt
panoramisk.egg-info/entry_points.txt
panoramisk.egg-info/not-zip-safe
panoramisk.egg-info/requires.txt
panoramisk.egg-info/top_level.txt
tests/test_manager.py
tests/test_message.py
tests/test_protocol.py
tests/fixtures/agent_loggued_in.yaml
tests/fixtures/agent_not_in_pause.yaml
tests/fixtures/asyncagi_channel_does_not_exist.yaml
tests/fixtures/asyncagi_get_var.yaml
tests/fixtures/command_core_show_version.yaml
tests/fixtures/login_failed.yaml
tests/fixtures/login_ok.yaml
tests/fixtures/logoff.yaml
tests/fixtures/originate_sync.yaml
tests/fixtures/originate_with_events.yaml
tests/fixtures/ping.yaml
tests/fixtures/queue_status.yaml
tests/fixtures/rasterisk_command.yaml
tests/fixtures/sip_notify.yaml
tests_python3/test_fast_agi.py