mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-10-29 15:36:13 +00:00 
			
		
		
		
	Merge "ARI: Detect duplicate channel IDs" into 13
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." | ||||
| 						} | ||||
| 					] | ||||
| 				} | ||||
| @@ -298,6 +302,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