Compare commits

...

1 Commits

Author SHA1 Message Date
Quan HL
e557b9ac3d add support for dual streams in rest:dial 2023-09-20 14:16:45 +07:00
2 changed files with 4 additions and 2 deletions

View File

@@ -407,7 +407,8 @@
"to": "#target",
"headers": "object",
"timeout": "number",
"amd": "#amd"
"amd": "#amd",
"dual_streams" : "boolean"
},
"required": [
"call_hook",

View File

@@ -313,7 +313,8 @@ test("validate correct verbs", async (t) => {
"amd": {
"actionHook": "/answeringMachineDetection",
}
},
"dual_streams": true
}
];
try {