Reference13r1:Concept Offline Provisioning: Difference between revisions

From innovaphone wiki
Jump to navigation Jump to search
(10 intermediate revisions by 3 users not shown)
Line 1: Line 1:
=Overview=
=Overview=
In some cases or environments the PBX, Gateways and phones do not have internet access. In this case the ''service.innovaphone.com'' will not reachable and a provisoning of new devices is not possible.
In some cases or environments, PBXs, Gateways and phones do not have Internet access. In this case ''config.innovaphone.com'' will not be reachable and a provisioning of new devices is not possible.


In order to be able to provision devices without internet access, there is an option to provide the service itself in the local environment.
In order to be able to provision devices without Internet access, there is an option to provide the service itself in the local environment.


=Requirements=
=Requirements=


* Version 13r1 (Phone and PBX)
* Version 13r1 (Phone and PBX)
* running App Platform
* a running App Platform
 
= How it works =
* The client (e.g. Phone) which is waiting for a provisioning, logs into the local provisioning service which is located on a gateway.
* As soon as the user adds a new device via the ''User App'', a new code is fetched from the local provisioning system.
* When the code is entered on the phone, the client sends the code to the local provisioning system.
** If the code is valid, the client will receive some configuration about the environment and connect himself to the ''Devices App''
 
This is the same flow like we use it on the regular provisioning with Internet access.


=Configuration=
=Configuration=


==Related Articles==
== Provisioning System ==
 
There is no need to activate the Provisioning System on a Gateway.
It's already available and you can use it on every Gateway.
 
== Devices APP ==
 
You need to configure your own Provisioning Service in the Devices App
 
# Open the ''Devices APP'' from your myApps Launcher
# Select the desired domain from the list and use the tab ''edit''
##Here you can insert you own Provisioning URL: <code>https://<span style="background-color: yellow">pbx.domain.tld</span>/INSTALL/get-provisioning-code.htm</code>
 
==Client Setup==
 
You need to tell the Client, that he should not try to connect to the vendor Provisioning System. Instead he must connect to your local System.
 
The goal is to set the [[{{NAMESPACE}}:Services/Update|Update URL]] in the Client to: <code>https://<span style="background-color: yellow">pbx.domain.tld</span>/INSTALL/provisioning.htm?mac=#m&provisioning-code=#p&localip=#i</code>
 
In most cases you want to distribute the Update URL to multiple Clients. Then you can use the following methods:
* Use a local [[{{NAMESPACE}}:DHCP_client#Supported_Options | DHCP Server]] with vendor options
* Use [[Reference:My_Innovaphone#Properties | my.innovaphone.com redirection]] (works only if the client is able to connect to ''https://config.innovaphone.com'')
 
=Related Articles=
* [[{{NAMESPACE}}:Concept_Provisioning]]
* [[{{NAMESPACE}}:Services/Provisioning]]
* [[{{NAMESPACE}}:Services/Provisioning]]
* [[{{NAMESPACE}}:Services/Update]]
* [[{{NAMESPACE}}:Services/Update]]

Revision as of 09:13, 16 May 2019

Overview

In some cases or environments, PBXs, Gateways and phones do not have Internet access. In this case config.innovaphone.com will not be reachable and a provisioning of new devices is not possible.

In order to be able to provision devices without Internet access, there is an option to provide the service itself in the local environment.

Requirements

  • Version 13r1 (Phone and PBX)
  • a running App Platform

How it works

  • The client (e.g. Phone) which is waiting for a provisioning, logs into the local provisioning service which is located on a gateway.
  • As soon as the user adds a new device via the User App, a new code is fetched from the local provisioning system.
  • When the code is entered on the phone, the client sends the code to the local provisioning system.
    • If the code is valid, the client will receive some configuration about the environment and connect himself to the Devices App

This is the same flow like we use it on the regular provisioning with Internet access.

Configuration

Provisioning System

There is no need to activate the Provisioning System on a Gateway. It's already available and you can use it on every Gateway.

Devices APP

You need to configure your own Provisioning Service in the Devices App

  1. Open the Devices APP from your myApps Launcher
  2. Select the desired domain from the list and use the tab edit
    1. Here you can insert you own Provisioning URL: https://pbx.domain.tld/INSTALL/get-provisioning-code.htm

Client Setup

You need to tell the Client, that he should not try to connect to the vendor Provisioning System. Instead he must connect to your local System.

The goal is to set the Update URL in the Client to: https://pbx.domain.tld/INSTALL/provisioning.htm?mac=#m&provisioning-code=#p&localip=#i

In most cases you want to distribute the Update URL to multiple Clients. Then you can use the following methods:

Related Articles