module.php 318 B

12345678
  1. <?php
  2. $this->registerModule($module, 'main', __('Asterisk PBX'), 'Pautina',
  3. array('ASTERISK' => __('right to use asterisk integration'),
  4. 'ASTERISKCONF' => __('right to control asterisk configuration'),
  5. 'ASTERISKALIAS' => __('right to control asterisk aliases'),
  6. ));
  7. ?>