bridging: Add creation timestamps

This small feature will help to checking the bridge's status to
figure out which bridge is in old/zombie or not. Also added
detail items for the 'bridge show *' cli to provide more detail
info. And added creation item to the ARI as well.

ASTERISK-28279

Change-Id: I460238c488eca4d216b9176576211cb03286e040
This commit is contained in:
sungtae kim
2019-02-08 22:32:18 +01:00
committed by sungtae kim
parent 8f9ffe5905
commit 3638c433ac
6 changed files with 49 additions and 5 deletions

View File

@@ -753,6 +753,11 @@
"type": "string",
"description": "The ID of the channel that is the source of video in this bridge, if one exists.",
"required": false
},
"creationtime": {
"required": true,
"type": "Date",
"description": "Timestamp when bridge was created"
}
}
}