774056846 4 months ago
parent
commit
70d8352564
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/core/callcenter/esl/client.py

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

@@ -566,7 +566,7 @@ class OutboundClient:
 
             call_info.device_list.append(device_id)
             call_info.device_list.append(new_device_id)
-            call_info.next_commands.append(NextCommand(device_id, NextType.NEXT_CALL_BRIDGE.code, new_device_id))
+            # call_info.next_commands.append(NextCommand(device_id, NextType.NEXT_CALL_BRIDGE.code, new_device_id))
             call_info.device_info_map = {device_id: device_custom, new_device_id: device_bot}
             Cache.add_call_info(call_info)