• Модуль: voximplant
  • Путь к файлу: ~/bitrix/modules/voximplant/lib/routing/pstn.php
  • Класс: BitrixVoximplantRoutingPstn
  • Вызов: Pstn::getNextAction
public function getNextAction(Call $call, array $request = [])
{
	if($this->failureRule == Command::VOICEMAIL)
	{
		return new Action(Command::VOICEMAIL);
	}
	else
	{
		return new Action(Command::HANGUP);
	}
}