注: 应答和被应答事件同时一一对应,通话两方,主叫方为被应答,被叫方为应答,两个事件同时报告,报告时,主叫在被叫的前面。
名称 | 类型 | 描述 |
action | String | 通话被应答事件。 |
callid | String | 该通通话的 id。 |
ext | String | 分机对象。 |
extid | String | 分机号。 |
inboundid outboundid |
String | 来电编码或去电编码。 |
outbound inbound |
String | 对象参数。 |
from | String | 来电的原始主叫号码。 |
to | String | 来电的原始被叫号码。 |
trunk | String | 通过哪条中继呼入。 |
sn | String | PBX 的 SN 码。 |
分机101呼叫分机106,分机106接听电话。
POST HTTP/1.1
Host:172.16.6.150
Content-Length:96
Accept: application/json
Content-Type:application/json
Connection:close
{
"action":"ANSWER",
"callid":"1589953310.1724",
"ext":{
"extid":[
"101",
"106"
]
},
"sn":"a09805021987"
}
分机 106 呼叫外部号码 103,外部用户 103接听电话。
POST HTTP/1.1
Host:172.16.6.150
Content-Length:177
Accept: application/json
Content-Type:application/json
Connection:close
{
"action":"ANSWER",
"callid":"1589953723.1760",
"ext":{
"extid":"106"
},
"outbound":{
"from":"106",
"to":"103",
"trunk":"to-18-16-2",
"outboundid":"1589953722.1758"
},
"sn":"a09805021987"
}