余尚辉 hace 4 meses
padre
commit
4c9e6f4ead
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/core/callcenter/esl/client.py

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

@@ -238,7 +238,7 @@ class InboundClient:
         """桥接电话"""
         self.multi_set_var(device_id1, BRIDGE_VARIABLES)
         self.multi_set_var(device_id2, BRIDGE_VARIABLES)
-        self.bgapi(BRIDGE, arg=device_id1 + SPACE + device_id2, desc="bridge_call")
+        self.bgapi(ORIGINATE, arg=device_id1 + SPACE + device_id2, desc="bridge_call")
 
     def transfer_call(self, _from, _to):
         """转接"""