Selaa lähdekoodia

录音功能优化,fix

davidliu 4 kuukautta sitten
vanhempi
commit
d2dd0d48c7
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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 = [