2 remote update, 1 setting up, 2 how remote update is performed – CounterPath Bria Professional 2.5 Provisioning Guide User Manual

Page 21

Advertising
background image

Provisioning Bria Professional OEM Edition

17

3.2 Remote Update

3.2.1 Setting Up

Set up Bria Professional as described on page 15.

Set up the update server to handle the procedure described below.

3.2.2 How Remote Update Is Performed

Assuming that the timers are not all set to zero, this procedure runs “in the background” for as long as Bria
Professional is running.

1. When triggered by the timer, Bria Professional checks for remote updates by sending a GET to the update

server

For example, the value of feature:auto_update:config_server_url might be:

This URL could result in a GET to your webserver of:

2. The update server must response with the following:

or

where:

success: 1=true (there are updates) or 0=false (there are no updates).

The [

SETTINGS

] section contains the changed settings. See “Data Format” on page 6 for details.

The response must end with a CRLF.

https://myupdatesettingsserver.com?language=$language$&build=$build$&name=$loginame$

myupdatesettingsserver.com?language=EN&build=16835&name=kpereira

[DATA]
Success=0
<CRLF>

[DATA]
Success=1
[SETTINGS]
feature:auto_update:

update_check_t1_s

=”3600”

<CRLF>

Advertising