文件名称:greenswitch:经过实践检验的FreeSWITCH事件套接字协议客户端与Gevent的实现
文件大小:22KB
文件格式:ZIP
更新时间:2024-05-21 18:31:15
integration esl telephony freeswitch cti
GreenSWITCH:FreeSWITCH事件套接字协议 经过验证的FreeSWITCH事件套接字协议客户端与Gevent的实现。 这是使用Gevent Greenlets实现的FreeSWITCH事件套接字协议。 它已经在生产中,每天处理数百个电话。 全面的Python3支持! 入站套接字模式 >> > import greenswitch >> > fs = greenswitch . InboundESL ( host = '127.0.0.1' , port = 8021 , password = 'ClueCon' ) >> > fs . connect () >> > r = fs . send ( 'api list_users' ) >> > print r . data 出站套接字模式 出站通过同步和异步支持实现。 主要思想是创建一个将通过OutboundSess
【文件预览】:
greenswitch-master
----MANIFEST.in(44B)
----.travis.yml(207B)
----README.rst(6KB)
----greenswitch()
--------esl.py(22KB)
--------__init__.py(258B)
----test_requirements.txt(52B)
----tests()
--------conftest.py(947B)
--------test_lib_esl.py(26KB)
--------__init__.py(1KB)
--------test_outbound_session.py(2KB)
--------fakeeslserver.py(4KB)
----tox.ini(139B)
----LICENSE(1KB)
----requirements.txt(11B)
----examples()
--------log_reg_attempt.py(681B)
--------outbound_socket_example.py(3KB)
----setup.py(1KB)
----.gitignore(254B)
----Makefile(302B)