余尚辉 пре 4 месеци
родитељ
комит
4c9e6f4ead
1 измењених фајлова са 1 додато и 1 уклоњено
  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):
         """转接"""