浏览代码

ьштще

svetlana 3 年之前
父节点
当前提交
0e89174e4a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/cel.py

+ 1 - 1
app/cel.py

@@ -101,7 +101,7 @@ class CdrUserEvents(CdrEvents):
             'answered': event.disposition=='ANSWERED',
             'answered': event.disposition=='ANSWERED',
             'duration': event.duration,
             'duration': event.duration,
             #'waiting': event.waiting,
             #'waiting': event.waiting,
-            'application': event.lastapp
+            'application': event.lastapp,
             'dst': event.dst,
             'dst': event.dst,
             'uniqueid': self.uniqueid,
             'uniqueid': self.uniqueid,
             'file': self.recordingfile}
             'file': self.recordingfile}