Versions Compared

Key

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

...

  • Navigate to PBX menu, Integrations -> Applications -> Simple Token tab

  • Create a token for the user 100 and copy its key

    Image RemovedImage Added
  • Scan any QR code located inside the box

  • After scanning, you will be redirected to a web page where you need to provide the necessary data to map the box to your PBX (you can find the required data in the email we sent you):

    • Your company name

    • PBX domain name

    • Simple Token key

  • Once the mapping process is completed, you can proceed to the further setup

...

  • To gather and post transcriptions of conversations, use these commands in Terminal:

    • create directory /etc/systemd/system/pbx-data-engine.service.d

      Code Block
      # mkdir /etc/systemd/system/pbx-data-engine.service.d
    • add the following key to the file 

      Code Block
      # vi /etc/systemd/system/pbx-data-engine.service.d/override.conf
       
      [Service]
      ExecStart=
      ExecStart=/usr/sbin/pbx_data_engine.py --daemon --mode calls presence -cr
    • add the following data to /rw2/etc/pbx/x-hoppers.json file

      Code Block
      [
        {
          "audio_conf_id": "2",
          "xbees_channel_id": "f6d17593-98b6-471d-941a-cd03153f"
        }
      ]
      • audio_conf_id: ID of the audio broadcast channel in x-hoppers where the communication takes place

      • xbees_channel_id: ID of the x-bees conversation, where the content will be posted

    • reload systemd and restart the service to apply the changes:

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

Step 5. Installing W-AIR firmware

...

for managing incoming calls

Tip

This step is temporary until the stable firmware version is released.

  • Download the firmware package: https://packages-deb.s3.eu-central-1.amazonaws.com/wms-wildixair-firmwares_6.04.20230926.1~786e2dc8_all.deb

  • Upload the package from your PC to the PBX using the FileZilla tool (SFTP) or the console

    Code Block
    scp -P2222 WAIR-HS_v0829_b1218.fwu admin@pbx_domain.wildixin.com:/home/admin
    • admin@pbx_domain.wildixin.com -> insert your PBX domain name

  • Access home/admin directory

    Code Block
    cd /home/admin/
  • Unpack the package

    Code Block
    dpkg -i WAIR-HS_v0829_b1218.fwu
  • Navigate to WMS Devices menu, select the W-AIR Base Station and click Configure / Sync device

  • W-AIR Headsets start updating, you can check the status on the Base station’s web interface

...