public function __construct()
 {
     $confFile = pathinfo(__FILE__, PATHINFO_DIRNAME) . '/asterisk.json';
     self::$_config = Zend_Json_Decoder::decode(file_get_contents($confFile));
 }