mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-09 22:45:49 +00:00
stasis_bridge.c: Fixed wrong video_mode shown
Currently, if the bridge has created by the ARI, the video_mode parameter was not shown in the BridgeCreated event correctly. Fixed it and added video_mode shown in the 'bridge show <bridge id>' cli. ASTERISK-28987 Change-Id: I8c205126724e34c2bdab9380f523eb62478e4295
This commit is contained in:
committed by
George Joseph
parent
9022f35f09
commit
2e32b56bdb
@@ -5163,6 +5163,7 @@ static char *handle_bridge_show_specific(struct ast_cli_entry *e, int cmd, struc
|
||||
ast_cli(a->fd, "Subclass: %s\n", snapshot->subclass);
|
||||
ast_cli(a->fd, "Creator: %s\n", snapshot->creator);
|
||||
ast_cli(a->fd, "Name: %s\n", snapshot->name);
|
||||
ast_cli(a->fd, "Video-Mode: %s\n", ast_bridge_video_mode_to_string(snapshot->video_mode));
|
||||
ast_cli(a->fd, "Video-Source-Id: %s\n", snapshot->video_source_id);
|
||||
ast_cli(a->fd, "Num-Channels: %u\n", snapshot->num_channels);
|
||||
ast_cli(a->fd, "Num-Active: %u\n", snapshot->num_active);
|
||||
|
Reference in New Issue
Block a user