mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-17 07:18:15 +00:00
Merge "ARI: Detect duplicate channel IDs" into 14
This commit is contained in:
@@ -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."
|
||||
}
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user