Fix bridge snapshot conversion to JSON

This makes ast_bridge_snapshot_to_json conform to the swagger Bridge
model by adding the two fields it required.

Review: https://reviewboard.asterisk.org/r/2583/


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@392116 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Kinsey Moore
2013-06-18 14:30:06 +00:00
parent 4aa47d6893
commit 3c34b725cb
3 changed files with 54 additions and 13 deletions

View File

@@ -34,8 +34,7 @@
"allowedValues": {
"type": "LIST",
"values": [
"two-party",
"multi-party",
"mixing",
"holding"
]
}
@@ -240,8 +239,7 @@
"allowedValues": {
"type": "LIST",
"values": [
"two-party",
"multi-party",
"mixing",
"holding"
]
}