4 response step – CounterPath Bria 4 Provisioning Guide - Enterprise Deployments User Manual

Page 17

Advertising
background image

Bria 4 Provisioning Guide – Enterprise Deployments

13

2.3.4 Response Step

Response Step: Failure

If there is a problem with any of the data, your server should return failure data in the following format:

Response Step: Pass

If your server can handle the request, it should return a success message and the account credentials. It can also
return other settings that can be specified only at login.

Example that includes a license key being sent down to the computer:

where:

Success: this line is required.

LicenseKey: the license key for the computer. This data should be sent for a new deployment or if you want
to change the existing license key.

Settings: the username will be saved at shutdown.

##Memory##: the password will not be saved at shutdown.

The response must end with a CRLF.

[DATA]
Success=0
Failure="<message> "
<CRLF>

[DATA]
Success=1
LicenseKey="48jey45379ryeioo8a7e934q8dhfudufoladskiuwb"
[SETTINGS]
proxies:proxy:user_name="6045550008"
[##MEMORY##]
proxies:proxy0:password="rosebud"
<CRLF>

Advertising