default logging types are io, not only i
[auerswald-callnotifier.git] / src / callnotifier / Logger / CallDreambox.php
index d617f1d30193323b3422a71cb34a199d9a1f883b..f5da0f98aa1f5e7b8f673564702a4b041b02fe69 100644 (file)
@@ -5,7 +5,7 @@ class Logger_CallDreambox extends Logger_CallBase
 {
     protected $host;
 
-    public function __construct($host, $callTypes = 'i', $msns = array())
+    public function __construct($host, $callTypes = 'io', $msns = array())
     {
         parent::__construct($callTypes, $msns);
         $this->host = $host;