mirror of
https://github.com/jambonz/verb-specifications.git
synced 2026-03-26 05:47:53 +00:00
Compare commits
1 Commits
v0.0.127
...
feat/two_s
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e557b9ac3d |
@@ -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