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 in the file /rw2/etc/provision.conf (ini syntax - http://en.wikipedia.org/wiki/INI_file).

...

List of supported Custom Setting configurations:

...




SIPServerPort
=0-65535 
set SIP Server Port of the registered account in the device:

...

SIPServerPortRemote

...

=0-65535

...

...

set SIP Server Port of the registered account in the device behind NAT:

...

SIPTransport

...

SIPServerPortRemote=0-65535

...

=UDP|TCP|TLS 

set SIP transport protocol of the registered 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 from the device, like provision, phonebook, features, etc.  Note: device should be re-provisioned. Supported only by WP and WP480R2)

...

...

RawScan

...

=

...

enable|

...

disable

...

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 BLF transfer type.  Supported only by WP480, WP490 and WPp600) (Note: only for wildixp section.):

...

RequireAuth

...

=

...

yes|

...

no

...

enable/ disable making provision authorization for local devices (

...

available only for [general] section):

...

TrustLocalDevice

...

=yes|no

...

 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) 

...

PowerLEDBlinkTime

...

POWER_LED=yes|no 

...

=0-14400
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) 

...

HIDE_DTMF

...

PowerLEDBlinkTime=0-14400

...

=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 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

...

ResetHandset

...

=yes|no

...

 set "Reset handset" provision mode. Disabled by default. 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) 

...

LossPktRateMin

...

DisableCodecG729=yes|no 

...

=0-100
set parameter to control Packet Loss. Network Problem Threshold 1-99, 100 - disable. (Note: device should be re-provisioned. Supported only by WP4x0) 

...

LossPktRateMax 

...

=0-100

...

set parameter to control Packet Loss. Critical Network Problem Threshold 1-99, 100 - disable.

...

Device should be re-provisioned. Supported only by WP4x0)

...

BLFNotifyType

...

= ActiveCall | ActiveAndIncomingCall
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> 

...

 

...

 

...

Force the failover PBX (SIP Server 2) with the value. Only ip addresses allowed (available only for [wildixp2] section):

...



Note

Limitation for section configuration

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.

...