Jelajahi Sumber

录音功能优化,fix

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

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

@@ -353,7 +353,7 @@ class InboundClient:
             str(limit)
         ]
         command = ' '.join(builder)
-        self.con.bgapi(command, EMPTY)
+        self.bgapi(command, desc="record")
 
     def transfer(self, uuid, smf, dest, dialplan, context):
         builder = [