点击或拖拽改变大小

AgentSDKDialEx 方法

高级拨号,拨打指定号码,座席话机先振玲。

命名空间: Ipxchina.Sdk.Cti
程序集: CtiSdk (在 CtiSdk.dll 中) 版本:1.0.0.2 (1.0.0.2)
语法
public Task<ResponseOriginate> DialEx(
	string destinationNumber,
	string callerId,
	int timeoutSeconds = 0,
	NameValueCollection variables = null
)

参数

destinationNumber  String
目标号码
callerId  String
主叫号码(设备振铃时接收)
timeoutSeconds  Int32  (Optional)
拨号超时毫秒(可缺省)
variables  NameValueCollection  (Optional)
变量(可缺省)

返回值

TaskResponseOriginate
API 响应
参见