• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/Service/Timeline/Item/Activity/Call.php
  • Класс: Bitrix\Crm\Service\Timeline\Item\Activity\Call
  • Вызов: Call::buildCallQueueBlock
private function buildCallQueueBlock(): ?ContentBlock
{
	// TODO: call queue not implemented yet
	/*return (new ContentBlockWithTitle())
		->setTitle(ContentBlockFactory::createTitle(Loc::getMessage('CRM_TIMELINE_BLOCK_TITLE_QUEUE')))
		->setContentBlock((new Text())->setValue('not implemented yet')) // TODO: fix after improving in voximplant module
	;*/

	return null;
}