ConfbridgeWelcome event

https://wiki.asterisk.org/wiki/display/AST/Conference+Bridge+Messaging

Working with the Confbridge Events, I have send_events=yes and echo_events=yes, but when the ConfbridgeWelcome event comes through it doesn’t have the correct muted state.

It appears muted is not to be a state, more of a confbridge static setting. If I set startmuted=yes the welcome events shows muted=true, even if individually members have changed their own mute state.

Is this by design or a bug?

If by design, how do I get the individual participant mute states on entering a conference?

Im also seeing something strange with the admin states:

{
  "type": "ConfbridgeWelcome",
  "timestamp": "2021-11-30T09:38:09.081+0000",
  "bridge": {
    "id": "c73ee2a6-466c-4a3b-87c2-06dd38b66e75",
    "name": "60",
    "creationtime": "2021-11-30T09:37:59.194+0000",
    "video_mode": "sfu"
  },
  "channels": [
    {
      "id": "RaspberryPiPBX-1638265075.10",
      "name": "PJSIP/yAS43lAg8L-00000006",
      "state": "Up",
      "caller": {
        "name": "One Hundred",
        "number": "100"
      },
      "creationtime": "2021-11-30T09:37:55.689+0000",
      "language": "en",
      "admin": false,
      "muted": true
    },
    {
      "id": "RaspberryPiPBX-1638265085.13",
      "name": "PJSIP/TTbXG7XMOC-00000007",
      "state": "Up",
      "caller": {
        "name": "Eight Hundred",
        "number": "800"
      },
      "creationtime": "2021-11-30T09:38:05.576+0000",
      "language": "en",
      "admin": false,
      "muted": true
    }
  ]
}

When “Eight Hundred” got this message the “One Hundred” was admin, and was not muted. both states incorrect.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.