/
mikopbx
/
ModuleBeelinePbx
Обзор
Документация
Войти
/
mikopbx
/
ModuleBeelinePbx
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
master
Messages/en.php
44 строки
3 KB
boffart
Инициализация модуля ModuleBeelinePbx
08 июл 2026, 17:11
08 июл 2026, 17:11
1cc4e1a
Код
Авторство
О чём код?
<?php /* * MikoPBX - free phone system for small business * Copyright © 2017-2024 Alexey Portnov and Nikolay Beketov * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along with this program. * If not, see <https://www.gnu.org/licenses/>. */ return [ 'repModuleBeelinePbx' => 'Beeline Cloud PBX integration - %repesent%', 'mo_ModuleModuleBeelinePbx' => 'Beeline Cloud PBX integration', 'BreadcrumbModuleBeelinePbx' => 'Beeline Cloud PBX integration', 'SubHeaderModuleBeelinePbx' => 'Call history and call recordings import', 'module_beeline_pbx_authApiKey' => 'API token (X-MPBX-API-AUTH-TOKEN)', 'module_beeline_pbx_pbxPublicUrl' => 'Public PBX address (for events subscription)', 'module_beeline_pbx_callbackHint' => 'Beeline events callback URL', 'module_beeline_pbx_gap' => 'Time shift, hours', 'module_beeline_pbx_employeeNumberField' => 'Employee number in CDR', 'module_beeline_pbx_employeeInternal' => 'Internal (extension) number', 'module_beeline_pbx_employeeMobile' => 'Mobile number (11 digits)', 'module_beeline_pbx_downloadRecordings' => 'Download call recordings', 'module_beeline_pbx_pushSubscriptionEnabled' => 'Subscribe to Beeline events (Xsi-Events, real-time)', 'module_beeline_pbx_pushSubscriptionHint' => 'The module registers the events callback URL with Beeline and renews the subscription automatically before it expires. Requires a valid "API token" and "Public PBX address" (must be reachable from the internet). The change takes effect within a few minutes (via cron).', 'module_beeline_pbx_subscriptionActive' => 'Subscription active until', 'module_beeline_pbx_subscriptionPending' => 'Subscription pending activation (check the token and the public PBX address)', 'module_beeline_pbx_subscriptionError' => 'Subscription error', 'module_beeline_pbx_excludedNumbers' => 'Excluded numbers (do not import)', 'module_beeline_pbx_excludedNumbersHint' => 'Calls involving any of the listed numbers will NOT be imported into MikoPBX CDR. One number per line (commas and semicolons also work). Short numbers (extensions, e.g. 2500) are matched exactly; long ones by the last 10 digits (79162153549, +7 916 215-35-49, 8 916 215-35-49 are equivalent).', 'module_beeline_pbxValidateValueIsEmpty' => 'Check the field, it looks like empty', 'module_beeline_pbxConnected' => 'Module connected', 'module_beeline_pbxDisconnected' => 'Module disconnected', 'module_beeline_pbxUpdateStatus' => 'Update module status', ];