|
@@ -380,6 +380,7 @@ class AgentOperService:
|
|
|
@with_app_context
|
|
|
def _handle_idle(self, scene, agent):
|
|
|
agent_monitor = self.data_handle_server.get_agent_monitor(agent.saas_id, agent.agent_num)
|
|
|
+ print('agent_monitor:', agent_monitor, agent)
|
|
|
if agent_monitor.check_state == AgentCheck.OUT.code:
|
|
|
raise BizException(BizErrorCode.AGENT_CHECK_OUT_NOT_ALLOW_OPERATE)
|
|
|
if agent_monitor.service_state == AgentServiceState.CALLING.code or agent_monitor.service_state == AgentServiceState.DIALING.code:
|