Merge "ARI: Detect duplicate channel IDs" into 14

This commit is contained in:
Joshua Colp
2016-10-24 19:53:06 -05:00
committed by Gerrit Code Review
7 changed files with 100 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."
}
]
}
@@ -368,6 +372,10 @@
{
"code": 400,
"reason": "Invalid parameters for originating a channel."
},
{
"code": 409,
"reason": "Channel with given unique ID already exists."
}
]