mirror of
https://github.com/jambonz/verb-specifications.git
synced 2025-12-19 04:47:47 +00:00
add support for dual streams in rest:dial
This commit is contained in:
@@ -407,7 +407,8 @@
|
|||||||
"to": "#target",
|
"to": "#target",
|
||||||
"headers": "object",
|
"headers": "object",
|
||||||
"timeout": "number",
|
"timeout": "number",
|
||||||
"amd": "#amd"
|
"amd": "#amd",
|
||||||
|
"dual_streams" : "boolean"
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"call_hook",
|
"call_hook",
|
||||||
|
|||||||
@@ -313,7 +313,8 @@ test("validate correct verbs", async (t) => {
|
|||||||
"amd": {
|
"amd": {
|
||||||
"actionHook": "/answeringMachineDetection",
|
"actionHook": "/answeringMachineDetection",
|
||||||
|
|
||||||
}
|
},
|
||||||
|
"dual_streams": true
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
try {
|
try {
|
||||||
|
|||||||
Reference in New Issue
Block a user