|
@@ -284,8 +284,8 @@ class ChannelHangupHandler(EslEventHandler):
|
|
|
call_info.hangup_dir = HangupDir.HOST_HANGUP.code
|
|
|
elif DeviceType.CUSTOMER.code == device_info.device_type:
|
|
|
call_info.hangup_dir = HangupDir.CUSTOMER_HANGUP.code
|
|
|
- elif DeviceType.ROBOT.code == device_info.device_type:
|
|
|
- call_info.hangup_dir = HangupDir.ROBOT_HANGUP.code
|
|
|
+ # elif DeviceType.ROBOT.code == device_info.device_type:
|
|
|
+ # call_info.hangup_dir = HangupDir.ROBOT_HANGUP.code
|
|
|
|
|
|
# if not call_info.end_time:
|
|
|
# call_info.end_time = device_info.end_time
|