774056846 4 bulan lalu
induk
melakukan
bc925cf8e5
1 mengubah file dengan 2 tambahan dan 2 penghapusan
  1. 2 2
      src/core/callcenter/esl/client.py

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

@@ -239,8 +239,8 @@ class InboundClient:
             _from,
             "  -both 'set:hangup_after_bridge=false,set:park_after_bridge=true,park:' inline "
         ]
-        arg = ''.join(builder)
-        self.con.bgapi(TRANSFER, arg)
+        command = ''.join(builder)
+        self.bgapi(command, desc="transfer_call")
 
     def answer(self, device_id):
         """应答"""