/
mikopbx
/
ModuleAutoDialer
Обзор
Документация
Войти
/
mikopbx
/
ModuleAutoDialer
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
master
Messages/en.php
61 строка
3 KB
Alexey Portnov
Add CRM integration, fix incoming call polling, add WaitExten timeout handling
23 мар 2026, 14:39
23 мар 2026, 14:39
d521223
Код
Авторство
О чём код?
<?php return [ /* * MikoPBX - free phone system for small business * Copyright © 2017-2023 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/>. */ 'repModuleAutoDialer' => 'Module template - %repesent%', 'mo_ModuleModuleAutoDialer' => 'Module template', 'BreadcrumbModuleAutoDialer' => 'Template module', 'SubHeaderModuleAutoDialer' => 'Example to create own modules', 'module_template_AddNewRecord' => 'Add new', 'mod_AutoDialer_defDialPrefix' => 'Dialing Prefix', 'mod_AutoDialer_yandexApiKey' => 'Yandex API Key', 'mod_AutoDialer_yandexFolderId' => 'Yandex Cloud Folder ID (for STT)', 'mod_AutoDialer_confirmationType' => 'Confirmation question (read back recognized text)', 'mod_AutoDialer_restart' => 'Restart survey', 'mod_AutoDialer_needRecognize' => 'Recognize speech', 'mod_AutoDialer_recognizeLabelTitle' => 'Brief label', 'mod_AutoDialer_recognizeLabelPlaceholder' => 'e.g. Your name', 'mod_AutoDialer_questionText' => 'Question text', 'mod_AutoDialer_questionOptionsTitle' => 'Question parameters', 'mod_AutoDialer_NamePolling' => 'Name', 'mod_AutoDialer_ExtenTableNumber' => 'Internal number', 'mod_AutoDialer_ExtenTablePollingIdOK' => 'Survey if client found', 'mod_AutoDialer_AddExtension' => 'Add', 'mod_AutoDialer_timeoutWaitTime' => 'Input waiting time c.', 'mod_AutoDialer_defPress' => 'Default input value', 'mod_AutoDialer_Press' => 'Action on input ', 'mod_AutoDialer_playback_record' => 'Additional question ', 'mod_AutoDialer_answer' => 'Lock the selection', 'mod_AutoDialer_PressValueOptions' => 'Input timeout', 'mod_AutoDialer_PressValue' => 'Additional question text', 'mod_AutoDialer_AddQuestion' => 'Add', 'mod_AutoDialer_TabPolling' => 'Polls', 'mod_AutoDialer_TabSettings' => 'Settings', 'mod_AutoDialer_TabExtensions' => 'Room plan', 'mod_AutoDialer_ExtenTablePollingIdFAIL' => 'Survey if new client', 'mod_AutoDialer_PollingTableName' => 'Name', 'BreadcrumbModuleAutoDialerModifyPolling' => 'Survey', 'BreadcrumbModuleAutoDialerModifyExtension' => 'Extension', 'mod_AutoDialer_crmSettingsHeader' => 'CRM Connection', 'mod_AutoDialer_crmUrl' => 'CRM System URL', 'mod_AutoDialer_crmLogin' => 'Login (Basic Auth)', 'mod_AutoDialer_crmPassword' => 'Password (Basic Auth)', 'mod_AutoDialer_sendCrm' => 'Send to CRM and speak response', 'mod_AutoDialer_crmResponseTemplate'=> 'CRM Response Template', 'mod_AutoDialer_crmResponseTemplatePlaceholder' => 'Request number <result>. Thank you', ];