Versions Compared

Key

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

...

Table of Contents
stylenone

Introduction

The feature allows to send Push-to-talk messages to x-hoppers broadcast from x-bees conversation. With this option, users can send voice messages to x-hoppers broadcast via mobile and receive broadcast messages to x-bees conversation on mobile, having them played automatically in Speaker mode. 

Requirements

  • x-hoppers-SalesFloorHopper licence or higher

  • ACL permission Can see call recordings

  • WMS v. 6.07

  • x-bees mobile app v. 1.68 or higher

Configuration

  1. Add the parameter  --conf_recording or -ptt to the /etc/systemd/system/pbx-data-engine.service.d/override.conf file.

    Example: 

    Code Block
    [Service]
    
    ExecStart=
    
    ExecStart=/usr/sbin/pbx_data_engine.py --conf_recording --daemon
  2. Restart the service to apply the changes: 

    Code Block
    systemctl daemon-reload 
    
    systemctl restart pbx-data-engine
  3. For the feature to work on mobile, make sure there is an included procedure pbxservice(Services codes dialplan) set in Dialplan:

...

  1. Restart the service to apply the changes: 

    Code Block
    systemctl daemon-reload 
    
    systemctl restart pbx-data-engine

Usage on Mobile 

On mobile, users need to: 

...