• Модуль: voximplant
  • Путь к файлу: ~/bitrix/modules/voximplant/classes/general/vi_config.php
  • Класс: CVoxImplantConfig
  • Вызов: CVoxImplantConfig::SetLinkCheckCrm
static function SetLinkCheckCrm($active)
{
	$active = $active? true: false;

	return COption::SetOptionInt("voximplant", "link_check_crm", $active);
}