点击或拖拽改变大小

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
)

参数

srcchannel  String  (Optional)
源设备拨号标识(可选)
dstchannel  String  (Optional)
目标设备拨号标识(可选)
srccallerid  String  (Optional)
源号码(可选)
dstcallerid  String  (Optional)
目标号码(可选)

返回值

TaskResponseGetCalls
API 响应
参见