Versions Compared

Key

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

Scroll export button
scopecurrent
template-id0fa09813-8b86-460a-aa1d-ef450a80e9ce
quick-starttrue
add-onScroll PDF Exporter

Info

The document describes how to configure Push-to-talk feature for x-hoppers broadcast.

x-hoppers Documentation: x-hoppers Documentation

Created: May 2024

Permalink: https://wildix.atlassian.net/wiki/x/AQCIIg

Table of Contents

Introduction

...

  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 --mode calls presence --env prod -e -l 4 --xhop_voice_login true


  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:
    Image Removed
    Image Added

  4. Create a conversation in x-bees, adding all members of x-hoppers broadcast, including all W-AIR headset users and all users of x-bees mobile app, that are going to use the Push-to-talk feature. The transcription and audio files of what was pronounced in x-hoppers broadcast will be added to this conversation.

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

    Code Block
    [
        {
    "audio_conf_id": 0,
    
    "xbees_channel_id": "a1b88b80-a287-4848-8d1a-9fb8721f"
       }
    ]

    Where:

    1. “0” is the number of x-hopper conference

    2. "a1b88b80-a287-4848-8d1a-9fb8721f" is the ID of x-bees conversation. 

      Note

      Note: The conversation ID is available in the conversation URL: 


  6. Restart the service to apply the changes: 

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


...