read TEI and call reference
[auerswald-callnotifier.git] / src / callnotifier / EDSS1 / Message.php
index 3d22a8206594b0ed14c5e1cf3e920791cfcf1d25..08fa44f94f9bef1f24053cbc639f6b24948b8b38 100644 (file)
@@ -12,11 +12,32 @@ class EDSS1_Message
     const RELEASE = "\x4D";
     const RELEASE_COMPLETE = "\x5A";
     const INFORMATION = "\x7B";
-    
+
     /**
+     * Message type, see the class constants
      * @var integer
      */
     public $type;
+
+    /**
+     * Call reference number to distinguish concurrent calls
+     *
+     * @var integer
+     */
+    public $callRef;
+
+    /**
+     * Terminal Endpoint Identifier (internal Telephone ID)
+     *
+     * @var integer
+     */
+    public $tei;
+
+    /**
+     * Array of EDSS1_Parameter objects
+     *
+     * @var array
+     */
     public $parameters = array();