• Модуль: voximplant
  • Путь к файлу: ~/bitrix/modules/voximplant/lib/routing/queue.php
  • Класс: BitrixVoximplantRoutingQueue
  • Вызов: Queue::getFirstAction
public function getFirstAction(Call $call)
{
	// clear invite history, possibly left from another queue
	$call->moveToQueue($this->queueId);

	return $this->getNextAction($call);
}