Skip to end of banner
Go to start of banner

Provisioning Custom Settings - Admin Guide - English

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 13 Next »

In this Admin Guide you can find the list of custom parameters which can help you to change provisioning settings of Wildix devices.

Updated: April 2018

Permalink: https://confluence.wildix.com/x/KQg8AQ

When provisioning Wildix devices, you can set custom parameters to change different settings in the provisioning file.

All the changes must done in the file /rw2/etc/provision.conf (ini syntax - http://en.wikipedia.org/wiki/INI_file).

Access the file via SSH as root using the command:

nano-tiny /rw2/etc/provision.conf


The parameters can be set for a specified device by adding them to one of these sections: 

  • [wildixp] - WP
  • [wildixp2] - WP480R2
  • [wildixfxo] - W04FXO
  • [wildixgw] - Media Gateways
  • [wildixair] - W-AIR 

Otherwise, you can apply the parameters to all the registered devices by adding them to [general] section.

List of supported parameters:

ParametersValuesDescription
SIPServerPort
=0-65535 
set SIP Server Port of the device registered to the account
SIPServerPortRemote
=0-65535
set SIP Server Port of the device of the registered account in the device behind NAT
SIPTransport
=UDP|TCP|TLS 

set SIP transport protocol of the device registered to the account

SIPTransportRemote
=UDP|TCP|TLS
set SIP transport protocol of the registered account in the device, located behind NAT
HTTPForceUse
=yes|no 
disable/ enable force HTTP protocol instead HTTPS for all requests from the device, like provision, phonebook, features, etc. Supported only by WP and WP480R2. After the parameter is applied, a device should be re-provisioned.
RawScan
=enable|disable
only for [general] section. Disable/ enable raw scanning method in case of automatic provision of devices (the parameter is useful for PBXs inside chroot environment)
BLFTransType
=attended|blind

only for [wildixp] section. Set BLF transfer type. Supported only by WP480, WP490 and WPp600

RequireAuth
=yes|no

only for [general] section. Enable/ disable the authorization when provisioning local devices

TrustLocalDevice
=yes|no
only for [general] section. Enable/ disable an automatic adding of local devices to the provisioning database (Note: for W-AIR you have create network manually via WMS interface) 
POWER_LED
=yes|no 
only for [wildixp2] section. Enable/ disable WP 2015 Power LED ("no" - disable, "yes" - enable)
PowerLEDBlinkTime
=0-14400
only for [wildixp2] section. Set the time in seconds during which the LED of a missed event (call or voice mail) will blink. If "0" - blink always, if "1" - blink only once 
HIDE_DTMF
=yes|no
hide/ show DTMF dialpad on the phones' displays ("no" - show, "yes" - hide)
XMLBrowserAuth
=yes|no 

enable/ disable PIN protection for the Voicemail

g711only
=yes|no
only for [wildixair] section. Set only g711 codecs ("yes" - enable, "no" - disable). The parameter is applied only to W-AIR Bases
ResetHandset
=yes|no

only for [wildixair] section. The parameter is disabled by default ("yes" - enable, "no" - disable). Enable it in case you need to delete a Handset IPEI from W-AIR SB and allow to reuse the slot. When it is done, you need to disable it

DisableCodecG729
=yes|no 

only for [wildixair] section. Disable g729 codecs ("yes" - disable, "no" - enable). The parameter is applied only to W-AIR Small Business Bases

LossPktRateMin
=0-100
set the parameter to control Packet Loss. "1-99" - Network Problem Threshold, "100" - disable. Supported only by WP4x0. After the parameter is applied, the device should be re-provisioned.
LossPktRateMax 
=0-100
set the parameter to control Packet Loss. "1-99" - Critical Network Problem Threshold, "100" - disable. Supported only by WP4x0. After the parameter is applied, the device should be re-provisioned.
BLFNotifyType
=ActiveCall|ActiveAndIncomingCall
only for [wildixp2] section. The default value is "ActiveCall". Set "ActiveAndIncomingCall" value to make BLF keys blink when a monitored user has active call+incoming call
FailoverPbxIp
=<IP address>  
only for [wildixp2] section. Force the switch from Main PBX to Failover PBX (SIP Server 2). Use only IP address
EnableMWISubscribe
=yes|no 
enable subscription for MWI (Message Waiting Indicator, shows voicemail LED notifications). The parameter is disabled by default. Supported only by W24FXS 2015
DisableShowUsername
=yes|no 
only for [wildixp] and [wildixp2] sections. The parameter is disabled by default ("yes" - enable, "no" - disable). Enable it in case you need to show only internal number (extension) (old behavior)

Limitations:

  • You have to add empty section for loading parameters from [general] section.For example you added parameter HTTPForceUse = yes to general section. You have to add empty section wildixp2 if you want to apply this parameter for WPR2 devices.
  • After the parameters "POWER_LED" and "PowerLEDBlinkTime" are applied to WP2015, devices must be rebooted



  • No labels