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

Friendly Automation (JIRA) noreply at issues.asterisk.org
Fri Jul 24 09:15:27 CDT 2020


    [ https://issues.asterisk.org/jira/browse/ASTERISK-28987?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=251523#comment-251523 ] 

Friendly Automation commented on ASTERISK-28987:
------------------------------------------------

Change 14702 merged by Friendly Automation:
stasis_bridge.c: Fixed wrong video_mode shown

[https://gerrit.asterisk.org/c/asterisk/+/14702|https://gerrit.asterisk.org/c/asterisk/+/14702]

> 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
>
> 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