add support for fromHost in createCall rest api

This commit is contained in:
Dave Horton
2022-10-25 13:32:13 -04:00
parent 9c69a2c79f
commit c3d39f0970
3 changed files with 4 additions and 1 deletions

View File

@@ -11,6 +11,7 @@ class TaskRestDial extends Task {
super(logger, opts);
this.from = this.data.from;
this.fromHost = this.data.fromHost;
this.to = this.data.to;
this.call_hook = this.data.call_hook;
this.timeout = this.data.timeout || 60;