Davidliu há 1 mês atrás
pai
commit
87bb91f3bf
1 ficheiros alterados com 11 adições e 11 exclusões
  1. 11 11
      src/core/voip/bot.py

+ 11 - 11
src/core/voip/bot.py

@@ -680,7 +680,7 @@ class BotAgent:
         _lock = True
         if _lock:
             self.logger.error("daviddebugger::play time greater than 60s, will restart")
-            # self.restart()
+            self.restart()
             return True
 
         _lock = self.cache.get_pjsua_thread_lock()
@@ -806,17 +806,17 @@ class BotAgent:
         self.is_stopping = True
         time.sleep(1)
         self.logger.info("destroy, come in 11111")
-        # try:
-        #     while not self.user_part_pool.empty():
-        #         self.user_part_pool.get_nowait()
-        # except:
-        #     pass
+        try:
+            while not self.user_part_pool.empty():
+                self.user_part_pool.get_nowait()
+        except:
+            pass
         self.logger.info("destroy, come in 22222")
-        # self.call_players.clear()
-        # self.accounts.clear()
-        # self.calls.clear()
-        # # Destroy the library
-        # self.ep.libDestroy()
+        self.call_players.clear()
+        self.accounts.clear()
+        self.calls.clear()
+        # Destroy the library
+        self.ep.libDestroy()
         time.sleep(1)
         self.logger.info("destroy, come in 33333")