Find answers to your technical questions and learn how to use our products
Search suggestions:
This process adds details of the IP Office system address for Avaya Calling plus additional settings for how Avaya Calling should operate.
See Checklist for configuring Avaya Calling with IP Office.
You must enclose setting names and values in " " quote marks and separated by : colon. For example: "Name": "server.example.com".
" "
:
"Name": "server.example.com"
The exception to the above are the true and false values. Do not enclose those values in " " quote marks.
true
false
You must follow each setting and value pair with a comma, except for the last pair.
For example:
Single Login System:
{ "IP_Office_Server_Profile": [{ "Name": "Head Office", "Address": "primary.example.com", "AccountsToken": true }] }
Multiple Login Systems:
If required, you can list multiple systems in the network. In that case, when logging in, the client prompts the user to select the required system.
{ "IP_Office_Server_Profile": [{ "Name": "West", "Address": "west.example.com", "AccountsToken": true }, { "Name": "East", "Address": "east.example.com", "AccountsToken": true }] }
Previous Topic
Next Topic