diff --git a/lib/tasks/dial.js b/lib/tasks/dial.js index ba465531..70198177 100644 --- a/lib/tasks/dial.js +++ b/lib/tasks/dial.js @@ -399,7 +399,7 @@ class TaskDial extends Task { const {req, srf} = cs; const {getSBC} = srf.locals; const {lookupTeamsByAccount, lookupAccountBySid} = srf.locals.dbHelpers; - const {lookupCarrier, lookupCarrierByPhoneNumber, lookupCarrierByLcr} = dbUtils(this.logger, cs.srf); + const {lookupCarrier, lookupCarrierByLcr} = dbUtils(this.logger, cs.srf); const sbcAddress = this.proxy || getSBC(); const teamsInfo = {}; let fqdn;