Actions

Difference between revisions of "Configuration File Parameters for SIP Provisioning"

From Zenitel Wiki

(General Parameters)
Line 15: Line 15:
  
 
== General Parameters ==
 
== General Parameters ==
 
+
auto_update_interval
 
+
*Required: No. If this parameter is not set in the file, the function will be disabled.
 +
*Description: This parameter enables the station to automatically look for software updates on the TFTP server.
 +
*Values: Number of minutes to wait between each server request. Value must be between 1 and 999.
 +
auto_update_image_type
 +
*Required: If auto_update_interval is set.
 +
*Description: The name of the software image file to be uploaded.
 +
*Values: Text giving the name of the software image file. The full name of the file, including extension, is required. This parameter must be set if the auto update function is enabled.
 +
auto_update_image_crc
 +
*Required: If auto_update_interval is set.
 +
*Description: The CRC checksum calculated for the software image file specified by the auto_update_image_type parameter. This is used to check the integrity of the software file before updating the station.
 +
*Values: Hexadecimal value.
  
 
== SIP Parameters ==
 
== SIP Parameters ==

Revision as of 16:26, 5 January 2017

This article is applicable to all IP Stations (Turbine and INCA stations) operating in SIP mode.


Remote Provisioning using TFTP

An IP station may be set up to automatically poll configuration from a TFTP server. The IP address of this TFTP server can be obtained using DHCP procedures or be manually configured.

The IP station will first try to download the global configuration file:

ipst_config.cfg

Then the IP station will download a device specific configuration file:

ipst_config_01_02_03_04_05_06.cfg

where 01_02_03_04_05_06 is the MAC address of the IP station.

If the same parameter is found in both files, the value from the device specific file takes precedence.

General Parameters

auto_update_interval
  • Required: No. If this parameter is not set in the file, the function will be disabled.
  • Description: This parameter enables the station to automatically look for software updates on the TFTP server.
  • Values: Number of minutes to wait between each server request. Value must be between 1 and 999.
auto_update_image_type
  • Required: If auto_update_interval is set.
  • Description: The name of the software image file to be uploaded.
  • Values: Text giving the name of the software image file. The full name of the file, including extension, is required. This parameter must be set if the auto update function is enabled.
auto_update_image_crc
  • Required: If auto_update_interval is set.
  • Description: The CRC checksum calculated for the software image file specified by the auto_update_image_type parameter. This is used to check the integrity of the software file before updating the station.
  • Values: Hexadecimal value.

SIP Parameters

Call Parameters

Relay Parameters

SNMP Parameters

Example Configuration File