diff --git a/specs.json b/specs.json index 9d54af9..31987bb 100644 --- a/specs.json +++ b/specs.json @@ -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", diff --git a/test/jambonz-verb-test.js b/test/jambonz-verb-test.js index 95849e9..bffefee 100644 --- a/test/jambonz-verb-test.js +++ b/test/jambonz-verb-test.js @@ -46,6 +46,7 @@ test("validate correct verbs", async (t) => { "verb": "dial", "actionHook": "/outdial", "callerId": "+16173331212", + "callerName": "Tom", "answerOnBridge": true, "dtmfCapture": ["*2", "*3"], "dtmfHook": {