• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/integration/voximplantmanager.php
  • Класс: Bitrix\Crm\Integration\VoxImplantManager
  • Вызов: VoxImplantManager::saveComment
static function saveComment($callId, $comment)
{
	if(!Loader::includeModule('voximplant'))
	{
		return null;
	}

	\CVoxImplantHistory::saveComment($callId, $comment);
}