/
mikopbx
/
ModuleNotifier
Обзор
Документация
Войти
/
mikopbx
/
ModuleNotifier
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
v1.1
Messages/en.php
29 строк
1 KB
boffart
feat: filter call notifications by CDR numbers
14 июл 2026, 11:39
14 июл 2026, 11:39
6a8a77b
Код
Авторство
О чём код?
<?php /** * Copyright (C) MIKO LLC - All Rights Reserved * Unauthorized copying of this file, via any medium is strictly prohibited * Proprietary and confidential * Written by Nikolay Beketov, 6 2018 * */ return [ 'repModuleNotifier' => 'Call notifications - %repesent%', 'mo_ModuleModuleNotifier' => 'Call notifications', 'BreadcrumbModuleNotifier' => 'Call notifications', 'SubHeaderModuleNotifier' => 'Send call notifications to Telegram or VK group', 'module_template_AddNewRecord' => 'Add', 'module_notifierbotApiKey' => 'Telegram Bot Token', 'module_notifierchatId' => 'Telegram Chat ID', 'module_messageTemplate' => 'Incoming call notification template', 'module_notifier_messengerType' => 'Notification channel', 'module_notifier_vkToken' => 'VK Access Token (community token)', 'module_notifier_vkPeerId' => 'VK Peer ID (conversation ID)', 'module_notifier_GetChats' => 'Get chats', 'module_notifier_SelectChat' => 'Select chat', 'module_notifier_SendTest' => 'Send test message', 'module_notifier_numberFilter' => 'Notify only when a number participates in the call', 'module_notifier_numberFilter_help' => 'Separate numbers with spaces or line breaks. Special characters are ignored. An empty list allows notifications for all calls.', ];