Versions Compared

Key

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


Info

x-hoppers Changelog: new features and improvements for x-hoppers.

Other changelogs: https://www.wildix.com/new-releases-and-updates/

x-hoppers documentation: https://wildix.atlassian.net/wiki/x/RCDOAQ

Link for sharing: https://wildix.atlassian.net/wiki/x/AYBID

x-hoppers Date: 26.03.2024

Improvement

[WMS-18253] - x-hop: added possibility to edit x-hoppers theft alerts (remove camera ID, IP address and group ID, as well as add a message header) which are sent in case of x-hoppers integration with Veesion, when suspicious behaviour is detected in a store 

Note: The support starts from WMS Beta 6.06.20240325.1.

How-to:

Add following parameters to the /rw2/etc/pbx/x-hoppers.json file:


a) To remove camera IP, camera ID and group ID:

  • "remove_camera_ip": true,
  • "remove_camera_id": true,
  • "remove_group_id": true,

By default, the values are false and camera IP, ID and group ID are displayed in the theft alert.

b) To add message header:

  • "xbees_message_header": "header text"

Documentation will be updated soon: x-hoppers integration with Veesion

x-hoppers Date: 18.03.2024

...

  • Double-press the Call button
  • By default, audio from the broadcast gets muted for 60 seconds. To unmute the broadcast before the 60-second timeout, double-press the Call button again
  • To customize the timeout:

    • Create a file /etc/systemd/system/pbx-data-engine.service.d/override.conf: 
      # vi /etc/systemd/system/pbx-data-engine.service.d/override.conf
    • And add the following line:
      Environment='UNHOLD_TIMEOUT=120' 

Where 120 is the preferred timeout. If you want to disable the timeout, set the value to 0:
Environment='UNHOLD_TIMEOUT=0'

Note: The support starts from WMS Beta 6.06.20240315.1.

...

  • W-AIR firmware starting from v 650b2
  • WMS 6.01.20221122.1 or higher

  • Activated x-hoppers

How-to:

...

Note: The support starts from WMS 6.01.20221122.1 or higher

Documentation: x-hoppers Admin Guide 

...