774056846 4 månader sedan
förälder
incheckning
546ffc570d
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      src/core/callcenter/esl/client.py

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

@@ -258,7 +258,7 @@ class InboundClient:
             _con = ESL.ESLconnection(self.host, self.port, self.password)
             if _con.connected():
                 arg = ''.join([EslEventUtil.SIP_H_P_LIBRA_HANGUP_CAUSE, "=", case_enum.description])
-                self.send_args(device_id, SET, arg, con=_con)
+                # self.send_args(device_id, SET, arg, con=_con)
                 e = _con.sendEvent(msg)
                 self.logger.info("hangup_call挂机 hangup call: %s, device: %s, arg: %s, res:%s" % (call_id, device_id, arg, e.serialize('json')))
         except: