svetlana před 3 roky
rodič
revize
0e89174e4a
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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}