Merge pull request #6 from jambonz/feat/dial_caller_name

feat: update callerName to dial
This commit is contained in:
Dave Horton
2023-04-11 20:17:27 -04:00
committed by GitHub
2 changed files with 3 additions and 0 deletions
+2
View File
@@ -196,6 +196,7 @@
"actionHook": "object|string",
"answerOnBridge": "boolean",
"callerId": "string",
"callerName": "string",
"confirmHook": "object|string",
"referHook": "object|string",
"dialMusic": "string",
@@ -383,6 +384,7 @@
"call_hook": "object|string",
"call_status_hook": "object|string",
"from": "string",
"callerName": "string",
"fromHost": "string",
"speech_synthesis_vendor": "string",
"speech_synthesis_voice": "string",
+1
View File
@@ -46,6 +46,7 @@ test("validate correct verbs", async (t) => {
"verb": "dial",
"actionHook": "/outdial",
"callerId": "+16173331212",
"callerName": "Tom",
"answerOnBridge": true,
"dtmfCapture": ["*2", "*3"],
"dtmfHook": {