...Человеческий поиск в разработке...
- Модуль: sender
- Путь к файлу: ~/bitrix/modules/sender/lib/integration/voximplant/service.php
- Класс: Bitrix\Sender\Integration\VoxImplant\Service
- Вызов: Service::canUse
static function canUse() { if (!Loader::includeModule('voximplant')) { return false; } else { return true; } }