Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.



Html
<div id="fb-root"></div>
<script>(function(d, s, id) {
  var js, fjs = d.getElementsByTagName(s)[0];
  if (d.getElementById(id)) return;
  js = d.createElement(s); js.id = id;
  js.src = 'https://connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.11';
  fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>

...

Info

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

Updated: December 2018January 2019

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

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

...

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 WPp600WP600

RequireAuth
=yes|no

only for [general] section. Enable/ disable the authorization when provisioning local devices. Note: not available starting from WMS Version 3.88.41047.24

TrustLocalDevice
=yes|no
only for [general] section. Enable/ disable an automatic adding of local devices to the provisioning database (for 2 hours) (Note: for W-AIR you have create network manually via WMS interface) 
POWER_LED
=yes|no 
only for [wildixp2] section. This parameter allows disabling the missed call LED on WP4X0 2015 phones (this setting is normally applied in Hotels). Enable/ disable WP 2015 Power LED ("no" - disable, "yes" - enable)
PowerLEDBlinkTime
=0-14400
only for [wildixp2] section. This parameter allows changing the behavior of missed call LED on WP4X0 2015 phones. 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 via XML (via the phone menu)

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 [wildixp2] section. The parameter is disabled by default ("yes" - enable, "no" - disable). Enable it in case you need to show only internal number (extension) (old behavior)
BaseMaxSIPReg
=4-30
only for [wildixair] section. The parameter is disabled by default. Enable it in case you need to set the max number of SIP accounts before distributed load per base station (min. value = 4, max. value = 30)
OffHookDialOut 
=yes|no
only for [wildixp2] section and WP480/ 490 r3 phones (2017). The parameter is enabled by default. It disables/ enables ("yes" - enable, "no" - disable) auto call generation on a handset pickup when pressing “History”, “Phonebook”, “Redial” keys
SidetoneHandset
=0-7
only for [wildixp2] section and WP480/ 490 r3 phones (2017). The parameter is disabled by default. It enables handset sidetone feature (sidetone is the sound of your own voice that you hear from handset or headset when making a call) (disabled = 0, min. level = 1, max. level = 7)
SidetoneHeadset
=0-7
only for [wildixp2] section and WP480/ 490 r3 phones (2017). The parameter is disabled by default. It enables headset sidetone feature (disabled = 0, min. level = 1, max. level = 7)


Note

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

...