• Модуль: voximplant
  • Путь к файлу: ~/bitrix/modules/voximplant/lib/routing/pstn.php
  • Класс: BitrixVoximplantRoutingPstn
  • Вызов: Pstn::__construct
public function __construct($phoneNumber, $failureRule, $userId = 0)
{
	parent::__construct();
	$this->phoneNumber = $phoneNumber;
	$this->failureRule = $failureRule;
	$this->userId = $userId;
}