diff --git a/lib/utils/place-outdial.js b/lib/utils/place-outdial.js index afeb4f79..32b92c39 100644 --- a/lib/utils/place-outdial.js +++ b/lib/utils/place-outdial.js @@ -309,7 +309,7 @@ class SingleDialer extends Emitter { async _executeApp(confirmHook) { try { // retrieve set of tasks - const tasks = await this.requestor.request(confirmHook, this.callInfo.toJSON()); + const tasks = await this.requestor.request('confirmHook', confirmHook, this.callInfo.toJSON()); // verify it contains only allowed verbs const allowedTasks = tasks.filter((task) => {