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