Reference13r1:Concept Offline Provisioning: Difference between revisions

From innovaphone wiki
Jump to navigation Jump to search
Line 10: Line 10:


=Configuration=
=Configuration=
== Devices APP ==
You should 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>
==Device/Client Setup==
You must need to tell the Client, that he should not try to connect to the global Provisioning System. Instead he must connect to your local System.
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>
Some ways to distribute the Update URL to multiple all Clients:
* 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==
==Related Articles==
* [[{{NAMESPACE}}:Services/Provisioning]]
* [[{{NAMESPACE}}:Services/Provisioning]]
* [[{{NAMESPACE}}:Services/Update]]
* [[{{NAMESPACE}}:Services/Update]]

Revision as of 11:47, 20 December 2018

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 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)
  • running App Platform

Configuration

Devices APP

You should 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

Device/Client Setup

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

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

Some ways to distribute the Update URL to multiple all Clients:

Related Articles