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

Updated: April 2022

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><span class="wistia_embed wistia_async_31h8jlqvwi popover=true popoverAnimateThumbnail=true" style="display:inline-block;height:315px;position:relative;width:560px"> </span>


Requirements

Enable Text Messaging on W-AIR base
Anchor
textmessaging
textmessaging

Step 1: Enable Text Messaging:

  1. Go to the web interface of the Primary W-AIR Base Station -> Management
  2. Enable Text Messaging 
  3. Set PBX as Text Messaging & Alarm Server
  4. Change Text Messaging Port to 9300 
  5. Save and Reboot the W-AIR base

Step 2: Set Alarm Signal as Message in Alarms Profiles

  1. Go to the menu Alarms of the base station's interface.
  2. In each alarm profile that you configured (Man Down, Alarm Button, etc), change Alarm Signal from Call to Message and click Save.

PBX configuration

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

...

  • Start W-AIR alarms service on the PBX and enable it permanently:

    Code Block
    # systemctl start wairmsg
    # systemctl enable wairmsg


Dialplan configuration

Add the new Dialplan context "alarm-wair". This is the default Dialplan specified in the template file, use this name if you haven't changed it. 

In this "alarm-wair" dialplan add the following called numbers:

  • alarms: (this called number is used by default in the template) under this called number specify where the alarm should be routed (e.g. use the Dialplan application Dial the phone or Call group)
  • XXX: (e.g. 00X, 04X) specify your base stations' RPNs as called numbers in the format XXX, where the first two digits correspond to the RPN of the base station, the last digit can be used to specify the alarm type. 

...

Note

Note that Auto answer option is automatically enabled on the W-AIR handset after an alarm was sent from it. This option enables the handset to automatically answer the call after five seconds. More information about the Auto answer feature can be found in the W-AIR DECT Handset User Guide

Notes for Cloud PBX

To set up the feature on Cloud PBX, you need to:

  • establish WMS Network between Cloud PBX and Virtual/ Hardware PBX 
  • provision W-AIR Bases on Cloud PBX and set up W-AIR Network
  • assign a user from Cloud PBX to W-AIR Headset (this user will trigger an alarm)
  • assign a user from HW/VM PBX to any device (this user will receive an emergency call)
  • configure Alarm and Text Messaging & Alarm Server on Main W-AIR Base using Virtual/ Hardware PBX IP
  • run PBX configuration and Dialplan on Virtual/ Hardware PBX IP
Html
<div class="fb-like" data-href="https://confluence.wildix.com/x/UoPPB" data-layout="button_count" data-action="recommend" data-size="large" data-show-faces="true" data-share="true"></div>

...