plivo-callcenter:基于Plivo API的呼叫中心应用程序

时间:2021-05-07 20:55:21
【文件属性】:
文件名称:plivo-callcenter:基于Plivo API的呼叫中心应用程序
文件大小:10KB
文件格式:ZIP
更新时间:2021-05-07 20:55:21
HTML Plivo呼叫中心应用 该应用程序用于使用Plivo平台创建通用呼叫中心应用程序。 座席可以通过转到/ agent URL来接听电话。 当客户呼叫与Plivo应用程序关联的号码时,呼叫将转发到座席。 如果有多个呼叫者,则将其保留,直到挂断当前正在处理的呼叫。 演示版 呼叫中心号码:+1 8552110703 怎么跑? 运行应用程序 安装依赖项 通过运行以下命令来创建必要的表 create table calls ( id SERIAL PRIMARY KEY, calluuid VARCHAR(36), agent_sipusername VARCHAR(40) ); create table agents ( id SERIAL PRIMARY KEY, sipusername VARCHAR(40), busy boolean ); create table call_stat
【文件预览】:
plivo-callcenter-master
----.gitignore(2KB)
----app.py(6KB)
----README.md(2KB)
----conf.py(358B)
----Procfile(19B)
----requirements.txt(139B)
----templates()
--------response_template.xml(60B)
--------agent_page.html(12KB)
--------admin_page.html(3KB)

网友评论