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="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="#" 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 description

Updated:

Permalink:

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 parameter for specified device by updating section [wildixp] - WP, [wildixp2] - WP480R2, [wildixfxo] - W04FXO, [wildixgw] - Media5, [wildixair] - WAIR or for all phone devices by updating section [general]. 


Note

Note: it is recommended to access the file via


List of supported parameters:

...

Code Block
HTTPForceUse=yes|no 


  • To disable/enable raw scanning method in case automatic provision (useful feature for PBX inside chroot environment) 


    Note

    (Note: only for general section) 


Code Block
RawScan=enable|disable


  •  set To set blf transfer type. 

    Note

    (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

    (Note: only for general section) 


Code Block
RequireAuth 


  • enable/disable an automatic adding local device to provision database (Note: for W-AIR you have create network manually via WMS interface) 

    Note

    (Note: only for general section



Code Block
TrustLocalDevice= yes | no


  • enable/disable the wp2015 power led. (Note: no - disables power led, otherwise - enabled) (

    Note

    Note: only for [wildixp2] section) 


Code Block
POWER_LED= yes | no 


  • 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

    (Note: only for [wildixp2] section)


...

  •  


Code Block
PowerLEDBlinkTime = 0 - 14400


  • hide/show dtmf visualisation on displays of phones. (no - show , yes - hide)
Code Block
HIDE_DTMF=yes|no



  • enable/disable the pin-protection for the voicemail-menu. 

    Warning

    Important: removed in rev 39338. Clients must use "can use"/"cannot use" "Voicemail without pin code" ACL instead.


Code Block
XMLBrowserAuth=yes|no 


  • set only g711 codecs (if g711only= yes) to w-air bases (Note: the parameter available only for w-air bases) () 

    Note

    Note: only for [wildixair] section


Code Block
g711only=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 and allow to reuse the slot. After slot is cleared, you need to disable this parameter. 

    Note

    (Note: only for [wildixair] section) 


Code Block
ResetHandset=yes|no


  • disable g729 codecs (if DisableCodecG729=yes) to w-air sb (

    Note

    Note: the parameter available only for w-air sb) (Note: only for [wildixair] section) 


Code Block
DisableCodecG729=yes | no 


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

    Note

    (Note: device should be re-provisioned. Supported only by WP4x0) 


Code Block
LossPktRateMin=0-100


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


    Note

    (Note: 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

    (Note: only for [wildixp2] section) 


Code Block
BLFNotifyType= ActiveCall | ActiveAndIncomingCall

 

  •  force the failover pbx (sip server 2) with the value. Only ip addresses allowed. (

    Note

    Note: only for [wildixp2] section) 


Code Block
FailoverPbxIp =  <IP address>  


Html
<div class="fb-like" data-href="#" data-layout="button_count" data-action="recommend" data-size="large" data-show-faces="true" data-share="true"></div>

...