DavidLiu 3 月之前
父節點
當前提交
8daa01f33d
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/core/voip/bot.py

+ 1 - 0
src/core/voip/bot.py

@@ -567,6 +567,7 @@ class BotAgent:
 
         while not self.is_stopping:
             registry.BOT_AGENT_LIVES.set(self.user_part_pool.qsize())
+            self.logger.info("------------------>pjsua::%s", len(self.accounts))
             self.ep.libHandleEvents(100)
 
     def transfer(self, user_part, call_id, device_id, service_id='00000000000000000'):