Merge pull request #17 from jambonz/feat/moh

feat: add onhold music to dial verb
This commit is contained in:
Dave Horton
2023-08-10 07:49:26 -04:00
committed by GitHub
2 changed files with 4 additions and 2 deletions

View File

@@ -45,7 +45,8 @@
"listen": "#listenOptions",
"amd": "#amd",
"notifyEvents": "boolean",
"reset": "string|array"
"reset": "string|array",
"onHoldMusic": "string"
},
"required": []
},

View File

@@ -34,7 +34,8 @@ test("validate correct verbs", async (t) => {
"enable": true,
"input" : ["speech"],
"actionHook": "/userInput"
}
},
"onHoldMusic": "http://server.com/hold"
},
{
"verb": "config",