• Модуль: sender
  • Путь к файлу: ~/bitrix/modules/sender/lib/preset/templates/audiocall.php
  • Класс: BitrixSenderPresetTemplatesAudioCall
  • Вызов: AudioCall::getDurationByCode
static function getDurationByCode($code)
{
	$code = self::getCodeWithLang($code);
	$data = self::getMetadata();
	return $data['durations'][$code] ?? false;
}