begin work on call detaillers (load name from ldap, load location from opengeodb)
[auerswald-callnotifier.git] / src / callnotifier / CLI.php
index 2a6d3ca6ea4aa5d96c233ff5d2ff28ae235ef8a8..8958f78a86404331a71b59920507e5afbf1ae46f 100644 (file)
@@ -36,6 +36,8 @@ class CLI
         );
 
         $callMonitor = new CallMonitor($this->config, $log);
+        $callMonitor->addDetailler(new CallMonitor_Detailler_LDAP());
+        $callMonitor->addDetailler(new CallMonitor_Detailler_OpenGeoDb());
 
         $handler = new MessageHandler($this->config, $log, $callMonitor);