|
@@ -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:
|