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