mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-03 03:20:57 +00:00
Merge "feat: AudioSocket channel, application, and ARI support."
This commit is contained in:
@@ -1810,7 +1810,8 @@
|
||||
"allowableValues": {
|
||||
"valueType": "LIST",
|
||||
"values": [
|
||||
"rtp"
|
||||
"rtp",
|
||||
"audiosocket"
|
||||
]
|
||||
}
|
||||
},
|
||||
@@ -1825,7 +1826,8 @@
|
||||
"allowableValues": {
|
||||
"valueType": "LIST",
|
||||
"values": [
|
||||
"udp"
|
||||
"udp",
|
||||
"tcp"
|
||||
]
|
||||
}
|
||||
},
|
||||
@@ -1866,6 +1868,14 @@
|
||||
"both"
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "data",
|
||||
"description": "An arbitrary data field",
|
||||
"paramType": "query",
|
||||
"required": false,
|
||||
"allowMultiple": false,
|
||||
"dataType": "string"
|
||||
}
|
||||
],
|
||||
"errorResponses": [
|
||||
|
Reference in New Issue
Block a user