余尚辉 4 luni în urmă
părinte
comite
4c9e6f4ead
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  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):
         """转接"""