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 (#25)
This commit is contained in:
@@ -407,7 +407,8 @@
|
||||
"to": "#target",
|
||||
"headers": "object",
|
||||
"timeout": "number",
|
||||
"amd": "#amd"
|
||||
"amd": "#amd",
|
||||
"dual_streams" : "boolean"
|
||||
},
|
||||
"required": [
|
||||
"call_hook",
|
||||
|
||||
@@ -313,7 +313,8 @@ test("validate correct verbs", async (t) => {
|
||||
"amd": {
|
||||
"actionHook": "/answeringMachineDetection",
|
||||
|
||||
}
|
||||
},
|
||||
"dual_streams": true
|
||||
}
|
||||
];
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user