|
@@ -259,8 +259,8 @@ class InboundClient:
|
|
|
if _con.connected():
|
|
|
arg = ''.join([EslEventUtil.SIP_H_P_LIBRA_HANGUP_CAUSE, "=", case_enum.description])
|
|
|
self.send_args(device_id, SET, arg, con=_con)
|
|
|
- _con.sendEvent(msg)
|
|
|
- self.logger.info("hangup_call挂机 hangup call: %s, device: %s, arg: %s" % (call_id, device_id, arg))
|
|
|
+ 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:
|
|
|
traceback.print_exc()
|
|
|
finally:
|