[asterisk-bugs] [JIRA] (ASTERISK-28987) BridgeCreated ARI event shows wrong video_mode info

sungtae kim (JIRA) noreply at issues.asterisk.org
Fri Jul 10 18:21:25 CDT 2020


sungtae kim created ASTERISK-28987:
--------------------------------------

             Summary: BridgeCreated ARI event shows wrong video_mode info
                 Key: ASTERISK-28987
                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-28987
             Project: Asterisk
          Issue Type: Bug
      Security Level: None
          Components: Resources/res_stasis
    Affects Versions: 17.5.1, 16.11.1
            Reporter: sungtae kim
            Severity: Minor


If the ARI creates a bridge, BridgeCreated ARI event shows wrong video_mode info.

{code}
> POST /ari/bridges HTTP/1.1
> Host: localhost:8088
> Authorization: Basic YXN0ZXJpc2s6YXN0ZXJpc2s=
> User-Agent: insomnia/2020.3.0
> Content-Type: application/json
> Accept: */*
> Content-Length: 56

| {
| 	"bridgeId": "test-conference",
| 	"type": "video_sfu"
| }

{
  "id": "test-conference",
  "technology": "softmix",
  "bridge_type": "mixing",
  "bridge_class": "stasis",
  "creator": "Stasis",
  "name": "",
  "channels": [],
  "creationtime": "2020-07-11T01:17:30.242+0200",
  "video_mode": "sfu"
}

{"type":"BridgeCreated","timestamp":"2020-07-11T01:17:30.242+0200","bridge":{"id":"test-conference","technology":"softmix","bridge_type":"mixing","bridge_class":"stasis","creator":"Stasis","name":"","channels":[],"creationtime":"2020-07-11T01:17:30.242+0200","video_mode":"none"},"asterisk_id":"08:00:27:6c:23:28","application":"test"}
{code}



--
This message was sent by Atlassian JIRA
(v6.2#6252)



More information about the asterisk-bugs mailing list