소스 검색

ьштще

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',
             'duration': event.duration,
             #'waiting': event.waiting,
-            'application': event.lastapp
+            'application': event.lastapp,
             'dst': event.dst,
             'uniqueid': self.uniqueid,
             'file': self.recordingfile}