Find answers to your technical questions and learn how to use our products
Search suggestions:
此流程会添加用于 Avaya Calling 的 IP Office 系统地址的详细信息,以及 Avaya Calling 操作方式的其他设置。
请参阅 配置与 IP Office 配合使用的 Avaya Calling 的检查清单。
您必须在 " " 引号中包括设置名称和值,并用 : 冒号分隔。例如:"Name": "server.example.com"。
" "
:
"Name": "server.example.com"
上述例外是 true 和 false 值。请勿将这些值包含在" "引号中。
true
false
您必须每个设置和值对后使用逗号,最后一对除外。
例如:
单一登录系统:
{ "IP_Office_Server_Profile": [{ "Name": "Head Office", "Address": "primary.example.com", "AccountsToken": true }] }
多个登录系统:
如果需要,您可以在网络中列出多个系统。在这种情况下,在登录时,客户端会提示用户选择所需的系统。
{ "IP_Office_Server_Profile": [{ "Name": "West", "Address": "west.example.com", "AccountsToken": true }, { "Name": "East", "Address": "east.example.com", "AccountsToken": true }] }
Previous Topic
Next Topic