Merge pull request #19 from jambonz/feat/moh_01

add onHoldHook to dial verb
This commit is contained in:
Dave Horton
2023-08-15 18:16:39 -04:00
committed by GitHub
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -198,6 +198,7 @@
"properties": {
"id": "string",
"actionHook": "object|string",
"onHoldHook": "object|string",
"answerOnBridge": "boolean",
"callerId": "string",
"callerName": "string",
+1
View File
@@ -67,6 +67,7 @@ test("validate correct verbs", async (t) => {
{
"verb": "dial",
"actionHook": "/outdial",
"onHoldHook": "/onHoldHook",
"callerId": "+16173331212",
"callerName": "Tom",
"answerOnBridge": true,