add incoming/outgoing type to calls
[auerswald-callnotifier.git] / src / callnotifier / CallMonitor / Call.php
index 3ebd251a66e9cab36f3df01dd61b77d75f5cfe37..0f16ead7e3493f3b7c96b0891390bff0b9fa5e2f 100644 (file)
@@ -3,6 +3,17 @@ namespace callnotifier;
 
 class CallMonitor_Call
 {
 
 class CallMonitor_Call
 {
+    const INCOMING = 'i';
+    const OUTGOING = 'o';
+
+    /**
+     * Type of call: "i"ncoming or "o"utgoing
+     *
+     * @var string
+     */
+    public $type;
+
+
     /**
      * Telephone number of caller
      *
     /**
      * Telephone number of caller
      *