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 provisioning variables

Updated: March 2018

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

You can set some provision variables, which change result provision file for device. All changes you have to do 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:

Code Block
nano-tiny /rw2/etc/provision.conf


You The parameters can be set for all the devices by adding updating section [general]. the parameter for a specified device by updating adding them to one of the these sections: 

  •  [wildixp] - WP
  • [wildixp2] - WP480R2
  • [wildixfxo] - W04FXO
  • [wildixgw] - Media5Media Gateways
  • [wildixair] - WAIR 

...

Note: access the file using the command:

Code Block
nano-tiny /rw2/etc/provision.conf 

...

  • W-AIR 

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

List of supported Custom Setting configurations:parameters:

ParametersValuesDescription
SIPServerPort
=0-65535 
set SIP Server Port of the device registered to the account
in the device:
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

in the device:

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

only for [wildixp] section. Set BLF transfer type.

  Supported

 Supported only by WP480, WP490 and WPp600

) (Note: only for wildixp section.):

RequireAuth
=yes|no
enable

only for [general] section. Enable/ disable making provision authorization for local devices

(available only for [general] section):

TrustLocalDevice
=yes|no
 enable
only for [general] section. Enable/ disable an automatic adding local device to provision database (Note: for W-AIR you have create network manually via WMS interface)
  (availbale only only for general section)
 
POWER_LED
=yes|no 
enable/disable the wp2015 power led. (Note: no - disables power led, otherwise - enabled) (Note: only for [wildixp2] section) 
only for [wildixp2] section. Enable/ disable WP 2015 Power LED ("no" - disable, "yes" - enable)
PowerLEDBlinkTime
=0-14400
Set
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.  (Note: only for [wildixp2] section) 
once 
HIDE_DTMF
=yes|no
hide/ show DTMF visualisation on displays of phones ("no" - show, "yes" - hide)
:
XMLBrowserAuth
=yes|no 
enable/ disable the pin-protection for the voicemail-menu. Important: removed in rev 39338. Clients must use "can use"/"cannot use" "Voicemail without pin code" ACL instead.
g711only
=yes|no
set
only for [wildixair] section. Set only g711 codecs (
if g711only= yes) to w-air bases. The setting is implemented only for W-AIR Bases parameter available only for w-air bases) Note: only for [wildixair] section
"yes" - enable, "no" - disable). The parameter is applied only to W-AIR Bases
ResetHandset
=yes|no
 set "Reset handset" provision mode. Disabled by default. Set

only for [wildixair] section. The parameter is disabled by default. In case you need to delete a Handset IPEI from W-AIR SB and to reuse the slot, set to "yes" in case if you need to delete an handset IPEI from W-AIR SB sb and allow to reuse the slot. After slot is cleared, you need to disable this parameter

. (Note: only for [wildixair] section) 

DisableCodecG729
=yes|no 
disable g729 codecs (if DisableCodecG729=yes) to w-air sb (Note: the parameter available only for w-air sb) (Note: only for [wildixair] section) 

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 
set the parameter to control Packet Loss. Network Problem Threshold 1-99, "100" - disable. 
(Note:
Supported only by WP4x0. After the parameter is applied, the device should be re-provisioned.
Supported only by WP4x0) 
LossPktRateMax 
=0-100
set 
set the parameter to control Packet Loss. Critical Network Problem Threshold 1-99, "100" - disable
. Device
. Supported only by WP4x0. After the parameter is applied, the device should be re-provisioned.
Supported only by WP4x0)
BLFNotifyType
=
ActiveCall
|
ActiveAndIncomingCall
only for [wildixp2] section. The parameter is set to "ActiveCall" by default.
BLF will blinks in case when monitored user has active call+incoming call if "ActiveAndIncomingCall" or keep the old behavior if "ActiveCall"
. Default is old behavior.  (Note: only for [wildixp2] section) 
FailoverPbxIp
=<IP address>  
only for [wildixp2] section. Force the
failover
switch from Main PBX to Failover PBX (SIP Server 2)
with the value. Only ip addresses allowed (available only for [wildixp2] section):
. Use only IP address


Note

Limitation for section configurationLimitations:

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.

WP2015 does not apply the parameter POWER_LED and PowerLEDBlinkTime without rebooting the device.

...