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://wildix.atlassian.net/wiki/x/VxLOAQ

Description

Thanks to this feature, the operator who receives the alarm triggered by a W-AIR handset can additionally receive information about the closest Base Station and the type of alarm triggered (e.g. Man Down, Alarm Button). This information is passed using Messaging protocol supported on W-AIR starting from the firmware indicated in this document.

To differentiate between the types of alarms and the base stations you can record your own system prompts or use the Text-To-Speech (TTS) service. 

The PBX passes the information about the closest base station based on the RPN of the base station and the RSSI levels passed by the handset. RSSI levels indicate which base station is currently the closest one to the handset.

What is the RPN of the base station?

RPN can be found on the W-AIR base station's interface → Home/ Status tab, RFPI Address; in the example below the RPN of the base station is "00":


Video:

https://fast.wistia.com/embed/medias/31h8jlqvwi


<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

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

Follow the prompts in the template to edit it:

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


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:

The following IDs correspond to the alarm types: 

  • 0: Man Down
  • 1: No Movement
  • 2: Running
  • 3: Pull Cord
  • 4: Red Key

Here is an example of how you can specify called numbers: 

In this example:

For each XXX called number, you can use Dialplan application Play sound and specify the phrases that should be pronounced using the TTS service. For example: 

In this example the following phrases are used:

Keep in mind, that for other languages you need to use the "Set" application to manually set the language in case you use the dynamic TTS service. More information on TTS: Wildix Business Intelligence - Artificial Intelligence services.

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: