774056846 6 달 전
부모
커밋
16bb2af90c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/core/callcenter/call.py

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

@@ -81,7 +81,7 @@ class CallService:
         caller = call_info.called
         call_id = call_info.call_id
         agent = self.cache.get_agent_info(call_info.saas_id, call_info.agent_key)
-        device_id = 'D' + str(self.snowflake.next_id())
+        device_id = 'T' + str(self.snowflake.next_id())
         # now = lambda: int(round(time.time() * 1000))
         now = datetime.utcnow().timestamp()