• Модуль: sender
  • Путь к файлу: ~/bitrix/modules/sender/lib/preset/templates/audiocall.php
  • Класс: BitrixSenderPresetTemplatesAudioCall
  • Вызов: AudioCall::getAudioFileUrlByCode
static function getAudioFileUrlByCode($code)
{
	if (!self::presetExists($code))
	{
		return false;
	}
	$filePath = static::AUDIO_DIR . static::getCodeWithLang($code) . '.mp3';
	return $filePath;
}