余尚辉 4 mēneši atpakaļ
vecāks
revīzija
4c9e6f4ead
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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):
         """转接"""