# Helper::canUserCallNumber()

URL: https://chugunov.pro/api-bitrix/voximplant/security/helper/canusercallnumber/
Проверено на 1С-Битрикс 25.x, обновлено 03.08.2026.
Источник: независимый русскоязычный справочник chugunov.pro. Не является официальной документацией 1С-Битрикс.

Класс: [`\Bitrix\Voximplant\Security\Helper`](https://chugunov.pro/api-bitrix/voximplant/security/helper/)
Модуль: Voximplant.
Свойства элемента: method, public, static.

## Сигнатура

```php
public static canUserCallNumber(mixed $userId, mixed $number[, mixed $country = '' ]) : bool
```

## Параметры

- `$userId` `mixed` — обязательный
- `$number` `mixed` — обязательный
- `$country` `mixed` — необязательный, по умолчанию `''`

## Возвращаемое значение

`bool`

Оригинал в официальной документации: https://docs.1c-bitrix.ru/api/classes/Bitrix-Voximplant-Security-Helper.html
