Файловый менеджер - Редактировать - /var/www/axolotl/data/www/axolotls.ru/www/bitrix/modules/voximplant/lib/routing/voicemail.php
Назад
<?php namespace Bitrix\Voximplant\Routing; use Bitrix\Voximplant\Call; class Voicemail extends Node { protected $reason; protected $userId; public function __construct($userId, $reason = '') { parent::__construct(); $this->reason = $reason; $this->userId = $userId; } public function getFirstAction(Call $call) { return new Action(Command::VOICEMAIL, ['REASON' => $this->reason, 'USER_ID' => $this->userId]); } public function getNextAction(Call $call, array $request = []) { return new Action(Command::VOICEMAIL, ['REASON' => $this->reason, 'USER_ID' => $this->userId]); } }
| ver. 1.4 |
Github
|
.
| PHP 7.4.8 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка