• Модуль: voximplant
  • Путь к файлу: ~/bitrix/modules/voximplant/lib/routing/hangup.php
  • Класс: BitrixVoximplantRoutingHangup
  • Вызов: Hangup::__construct
public function __construct($code, $reason)
{
	parent::__construct();

	$this->code = $code;
	$this->reason = $reason;
}