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>

...

Html
<div class="fb-like" data-href="#https://confluence.wildix.com/x/KQg8AQ" data-layout="button_count" data-action="recommend" data-size="large" data-show-faces="true" data-share="true"></div>

...

Html
 <div class="lang-box-pdf">
	<div>
		<div class="google-lang">
			<div id="google_translate_element">
			</div>
			<script type="text/javascript">
					function googleTranslateElementInit() {
						new google.translate.TranslateElement({pageLanguage: 'en', includedLanguages: 'de,es,fr,it,nl', autoDisplay: false}, 'google_translate_element');
						}
			</script>
			<script type="text/javascript" src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script>
		</div>
		
		<div class="pdf-button">
			<a href="#https://confluence.wildix.com/spaces/flyingpdf/pdfpageexport.action?pageId=20711465" alt="Convert to .pdf" title="Convert to .pdf"><img src="https://confluence.wildix.com/download/attachments/14549012/pdf-button-download-wildix-documentation.png"></a>
		</div>
	</div>
</div>


Info

Document descriptionIn this Admin Guide you can find

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 section one of the sections:

  •  [wildixp] - WP

...

  • [wildixp2] - WP480R2

...

  • [wildixfxo] - W04FXO

...

  • [wildixgw] - Media5

...

  • [wildixair] - WAIR 

...

Note

Note: it is : access the file using the command:

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

It is also recommended to access the file via root.


List of supported parameterssettings:

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


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

...

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

...

  • To set SIP transport protocol of the registered account in the device, located behind NAT. Choose one of the protocols:
Code Block
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  Note: device should be re-provisioned. Supported only by WP and WP480R2) 
Code Block
HTTPForceUse=yes|no 


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


  • To set blf BLF transfer type. (Note: only for wildixp section. Supported only by wp480, wp490 and wp600):

Code Block
BLFTransType=attended|blind

...

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

Code Block
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)  (Note: availbale only only for general section) 

Code Block
TrustLocalDevice= yes | no


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

Code Block
POWER_LED= yes | no 


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

Code Block
PowerLEDBlinkTime = 0 - 14400


  • To hide/ show dtmf DTMF visualisation on displays of phones. (no - show , yes - hide):
Code Block
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.

Code Block
XMLBrowserAuth=yes|no 


  • To set only g711 codecs (if g711only= yes) to w-air bases (Note: the . The setting is implemented only for W-AIR Bases parameter available only for w-air bases(Note: only for [wildixair] section

Code Block
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 and allow to reuse the slot. After slot is cleared, you need to disable this parameter. (Note: only for [wildixair] section) 

Code Block
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) 

Code Block
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) 

Code Block
LossPktRateMin=0-100


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

Code Block
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) 

Code Block
BLFNotifyType= ActiveCall | ActiveAndIncomingCall

 

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

Code Block
FailoverPbxIp =  <IP address>  


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.


Html
<div class="fb-like" data-href="#https://confluence.wildix.com/x/KQg8AQ" data-layout="button_count" data-action="recommend" data-size="large" data-show-faces="true" data-share="true"></div>

...