davidliu 4 місяців тому
батько
коміт
d2dd0d48c7
1 змінених файлів з 1 додано та 1 видалено
  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)
             str(limit)
         ]
         ]
         command = ' '.join(builder)
         command = ' '.join(builder)
-        self.con.bgapi(command, EMPTY)
+        self.bgapi(command, desc="record")
 
 
     def transfer(self, uuid, smf, dest, dialplan, context):
     def transfer(self, uuid, smf, dest, dialplan, context):
         builder = [
         builder = [