|
@@ -648,6 +648,7 @@ class OutboundClient:
|
|
|
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.device_info_map = {device_id: device_custom, new_device_id: device_bot}
|
|
|
+ print("outBound, call_info=%s, kwargs=%s"%(call_info, kwargs), flush=True)
|
|
|
self.server.cache.add_call_info(call_info)
|
|
|
|
|
|
|