LICENSE.md
README.md
pyproject.toml
baresipy/__init__.py
baresipy/audio.py
baresipy/call.py
baresipy/config.py
baresipy/contacts.py
baresipy/ivr.py
baresipy/ovos.py
baresipy/server.py
baresipy/tts.py
baresipy/version.py
baresipy.egg-info/PKG-INFO
baresipy.egg-info/SOURCES.txt
baresipy.egg-info/dependency_links.txt
baresipy.egg-info/entry_points.txt
baresipy.egg-info/requires.txt
baresipy.egg-info/top_level.txt
baresipy/utils/__init__.py
baresipy/utils/log.py
examples/contact_list.py
examples/events.py
examples/gateway_client.py
examples/ivr_menu.py
examples/scripted_call.py
examples/voice_bot.py
test/test_audio.py
test/test_call_info.py
test/test_call_primitives.py
test/test_config.py
test/test_contacts.py
test/test_import.py
test/test_ivr.py
test/test_login_retry.py
test/test_ovos_optional.py
test/test_resample.py
test/test_server.py
test/test_state_machine.py
test/test_tls_srtp.py
test/test_tts.py
test/test_wav_tail.py
test/e2e/__init__.py
test/e2e/_common.py
test/e2e/callee.py
test/e2e/caller.py
test/e2e/test_call.py