• Модуль: voximplant
  • Путь к файлу: ~/bitrix/modules/voximplant/lib/call.php
  • Класс: BitrixVoximplantCall
  • Вызов: Call::moveToQueue
public function moveToQueue($queueId)
{
	$this->update([
		'QUEUE_ID' => $queueId,
		'QUEUE_HISTORY' => []
	]);
}