• Модуль: voximplant
  • Путь к файлу: ~/bitrix/modules/voximplant/classes/general/vi_phone.php
  • Класс: CVoxImplantPhone
  • Вызов: CVoxImplantPhone::hasRentedNumber
static function hasRentedNumber()
{
	$row = BitrixVoximplantModelNumberTable::getRow([
		'select' => ['ID'],
		'limit' => 1
	]);

	return $row != false;
}