Merge "ARI: Detect duplicate channel IDs" into 13

This commit is contained in:
Joshua Colp
2016-10-24 18:20:33 -05:00
committed by Gerrit Code Review
7 changed files with 101 additions and 6 deletions

View File

@@ -142,6 +142,10 @@
{
"code": 400,
"reason": "Invalid parameters for originating a channel."
},
{
"code": 409,
"reason": "Channel with given unique ID already exists."
}
]
}
@@ -298,6 +302,10 @@
{
"code": 400,
"reason": "Invalid parameters for originating a channel."
},
{
"code": 409,
"reason": "Channel with given unique ID already exists."
}
]
},