|
@@ -238,7 +238,7 @@ class InboundClient:
|
|
"""桥接电话"""
|
|
"""桥接电话"""
|
|
self.multi_set_var(device_id1, BRIDGE_VARIABLES)
|
|
self.multi_set_var(device_id1, BRIDGE_VARIABLES)
|
|
self.multi_set_var(device_id2, 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):
|
|
def transfer_call(self, _from, _to):
|
|
"""转接"""
|
|
"""转接"""
|