• Модуль: voximplant
  • Путь к файлу: ~/bitrix/modules/voximplant/lib/scenario.php
  • Класс: BitrixVoximplantScenario
  • Вызов: Scenario::sendCancelTransfer
public function sendCancelTransfer($userId, $waitResponse = false)
{
	return $this->send([
		'COMMAND' => static::COMMAND_CANCEL_TRANSFER,
		'OPERATOR_ID' => $userId,
	], $waitResponse);
}