免费试用
博客

联信志诚(MyComm)十五年云呼叫中心系统服务商

涵盖全渠道呼叫中心、云呼叫中心、在线电话视频客服系统等

已提供政府、地产、医疗、保险、金融、互联网、教育等行业

50000+套呼叫中心系统解决方案

呼叫中心系统API接口说明
时间:2021-12-10点击:1080
认证说明
api.conf中若设置了WEBKEY将对请求头中的Authorization进行验证。
认证方式:
YYYY-MM-DD为当前日期的年-月-日格式
$md5sum(WEBKEY+'YYYY-MM-DD')
注意:
1.日期为动态,取每一天的日期
2.若不需要认证,在api.conf中直接注释WEBKEY参数(#注释,删除或值空)

配置文件说明
[general]
BINDPORT=8000接收指令使用端口
URL=http://192.168.12.185:8090推送数据的URL地址
WEBKEY=asjdfjklkasdf认证使用的WEBKEY
mac=68:69:2e:03:8b:3e当前设备MAC地址
pop_url=http://www.baidu.com话务条使用的弹屏URL
[enable]
pausetime=no是否开启后处理机制
后处理机制:开启后处理机制后,坐席每接听一通电话会自动置忙,默认最长置忙时间为30秒,30秒后会自动置闲,坐席可以通过操作面板手动置闲。在通话日志中会记录每次通话结束后置闲的时长(日志存储时长的字段为pauseTime,单位秒)。

API接口说明
注:此文档中示例环境为
接收地址为:192.168.12.185
设备地址为:192.168.12.183
API包括主动/被动两部分.
  • 主动,内部状态/事件向外输出.
  • 被动,修改内部状态,查询内部配置.

主动推送事件(电话系统作为HTTP客户端)

将电话系统内部分机状态,拨号开始,拨号结束通过http方式发送到客户http服务端.(如服务端需要使用socket,推荐直接连接AMI接口)。

l呼叫开始

```json
{
event:"dialbegein",
timestamp:"1534993059.785012",//主叫通道唯一标识
channel:"DAHDI/i1/18782985586-51",//主叫通道
calleridnum:"18782985586",//主叫号码
destchannel:"SIP/886-00000065",//被叫通道
destcalleridnum:"886",//被叫号码
destuniqueid:"1534993059.630",//被叫通道唯一标识
dialstring:"SIP/886",
uniqueid:"1534993030.626",//呼叫唯一标识
mac:"68:69:2e:05:0f:9a",//设备MAC地址
}
```


l呼叫结束

```json
{
event:"dialend",
timestamp:"1534993059.785012",//时间戳
channel:"DAHDI/i1/18782985586-51",//主叫通道
calleridnum:"18782985586",//主叫号码
destchannel:"SIP/886-00000065",//被叫通道
destcalleridnum:"886",//被叫号码
uniqueid:"1534993030.626",//呼叫唯一标识
dialstatus:"hangup"
}
```

l挂机

```json
{
event:"hangup"
calleridnum:"808",//主叫号码
calleridname:"808",//主叫名称
connectedlinenum:"809",//被叫号码
connectedlinename:"809",//被叫名称
uniqueid:"1325747409.260",//呼叫唯一标识
}

```

l分机状态

```json
{
event:"extensionstatus",
exten:"808",//分机号码
status:"0",//状态码:0:待机,1:通话中,2:忙线,4:离线,8:振铃中,16:保持
statustext:"Idle",
}
```

lIVR事件

```json
{
event:'ivr',
uuid:'1541643689.15',//唯一标识
caller:'810',//主叫号码
called:'',
callType:'IN',
queueCode:'630',//下一级队列
startTime:'2018-11-0810:21:29',//当前IVR的开始时间
endTime:'2018-11-0810:21:32',//当前IVR的结束时间
duration:'3',//当前IVR的持续时间
ivrId:'610',//当前IVR中的IVR的ID
ivrName:'workingtime',//当前IVR中的IVR的名称
ivrDtmf:'0',//当前IVR中的DTMF按键
trunkNumber:'123456',//DID号码
mac:'68:69:2e:03:8b:3e'//设备MAC地址
}
```

l通话日志1

```json
{
event:"cdr",
callerid:""808"<808>",//名称<号码>
source:"808",//主叫号码
destination:"809",//被叫号码
starttime:"2012-01-0515:10:09",//呼叫开始时间
answertime:"2012-01-0515:10:10",//呼叫应答时间
endtime:"2012-01-0515:10:11",//呼叫结束时间
disposition:"ANSWERED",//通话状态
duration:"2",//呼叫时长
billableseconds:"1",//通话时长
calltype:"",//呼叫类型(outbound:呼出,inbound:呼入,空为内部呼叫)
recordfile:"",//录音文件
uniqueid:"1325747409.260"//唯一标识
}
```

l通话日志2

```json
{event:'cc_cdr',
uuid:'1541415929.807',//唯一标识
caller:'85322361',//主叫号码
called:'100',//被叫号码
queueCode:'630',//队列号码
agentCode:'100',//坐席分机
callType:'incoming',//呼叫类型
cdrState:'queue',//结束时所在位置:bridged接通;feedback评价;queue队列;ivr自动话务员
hangupSide:'caller',//结束挂断方
hangupCause:'ANALOGANALOG_EVENT_ONHOOK',
startTime:'2018-11-0519:05:31',//通话开始时间
endTime:'2018-11-0519:05:39',//通话结束时间
duration:'8',//通话持续时长
queueTime:'7',//队列中等待时间
feedbackTime:'0',//满意度评价使用的时间
ivrTime:'',//IVR中经历的时间
ringTime:'7',//振铃时长
holdTime:0,//保持时长
pauseTime:0,//后处理时长
talkingTime:'0',//通话时长
voicemailState:'0',//是否有语音留言
ivrId:'',//呼入经过的IVR的ID
ivrName:'',//呼入经过的IVR的名称
ivrDtmf:'0',//呼入经过的DTMF按键
fwType:'',
score:'0',//满意度评价数字
trunkNumber:'',//DID号码
forwardNumber:'',
filePath:'',//录音文件
missCause:'MEMBER_CANCEL',//来电丢失原因;NO_ASSIGN客服人数不够;NO_AGENT_ANSWER电话不接听;NO_AGENT_LOGIN无人登陆;MEMBER_CANCEL排队10秒内挂机
mac:'68:69:2e:03:8b:3e'//设备MAC地址
}
```

被动接收查询(电话系统作为HTTP服务端)

l当前实时通话列表
请求指令:

```bash
curl-XPOST"http://192.168.12.183:8000/coocenter-api/extensions/current-calls"-H"accept:application/json"
```

返回数据:
```json
{
"status":"success",
"message":"Channelswillfollow",
"data":[
{
"calleridname":"896",//主叫名称
"calleridnum":"896",//主叫号码
"channel":"SIP/896-0000000b",//主叫通道
"channelstate":"6",//通道当前状态码
"channelstatedesc":"Up",//通道当前状态
"connectedlinename":"897",//被叫名称
"connectedlinenum":"897",//被叫号码
"duration":"00:02:58",//通话时长
}
]
}
```

l分机注册信息列表

请求指令:

```bash
curl-XGET"http://192.168.12.183:8000/coocenter-api/extensions/extension-status"-H"accept:application/json"
```

返回数据:

```json
{
"status":"success",
"message":"Peerstatuslistwillfollow",
"data":
[
{
"Exten":"800",
"Type":"SIP",
"IPAddr":"-none-",
"Status":"UNKNOWN"
},
{
"Exten":"801",
"Type":"SIP",
"IPAddr":"192.168.12.4",
"Status":"OK(45ms)"
},
{
"Exten":"802",
"Type":"SIP",
"IPAddr":"192.168.12.3",
"Status":"OK(42ms)"
}
]
}
```

l分机状态列表

请求指令:

```bash
curl-XGET"http://192.168.12.183:8000/coocenter-api/extensions/extension-hints-status"-H"accept:application/json"
```

返回数据:

```json
[
{
"agentName":"800",
"extension":"800",
"extenType":"analogCallCenter",
"status":"0"
},
{
"agentName":"801",
"extension":"801",
"extenType":"analogCallCenter",
"status":"0"
}
]
```

l队列数据信息

请求指令:

```bash
curl-XGET"http://192.168.12.183:8000/coocenter-api/queues/queue-info"-H"accept:application/json"
```

返回数据:

```json
{
"status":"success",
"message":"Queuestatuswillfollow",
"data":
{
"630"://队列号码
[
{"name":"sip/876","paused":"0","penalty":"0"},//队列中的坐席信息(name:坐席通道,paused:是否暂停"0为取消暂停,1为暂停",penalty:权重"队列中呼叫的优先级别")
{"name":"sip/805","paused":"0","penalty":"1"},
{"name":"sip/870","paused":"0","penalty":"0"},
{"name":"sip/802","paused":"0","penalty":"1"},
{"name":"sip/800","paused":"0","penalty":"0"},
{"name":"sip/899","paused":"0","penalty":"0"},
{"name":"sip/898","paused":"0","penalty":"0"},
{"name":"sip/895","paused":"0","penalty":"0"},
{"name":"sip/893","paused":"1","penalty":"0"}
],
"631":
[
{"name":"sip/870","paused":"0","penalty":"0"},
{"name":"sip/876","paused":"0","penalty":"0"},
{"name":"sip/897","paused":"0","penalty":"0"},
{"name":"sip/802","paused":"0","penalty":"0"},
{"name":"sip/898","paused":"0","penalty":"0"},
{"name":"sip/800","paused":"0","penalty":"0"}
],
"632":
[
{"name":"sip/897","paused":"0","penalty":"0"},
{"name":"sip/898","paused":"0","penalty":"0"}
]
}
}
```

l坐席暂停指令

请求指令:

**设置暂停**

```shell
curl-XPOST"http://192.168.12.183:8000/coocenter-api/queues/agent-pause"-H"accept:application/json"-H"Content-Type:application/x-www-form-urlencoded"-d"queue=630&member=808&state=on"
```

**取消暂停**

```shell
curl-XPOST"http://192.168.12.183:8000/coocenter-api/queues/agent-pause"-H"accept:application/json"-H"Content-Type:application/x-www-form-urlencoded"-d"queue=630&member=808&state=on"
```

l坐席登录

请求指令:

**坐席签入**

```shell
curl-XPOST"http://192.168.12.183:8000/coocenter-api/queues/agent-login"-H"accept:application/json"-H"Content-Type:application/x-www-form-urlencoded"-d"extension=800&queue=630"
```

正确响应

```json
{
"status":"success",
"message":"loginextensionsuccess"
}

**坐席签出**

```shell
curl-XPOST"http://192.168.12.183:8000/coocenter-api/queues/agent-logout"-H"accept:application/json"-H"Content-Type:application/x-www-form-urlencoded"-d"extension=800&queue=630"
```


正确响应

```json
{
"status":"success",
"message":"logoutextensionsuccess"
}

l点击拨号

向电话系统post请求主叫号码,被叫号码.电话系统首先拨打主叫号码,主叫接听后拨打被叫号码.

主叫808拨打被叫809.

```shell
curl-XPOST"http://192.168.12.183:8000/coocenter-api/extensions/click-number"-H"accept:application/json"-H"Content-Type:application/x-www-form-urlencoded"-d" src=808&dst=809"
```

l通话挂断

挂断分机801的通话
请求指令:

```shell
curl-XPOST"https://192.168.12.185:8080/coocenter-api/extensions/hangup"-H"accept:application/json"-H"Content-Type:application/x-www-form-urlencoded"-d"extension=801"
```

正确响应

```json
{
"status":"success",
"message":"hangupextensionsuccess"
}
```

l呼叫转接

将802转给801
请求指令:

```shell
curl-XPOST"https://192.168.12.185:8080/coocenter-api/extensions/transfer"-H"accept:application/json"-H"Content-Type:application/x-www-form-urlencoded"-d"dst=801& src=802"
```

正确响应

```json
{
"status":"success",
"message":"tansferextensionsuccess"
}

l呼叫监听

使用分机801监听分机806
请求指令:

```shell
curl-XPOST"http://192.168.12.183:8000/coocenter-api/extensions/extenSpy"-H"accept:application/json"-H"Content-Type:application/x-www-form-urlencoded"-d"dst=806& src=801"
```

正确响应

```json
{
"status":"success",
"message":"spyextensionsuccess"
}

l呼入黑名单

呼入号码黑名单包括添加/查看/删除三个API

**查看黑名单列表**

```shell
curl-XGET"http://192.168.12.183:8000/coocenter-api/blacklist/index"-H"accept:application/json"
```

正确响应

```json
{
"status":"success",
"data":[
"123456"
]
}
```

**删除黑名单**

```shell
curl-XDELETE"http://192.168.12.183:8000/coocenter-api/blacklist/delete"-H"accept:application/json"-H"Content-Type:application/x-www-form-urlencoded"-d"number=123456"
```

正确响应

```json
{
"status":"success",
"message":"Keydeletedsuccessfully"
}
```

**添加黑名单**

```shell
curl-XPOST"http://192.168.12.183:8000/coocenter-api/blacklist/create"-H"accept:application/json"-H"Content-Type:application/x-www-form-urlencoded"-d"number=123123"
```

正确响应

```json
{
"status":"success",
"message":"Updateddatabasesuccessfully"
}
```

l获取录音文件

请求指令:

```bash
curl-XGET"http://192.168.12.183:8000/coocenter-api/monitor/${filePath}"
```
返回录音文件
相关推荐
15 天全功能免费体验,0成本体验联信志诚客服带来的改变
北京联信志诚信息技术有限公司(MyComm)是一家为中小型企业提供商务电话呼叫系统和呼叫中心软件商务电话解决方案提供商,为企业提供电话呼叫系统、呼叫中心软件、呼叫中心系统、在线客户系统、聊天机器人以及呼叫中心技术整套技术解决方案。
电话沟通
联信志诚主要产品涵盖了全渠道呼叫中心、云呼叫中心、客户服务中心、共享服务中心等客户服务领域相关产品,产品的稳定性和安全性处于行业领先地位。
预约演示
北京联信志诚信息技术有限公司(MyComm)为企业提供呼叫中心解决方案、云呼叫中心系统等,打造云呼叫中心客服系统及电话营销系统一体化解决方案,有效提升客户服务体验度及效率,数千家知名企业的选择,欢迎咨询
获取资料
北京联信志诚信息技术有限公司(MyComm)是云呼叫中心系统提供商,专注呼叫中心行业15年,提供专业的云呼叫中心系统搭建方案,成功案例:远洋地产、华夏幸福地产、华泰保险、人寿保险、人民保险、中铁股份等
返回顶部
3秒免费获取专属解决方案
联信志诚(MyComm)15年云呼叫中心系统服务商,集呼叫中心技术研发、运营及服务为一体化的高薪技术企业,涵盖全渠道呼叫中心、云呼叫中心、在线电话视频客服系统等,提供政府、地产、医疗、保险、金融、互联网、教育等行业呼叫中心解决方案
版权所有 © 2006-2026 北京呼叫中心信息技术有限公司 京ICP备09059868号 京公网安备11010802017701