我们需要将我们的WebApp与Avaya集成起来。直到现在,我们使用了3 simple,这是非常简单的。我们可以以这样的方式启动传递呼叫号码的We客户端:
我们在Avaya也有一个网络客户端,但我们无法检查是否可以这样做。
这在某种程度上是可能的吗?
发布于 2021-10-27 21:17:06
您可以这样拨号,使用与Onex的集成。
从浏览器:使用端口60000 (检查HKEY_CURRENT_USER\Software\Avaya\Avaya 1-X代理\设置\APIPort)
http://127.0.0.1:60000/onexagent/api/registerclient?name=test
获取ClientId并添加以下内容: b8704afa-d226-4c38-86c5-17812f6c266d
打个电话http://127.0.0.1:60000/onexagent/api/voice/makecall?clientid=b8704afa-d226-4c38-86c5-17812f6c266d&number=numbertodialhere
取消注册客户端:http://127.0.0.1:60000/onexagent/api/unregisterclient?clientid=b8704afa-d226-4c38-86c5-17812f6c266d
https://stackoverflow.com/questions/66199057
复制相似问题