774056846 пре 4 месеци
родитељ
комит
49e7059ea7
1 измењених фајлова са 2 додато и 1 уклоњено
  1. 2 1
      src/core/callcenter/esl/client.py

+ 2 - 1
src/core/callcenter/esl/client.py

@@ -263,7 +263,8 @@ class InboundClient:
                 self.send_args(device_id, SET, arg, con=_con)
                 e = _con.sendMSG(msg)
                 # e = _con.api(UUID_KILL, device_id)
-                self.logger.info("hangup_call挂机 hangup call: %s, device: %s, arg: %s, res:%s" % (call_id, device_id, arg, e.serialize('json')))
+                self.logger.info("hangup_call挂机 hangup call: %s, device: %s, arg: %s, res:%s" % (call_id, device_id, arg, e))
+                # self.logger.info("hangup_call挂机 hangup call: %s, device: %s, arg: %s, res:%s" % (call_id, device_id, arg, e.serialize('json')))
         except:
             traceback.print_exc()
         finally: