• Модуль: voximplant
  • Путь к файлу: ~/bitrix/modules/voximplant/lib/update/updater_22_100_0.php
  • Класс: BitrixVoximplantUpdateUpdater_22_100_0
  • Вызов: Updater_22_100_0::shouldNotifyOfAmazonTTSChanges
static function shouldNotifyOfAmazonTTSChanges(): bool
{
	$telephonyAccount = new CVoxImplantAccount();
	$accountName = $telephonyAccount->GetAccountName();
	$accountName = str_replace('.bitrixphone.com', '', $accountName);

	return array_key_exists($accountName, static::getAffectedAccountList()) || Option::get('voximplant', 'test_show_notification_amazon_tts', 'N') === 'Y';
}