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 7 Next »

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).

You can set for all the devices by adding updating section [general]. the parameter for specified device by updating one of the sections:

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

Note: access the file using the command:

nano-tiny /rw2/etc/provision.conf 

It is also recommended to access the file via root.


List of supported Custom Setting configurations:

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


  • To set SIP Server Port of the registered account in the device behind NAT:
SIPServerPortRemote=0-65535


  • To set SIP transport protocol of the registered account in the device:
SIPTransport=UDP|TCP|TLS 


  • To set SIP transport protocol of the registered account in the device, located behind NAT. Choose one of the protocols:
SIPTransportRemote=UDP|TCP|TLS


  • 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) 
HTTPForceUse=yes|no 


  • To disable/ enable raw scanning method in case of automatic provision (useful feature for PBX inside chroot environment). (available only for [general] section)
RawScan=enable|disable


  • To set BLF transfer type.  Supported only by WP480, WP490 and WPp600) (Note: only for wildixp section.):

BLFTransType=attended|blind


  • To enable/ disable making provision authorization for local devices (available only for [general] section):

RequireAuth=yes|no


  • To 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) 

TrustLocalDevice=yes|no


  • To enable/disable the wp2015 power led. (Note: no - disables power led, otherwise - enabled) (Note: only for [wildixp2] section) 

POWER_LED=yes|no 


  • To 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) 

PowerLEDBlinkTime=0-14400


  • To hide/ show DTMF visualisation on displays of phones (no - show , yes - hide):
HIDE_DTMF=yes|no


  • To 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.

XMLBrowserAuth=yes|no 


  • To 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

g711only=yes|no


  • To 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) 

ResetHandset=yes|no


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

DisableCodecG729=yes|no 


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

LossPktRateMin=0-100


  • To set parameter to control Packet Loss. Critical Network Problem Threshold 1-99, 100 - disable. Device should be re-provisioned. Supported only by WP4x0)

LossPktRateMax=0-100 


  • 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) 

BLFNotifyType= ActiveCall | ActiveAndIncomingCall

 

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

FailoverPbxIp=<IP address>  

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.


  • No labels