 | CtiRawActionsGetCalls 方法 |
异步获取通话信息。
命名空间: Ipxchina.Sdk.Cti.Actions程序集: CtiSdk (在 CtiSdk.dll 中) 版本:1.0.0.2 (1.0.0.2)
语法public Task<ResponseGetCalls> GetCalls(
string srcchannel = null,
string dstchannel = null,
string srccallerid = null,
string dstcallerid = null
)
Public Function GetCalls (
Optional srcchannel As String = Nothing,
Optional dstchannel As String = Nothing,
Optional srccallerid As String = Nothing,
Optional dstcallerid As String = Nothing
) As Task(Of ResponseGetCalls)
public:
Task<ResponseGetCalls^>^ GetCalls(
String^ srcchannel = nullptr,
String^ dstchannel = nullptr,
String^ srccallerid = nullptr,
String^ dstcallerid = nullptr
)
member GetCalls :
?srcchannel : string *
?dstchannel : string *
?srccallerid : string *
?dstcallerid : string
(* Defaults:
let _srcchannel = defaultArg srcchannel null
let _dstchannel = defaultArg dstchannel null
let _srccallerid = defaultArg srccallerid null
let _dstcallerid = defaultArg dstcallerid null
*)
-> Task<ResponseGetCalls> 参数
- srcchannel String (Optional)
- 源设备拨号标识(可选)
- dstchannel String (Optional)
- 目标设备拨号标识(可选)
- srccallerid String (Optional)
- 源号码(可选)
- dstcallerid String (Optional)
- 目标号码(可选)
返回值
TaskResponseGetCallsAPI 响应
参见