• Модуль: voximplant
  • Путь к файлу: ~/bitrix/modules/voximplant/classes/general/vi_user.php
  • Класс: CVoxImplantUser
  • Вызов: CVoxImplantUser::getRemoteServer
static function getRemoteServer($update = false)
{
	$viAccount = new CVoxImplantAccount();
	return str_replace('voximplant.com', 'bitrixphone.com', $viAccount->GetCallServer($update));
}