0

我是 JTAPI 的新手,客户询问是否有可能更改 Cisco (2748) 上使用的连接处的默认端口。getProvider文档指出

Ensure that the following information is passed in the getProvider method for applications to obtain a CiscoProvider:

Hostname or IP address for the Cisco Unified Communications Manager server

Login of the user who is administered in the directory

Password of the user that is specified
 
The parameters get passed in key value pairs that are concatenated in a string as follows:

JtapiPeer.getProvider(“CTIManagerHostname;login = user;passwd =
userpassword;appinfo = Cisco Softphone”)

但没有提到任何关于港口的事情。问题是客户希望将 JTAPI 服务器放在防火墙后面,并使用自定义端口屏蔽默认端口。

例如,我尝试了 10.10.10.10:9800 但这给了我一个错误

Unable to create provider -- 10.10.10.10:9800: invalid IPv6 address

我发现了一些使用 ConnectionStrings 的示例,类似于

provider = jtapiPeer.getProvider ("AVAYA # # CSTA # AESERVER AESERVER; LoginID = login, passwd = pass");

但不知道这在这种格式中意味着什么。似乎这更像是与 Avaya 相关的话题。

这可能吗?

问候

4

0 回答 0