Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.




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

This Guide explains how to get the location of the nearest W-AIR Base Station in W-AIR Network in case of emergency alarm triggered on W-AIR Handset.

  • Min W-AIR firmware: 0501b5
  • Min WMS version: 5.02.20201207.3
  • W-AIR documentation: Link

Created: December 2020

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

Table of Contents

Description

...

Html
<script src="https://fast.wistia.com/embed/medias/31h8jlqvwi.jsonp" async></script><script src="https://fast.wistia.com/assets/external/E-v1.js" async></script><div class="wistia_responsive_padding" style="padding:56.25% 0 0 0;position:relative;"><divscript><span class="wistia_responsive_wrapper" style="height:100%;left:0;position:absolute;top:0;width:100%;"><div class="wistia_embed wistia_async_31h8jlqvwi videoFoampopover=true" stylepopoverAnimateThumbnail="height:100%;position:relative;width:100%"><div class="wistia_swatch" true" style="heightdisplay:100%inline-block;left:0;opacity:0;overflow:hiddenheight:84px;position:absolute;top:0;transition:opacity 200ms;relative;width:100%;"><img src="https://fast.wistia.com/embed/medias/31h8jlqvwi/swatch" style="filter:blur(5px);height:100%;object-fit:contain;width:100%;" alt="" aria-hidden="true" onload="this.parentNode.style.opacity=1;" /></div></div></div></div>150px"> </span>


Requirements

...

  • Open the terminal from WMS and edit the call file template config located in the file /var/lib/callweaver/dialplan/alarm.template. 

Follow the prompts in the template to edit it:

Code Block
# Call file template. Supported values (should be in {{}}):
# ID1, ID2 ... - RFPI Addresses, 10 hex digits, in descending signals level order, check it on the web interface of a base, Home/Status page
# SHORTID1, SHORTID2 ... - 2 last digits of IDs
# LEVEL1, LEVEL2 ... - corresponding signal levels, optional
# EXTENSION - extention of alarmed device
# NAME - user name of alarmed device
# TYPE - type of alarm, one decimal digit, check it on the web interface of a base, Alarm page, Idx column
Channel: Local/alarms@alarm-wair
Callerid: "{{NAME}}" <{{EXTENSION}}>
WaitTime: 60
MaxRetries: 3
RetryTime: 30
Context: alarm-wair, specify Dialpan procedure used for managing W-AIR calls here
Extension: {{SHORTID1}}{{TYPE}}
Priority: 1
Setvar: base={{ID1}}

...