- Модуль: voximplant
- Путь к файлу: ~/bitrix/modules/voximplant/classes/general/vi_event.php
- Класс: CVoxImplantEvent
- Вызов: CVoxImplantEvent::onGetNotifySchema
static function onGetNotifySchema()
{
return [
"voximplant" => [
"notifications" => [
"NAME" => Loc::getMessage('VI_EVENTS_NOTIFICATIONS'),
"SITE" => "Y",
"MAIL" => "Y",
"XMPP" => "N",
"PUSH" => "N",
"DISABLED" => [],
],
"status_notifications" => [
"NAME" => Loc::getMessage('VI_EVENTS_SIP_STATUS_NOTIFICATIONS'),
"SITE" => "Y",
"MAIL" => "Y",
"XMPP" => "N",
"PUSH" => "N",
"DISABLED" => [IM_NOTIFY_FEATURE_PUSH],
],
],
];
}