[asterisk-bugs] [JIRA] (ASTERISK-28987) BridgeCreated ARI event shows wrong video_mode info
Asterisk Team (JIRA)
noreply at issues.asterisk.org
Thu Aug 20 05:16:44 CDT 2020
[ https://issues.asterisk.org/jira/browse/ASTERISK-28987?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Asterisk Team updated ASTERISK-28987:
-------------------------------------
Target Release Version/s: 13.36.0
> 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: 16.11.1, 17.5.1
> Reporter: sungtae kim
> Assignee: sungtae kim
> Severity: Minor
> Target Release: 13.36.0
>
>
> 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