add trunk property to dial.target

This commit is contained in:
Dave Horton
2021-11-27 17:41:27 -06:00
parent a3b10e8999
commit 7e7fa655af
2 changed files with 3 additions and 2 deletions

View File

@@ -328,7 +328,8 @@
"sipUri": "string",
"auth": "#auth",
"vmail": "boolean",
"tenant": "string"
"tenant": "string",
"trunk": "string"
},
"required": [
"type"

View File

@@ -1,6 +1,6 @@
{
"name": "@jambonz/node-client",
"version": "0.2.14",
"version": "0.2.15",
"description": "",
"main": "lib/index.js",
"scripts": {