sandswitches:使用Python API配置FreeSWITCH

时间:2021-05-10 05:49:39
【文件属性】:
文件名称:sandswitches:使用Python API配置FreeSWITCH
文件大小:28KB
文件格式:ZIP
更新时间:2021-05-10 05:49:39
python configuration freeswitch Python 沙开关 sandswitches是用于通过修改来配置的Python API。 客户端代码在大多数情况下可以使用标准的Python数据结构(如list和dict来修改配置。 安装 pip install git+git://github.com/sangoma/sandswitches.git 原料药 该API是低级且直接的; 更改配置与修改标准数据结构相同: import os import sandswitches # connect remote; you'll need ssh access and may have to unlock your key confmng = sandswitches . manage ( 'megatron' , keyfile = os . path . expanduser ( '~' ) + '/.ssh/id_rsa' ) con
【文件预览】:
sandswitches-master
----README.rst(6KB)
----tests()
--------test_directory.py(1KB)
--------test_register_users.py(2KB)
--------conftest.py(8KB)
--------test_autoload_configs.py(975B)
--------test_sofia.py(3KB)
----LICENSE(16KB)
----setup.py(1KB)
----.gitignore(1KB)
----sandswitches()
--------utils.py(1KB)
--------orms.py(15KB)
--------comms.py(3KB)
--------__init__.py(2KB)
--------schema.py(7KB)
--------manage.py(7KB)

网友评论