call echo logger
[auerswald-callnotifier.git] / src / callnotifier / EDSS1 / Parameter.php
index 0f20427ccf17325a06cc0cd9a4088bd656f668f8..87bc3c3482adb60d05b31cff7c41e8fb9d762977 100644 (file)
@@ -6,10 +6,10 @@ namespace callnotifier;
  */
 class EDSS1_Parameter
 {
-    const CALLING_PARTY_NUMBER = "\x6C";
-    const CALLED_PARTY_NUMBER = "\x70";
-    const CONNECTED_NUMBER = "\x4C";
-    const KEYPAD = "\x2C";
+    const CALLING_PARTY_NUMBER = 0x6C;
+    const CALLED_PARTY_NUMBER = 0x70;
+    const CONNECTED_NUMBER = 0x4C;
+    const KEYPAD = 0x2C;
 
     public $type;
     public $length;