|
|
@@ -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}
|