• Модуль: mobile
  • Путь к файлу: ~/bitrix/modules/mobile/lib/rest/user.php
  • Класс: BitrixMobileRestUser
  • Вызов: User::canUseTelephony
static function canUseTelephony($params, $n, CRestServer $server)
{
	return Loader::includeModule('voximplant') && Helper::canCurrentUserPerformCalls();
}