Versions Compared

Key

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

...

  • Create a dedicated group conversation or use an existing one with all the associates connected to a broadcast

  • Copy the conversation ID (available in the URL of the conversation)

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

    Code Block
    [
      {
        "audio_conf_id": "2",
        "xbees_channel_id": "f6d17593-98b6-471d-941a-cd03153f",
        "smart_notification_user_extension": 777
      }
    ]
  • where

    • audio_conf_id is the ID of the broadcast channel in x-hoppers where the communication takes place

    • xbees_channel_id isĀ the ID of the group conversation, where the contentĀ is posted

    • smart_notification_user_extension is the extension number of a user who is designated as the owner of the smart notifications posted to the conversation

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

    Code Block
    # systemctl daemon-reload
    # systemctl restart pbx-data-engine
Panel
panelIconId1f4d7
panelIcon:green_book:
panelIconText📗
bgColor#E3FCEF

Detailed description on how to create conversation can be found in x-hoppers Admin Guide.

...