 | CtiRawActionsGetAsyncDialResponse 方法 |
异步批量获取异步拨号结果。
命名空间: Ipxchina.Sdk.Cti.Actions程序集: CtiSdk (在 CtiSdk.dll 中) 版本:1.0.0.2 (1.0.0.2)
语法public Task<ResponseAsyncDialResponse> GetAsyncDialResponse(
string channel = null,
string response = null,
string actionid = null,
string exten = null,
string uniqueid = null,
string reason = null,
string calleridnum = null
)
Public Function GetAsyncDialResponse (
Optional channel As String = Nothing,
Optional response As String = Nothing,
Optional actionid As String = Nothing,
Optional exten As String = Nothing,
Optional uniqueid As String = Nothing,
Optional reason As String = Nothing,
Optional calleridnum As String = Nothing
) As Task(Of ResponseAsyncDialResponse)
public:
Task<ResponseAsyncDialResponse^>^ GetAsyncDialResponse(
String^ channel = nullptr,
String^ response = nullptr,
String^ actionid = nullptr,
String^ exten = nullptr,
String^ uniqueid = nullptr,
String^ reason = nullptr,
String^ calleridnum = nullptr
)
member GetAsyncDialResponse :
?channel : string *
?response : string *
?actionid : string *
?exten : string *
?uniqueid : string *
?reason : string *
?calleridnum : string
(* Defaults:
let _channel = defaultArg channel null
let _response = defaultArg response null
let _actionid = defaultArg actionid null
let _exten = defaultArg exten null
let _uniqueid = defaultArg uniqueid null
let _reason = defaultArg reason null
let _calleridnum = defaultArg calleridnum null
*)
-> Task<ResponseAsyncDialResponse> 参数
- channel String (Optional)
- 活动通道(模糊左匹配)
- response String (Optional)
- 响应(Success/Failure)
- actionid String (Optional)
- 事务ID(发起呼叫时指定)
- exten String (Optional)
- 号码
- uniqueid String (Optional)
- 呼叫编号(发起呼叫时指定)
- reason String (Optional)
- 原因(失败-0 拆线-1 回铃-3 摘机-4 忙-5 阻塞-8)
- calleridnum String (Optional)
- 主叫号码
返回值
TaskResponseAsyncDialResponseAPI 响应
备注此接口只能查询到使用CTI接口发起异步拨号的数据
参见