余尚辉 20 ore fa
parent
commit
c4a2d00f38
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/core/callcenter/views.py

+ 1 - 1
src/core/callcenter/views.py

@@ -19,7 +19,7 @@ outbound_client = OutboundClient(agent,app)
 call_service = CallService(inbound_client, app.logger)
 agent_service = AgentService(inbound_client, app.logger)
 agent_oper_service = AgentOperService(inbound_client, app.logger)
-acd_service = AcdService(inbound_client, app.logger)
+acd_service = AcdService(inbound_client, app)
 agent.acd_service = acd_service