Browse Source

Call dst filter test

Hal De 4 năm trước cách đây
mục cha
commit
64378bbb76
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      app/cel.py

+ 1 - 1
app/cel.py

@@ -100,7 +100,7 @@ class CdrCall:
   def dst(self):
     # placeholder
     # TODO: determine last dst based on disposition
-    return self.events.filter(src, self.src).last.dst
+    return self.events.filter('src', self.src).last.dst
   @property
   def did(self):
     if self.direction == 'inbound':