• Модуль: voximplant
  • Путь к файлу: ~/bitrix/modules/voximplant/lib/call.php
  • Класс: BitrixVoximplantCall
  • Вызов: Call::updateGatheredDigits
public function updateGatheredDigits($gatheredDigits)
{
	$this->update(['GATHERED_DIGITS' => $gatheredDigits]);
}